|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The user personalization EJB home.
Method Summary | |
UserPersonalization |
create(UserPersonalizationPK pk)
Create. |
java.util.Enumeration |
findByGroup(java.lang.String aGroup)
Find by group. |
java.util.Enumeration |
findByPortal(java.lang.String aPortalName)
Find by portal. |
java.util.Enumeration |
findByPortalAndGroup(java.lang.String aPortalName,
java.lang.String aGroup)
Find by portal and group. |
java.util.Enumeration |
findByPortalAndPortlet(java.lang.String aPortalName,
java.lang.String aPortletName)
Find by portal and portlet. |
java.util.Enumeration |
findByPortalAndUser(java.lang.String aPortalName,
java.lang.String aUser)
Find by portal and user. |
java.util.Enumeration |
findByPortalCategoryGroupAndUser(java.lang.String aPortalName,
java.lang.String aCategory,
java.lang.String aGroup,
java.lang.String aUser)
Find by portal, category, group, and user. |
java.util.Enumeration |
findByPortalGroupAndUser(java.lang.String aPortalName,
java.lang.String aGroup,
java.lang.String aUser)
Find by portal, group, and user. |
java.util.Enumeration |
findByPortlet(java.lang.String aPortletName)
Find by portlet. |
UserPersonalization |
findByPrimaryKey(UserPersonalizationPK pk)
Find by primary key. |
java.util.Enumeration |
findByUser(java.lang.String aUser)
Find by user. |
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
remove,
remove |
Method Detail |
public UserPersonalization create(UserPersonalizationPK pk) throws javax.ejb.CreateException, java.rmi.RemoteException
pk
- the primary key.UserPersonalization
the created object.CreateException
- creation error.RemoteException
- container error.public UserPersonalization findByPrimaryKey(UserPersonalizationPK pk) throws javax.ejb.FinderException, java.rmi.RemoteException
pk
- the primary key.UserPersonalization
the object matching the primary key.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByPortalCategoryGroupAndUser(java.lang.String aPortalName, java.lang.String aCategory, java.lang.String aGroup, java.lang.String aUser) throws javax.ejb.FinderException, java.rmi.RemoteException
aPortalName
- the portal.aCategory
- the category.aGroup
- the group.aUser
- the user.Enumeration
all objects that match the arguments.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByPortalGroupAndUser(java.lang.String aPortalName, java.lang.String aGroup, java.lang.String aUser) throws javax.ejb.FinderException, java.rmi.RemoteException
aPortalName
- the portal.aGroup
- the group.aUser
- the user.Enumeration
all objects that match the arguments.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByPortal(java.lang.String aPortalName) throws javax.ejb.FinderException, java.rmi.RemoteException
aPortalName
- the portal.Enumeration
all objects that match the portal.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByPortalAndGroup(java.lang.String aPortalName, java.lang.String aGroup) throws javax.ejb.FinderException, java.rmi.RemoteException
aPortalName
- the portal.aGroup
- the group.Enumeration
all objects that match the portal and group.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByPortalAndUser(java.lang.String aPortalName, java.lang.String aUser) throws javax.ejb.FinderException, java.rmi.RemoteException
aPortalName
- the portal.aUser
- the user.Enumeration
all objects that match the portal and user.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByPortalAndPortlet(java.lang.String aPortalName, java.lang.String aPortletName) throws javax.ejb.FinderException, java.rmi.RemoteException
aPortalName
- the portal.aPortletName
- the portlet.Enumeration
all objects that match the portal and portlet.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByPortlet(java.lang.String aPortletName) throws javax.ejb.FinderException, java.rmi.RemoteException
aPortletName
- the portlet.Enumeration
all objects that match the portlet.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByGroup(java.lang.String aGroup) throws javax.ejb.FinderException, java.rmi.RemoteException
aGroup
- the group.Enumeration
all objects that match the group.FinderException
- query error.RemoteException
- container error.public java.util.Enumeration findByUser(java.lang.String aUser) throws javax.ejb.FinderException, java.rmi.RemoteException
aUser
- the user.Enumeration
all objects that match the user.FinderException
- query error.RemoteException
- container error.
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |