|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Prescribes methods for the creation, retrieval, and desctruction of
PortalUserProfile objects.
| Method Summary | |
PortalUserProfile |
create(java.lang.String username)
Creates a new profile using the provided user name |
PortalUserProfile |
create(java.lang.String username,
java.lang.String groupName)
Creates a new profile using the provided user name |
PortalUserProfile |
find(java.lang.String username)
Finds a user profile based on a user name |
java.util.Enumeration |
findAll()
Finds all user profiles. |
PortalUserProfile |
findByPrimaryKey(weblogic.jsp.personalization.UserProfilePK pk)
Locates a PortalUserProfile using a primary key. |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
remove,
remove |
| Method Detail |
public PortalUserProfile findByPrimaryKey(weblogic.jsp.personalization.UserProfilePK pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
PortalUserProfile using a primary key.pk - the UserProfilePK used to find the profilePortalUserProfile the located profileFinderException - the specified profile was not foundRemoteException - remote communication failure
public java.util.Enumeration findAll()
throws javax.ejb.FinderException,
java.rmi.RemoteException
Enumeration an enumeration of profilesFinderException - no profiles foundRemoteException - remote communication failure
public PortalUserProfile find(java.lang.String username)
throws javax.ejb.FinderException,
java.rmi.RemoteException
username - the user name used to find the profilePortalUserProfile the located profileFinderException - the profile was not foundRemoteException; - remote communication failure
public PortalUserProfile create(java.lang.String username)
throws javax.ejb.CreateException,
java.rmi.RemoteException
username - the user name used to uniquely identify the new profilePortalUserProfile the new profileCreateException - profile creation failedRemoteException - remote communication failure
public PortalUserProfile create(java.lang.String username,
java.lang.String groupName)
throws javax.ejb.CreateException,
java.rmi.RemoteException
username - the user name used to uniquely identify the new profilegroupName - the name of the group to identify the new user withPortalUserProfile the new profileCreateException - profile creation failedRemoteException - remote communication failure
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||