|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the public interface to a session bean manager for unified profile types and their related attributes. This bean is simply responsible for persisting unified profile type information.
| Method Summary | |
void |
createUnifiedProfileType(UnifiedProfileType profileType)
Creates an entry in the profile type database |
void |
deleteUnifiedProfileType(java.lang.String typeName)
Removes an entry from the profile type database |
UnifiedProfileType |
getProfileTypeForUser(java.lang.String username)
Returns the unified profile type for the given user, or null if there was none specified. |
UnifiedProfileType |
getUnifiedProfileType(java.lang.String typeName)
Reads profile type information from the database and returns it. |
java.lang.String[] |
getUnifiedProfileTypes()
Returns a list of all registered profile types. |
void |
updateUnifiedProfileType(UnifiedProfileType profileType)
Updates an entry in the profile type database. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public void createUnifiedProfileType(UnifiedProfileType profileType)
throws java.rmi.RemoteException,
UserManagementException
profileType - the new type to addUserManagementException - if operation failsjava.rmi.RemoteException - if a system error occurs
public void deleteUnifiedProfileType(java.lang.String typeName)
throws java.rmi.RemoteException,
UserManagementException
typeName - the namd of the type to removeUserManagementException - if operation failsjava.rmi.RemoteException - if a system error occurs
public void updateUnifiedProfileType(UnifiedProfileType profileType)
throws java.rmi.RemoteException,
UserManagementException
profileType - the new values for this typeUserManagementException - if operation failsjava.rmi.RemoteException - if a system error occurs
public UnifiedProfileType getUnifiedProfileType(java.lang.String typeName)
throws java.rmi.RemoteException,
UserManagementException
typeName - the name of the type to returnUserManagementException - if operation failsjava.rmi.RemoteException - if a system error occurs
public java.lang.String[] getUnifiedProfileTypes()
throws java.rmi.RemoteException,
UserManagementException
UserManagementException - if operation failsjava.rmi.RemoteException - if a system error occurs
public UnifiedProfileType getProfileTypeForUser(java.lang.String username)
throws java.rmi.RemoteException,
UserManagementException
username - the user to check
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||