Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
J
O
P
R
S
U
A
addNewCustomer(String)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Create a Customer profile and return the unique ID.
addNewCustomer(String)
- Method in interface com.bea.alcs.ejb.
UserProfileHelper
Create a Customer profile and return the unique ID.
C
com.bea.alcs.ejb
- package com.bea.alcs.ejb
com.bea.alcs.ejb.impl
- package com.bea.alcs.ejb.impl
COMP_NAME
- Static variable in interface com.bea.alcs.ejb.
EpCustomerPropertiesManagerHome
EJB Comp Name.
CONTEXT_USERPROFILE_HELPER
- Static variable in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Name of the
UserProfileHelper
bean to load.
create()
- Method in interface com.bea.alcs.ejb.
EpCustomerPropertiesManagerHome
Create method.
createUniqueId(String, String)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Create a record for a new entity, as identified by the given jndiHomeName and pkString.
E
EpCustomerPropertiesManager
- Interface in
com.bea.alcs.ejb
Remote interface for EpCustomerPropertiesManager.
EpCustomerPropertiesManagerHome
- Interface in
com.bea.alcs.ejb
Home interface for EpCustomerPropertiesManager.
EpCustomerPropertiesManagerImpl
- Class in
com.bea.alcs.ejb.impl
An EJB for the Weblogic Portal Unified User Profile (UUP).
EpCustomerPropertiesManagerImpl()
- Constructor for class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
G
getDynamicProperties(PropertyLocator, String)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Returns a list of dynamically assigned properties for the given entity, that have been named with the given property set name.
getEntityNames(String)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Returns a list of Entity names that have this jndi name.
getHomeName(long)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Get the JNDI home name for the entity identified by the given entity ID.
getProperties(PropertyLocator)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Returns an EntityPropertyCache full of all properties that are persisted for the entity.
getProperties(String)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
getProperties(String)
- Method in interface com.bea.alcs.ejb.
UserProfileHelper
getProperty(PropertyLocator, String, String)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Returns the value of the property defined for the specified property and property set.
getPropertyLocator(long)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Creates a PropertyLocator from a user entity id.
getUniqueId(String, String)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Returns the number that uniquely identifies the entity specified by the home name and the pkString.
getUniqueId(String)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Returns the unique ID for the Customer with the given userId.
getUniqueId(String)
- Method in interface com.bea.alcs.ejb.
UserProfileHelper
Returns the unique ID for the Customer with the given userId.
J
JNDI_NAME
- Static variable in interface com.bea.alcs.ejb.
EpCustomerPropertiesManagerHome
JNDI Name.
O
onEjbCreate()
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Perform initialization after the BeanFactory has been loaded - loads the helper bean.
P
PRIMARY_CONTEXT_ID
- Static variable in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Name of the bean factory to load from the
beanRefContext.xml
file.
R
removeCustomer(String)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Removes the Customer with the given Id.
removeCustomer(String)
- Method in interface com.bea.alcs.ejb.
UserProfileHelper
Removes the Customer with the given Id.
removeEntity(PropertyLocator)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Remove all properties, and the entity record, for the entity identified by the given property locator.
removeProperties(PropertyLocator)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Removes all property values associated with the entity specified by the property locator.
removeProperties(String)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Removes all profile property values of the given Customer.
removeProperties(String)
- Method in interface com.bea.alcs.ejb.
UserProfileHelper
Removes all profile property values of the given Customer.
removeProperty(PropertyLocator, String, String)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Removes a specific property value from the entity specified by the property locator.
removeProperty(String, String)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Removes a specific profile property value from the given Customer.
removeProperty(String, String)
- Method in interface com.bea.alcs.ejb.
UserProfileHelper
Removes a specific profile property value from the given Customer.
S
setAttributeService(AttributeService)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Setter for the
AttributeService
object.
setCustomerService(CustomerService)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Setter for the
CustomerService
object.
setDefaultStoreCode(String)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Sets the default store code for which users will be created.
setProperty(PropertyLocator, String, String, Object)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Sets the property identified by the given property set and property name to the given value for the entity specified by the given property locator.
setProperty(String, String, Object)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Sets the profile property identified by the property name to the given value for the specified Customer.
setProperty(String, String, Object)
- Method in interface com.bea.alcs.ejb.
UserProfileHelper
Sets the profile property identified by the property name to the given value for the specified Customer.
setSessionContext(SessionContext)
- Method in class com.bea.alcs.ejb.impl.
EpCustomerPropertiesManagerImpl
Set the session context and set the bean factory locator details.
setStoreService(StoreService)
- Method in class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
Setter for the
StoreService
object.
U
UserProfileHelper
- Interface in
com.bea.alcs.ejb
Provides Customer profile lookup & editing for the UUP EJB.
UserProfileHelperImpl
- Class in
com.bea.alcs.ejb.impl
Provides Customer profile lookup & editing for the UUP EJB.
UserProfileHelperImpl()
- Constructor for class com.bea.alcs.ejb.impl.
UserProfileHelperImpl
A
C
E
G
J
O
P
R
S
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes