|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The EJB home interface for GroupPersonalization.
| Method Summary | |
GroupPersonalization |
create(GroupPersonalizationPK pk)
Create the object. |
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 |
findByPortalCategoryAndGroup(java.lang.String aPortalName,
java.lang.String aCategory,
java.lang.String aGroup)
Find by portal, category and group. |
GroupPersonalization |
findByPortalGroupPortlet(java.lang.String aPortal,
java.lang.String aGroup,
java.lang.String aPortlet)
Find by portal, group and portlet. |
java.util.Enumeration |
findByPortlet(java.lang.String aPortletName)
Find by portlet. |
GroupPersonalization |
findByPrimaryKey(GroupPersonalizationPK pk)
Find by primary key. |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
remove,
remove |
| Method Detail |
public GroupPersonalization create(GroupPersonalizationPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
pk - the primary key.GroupPersonalization the created object.CreateException - error on create.RemoteException - container error.
public GroupPersonalization findByPrimaryKey(GroupPersonalizationPK pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
pk - the primary key.GroupPersonalization the object specified by the key.FinderException - error finding the object.RemoteException - container error.
public java.util.Enumeration findByPortalCategoryAndGroup(java.lang.String aPortalName,
java.lang.String aCategory,
java.lang.String aGroup)
throws javax.ejb.FinderException,
java.rmi.RemoteException
aPortalName - the portal name.aCategory - the category.aGroup - the group id/name.Enumeration all objects that match the find.FinderException - error finding the objects.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 find.FinderException - error querying for objects.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 name.aPortletName - the portlet name.Enumeration objects that match portal and portlet.FinderException - error on query.RemoteException - container error.
public java.util.Enumeration findByPortal(java.lang.String aPortalName)
throws javax.ejb.FinderException,
java.rmi.RemoteException
aPortalName - the portal.Enumeration objects that match the query.FinderException - error on query.RemoteException - container error.
public java.util.Enumeration findByPortlet(java.lang.String aPortletName)
throws javax.ejb.FinderException,
java.rmi.RemoteException
aPortletName - the portlet.Enumeration objects that match the portlet.FinderException - error finding the objects.RemoteException - container error.
public java.util.Enumeration findByGroup(java.lang.String aGroup)
throws javax.ejb.FinderException,
java.rmi.RemoteException
aGroup - the group.Enumeration objects that match the group.FinderException - error on query.RemoteException - container error.
public GroupPersonalization findByPortalGroupPortlet(java.lang.String aPortal,
java.lang.String aGroup,
java.lang.String aPortlet)
throws javax.ejb.FinderException,
java.rmi.RemoteException
aPortal - the portal.aGroup - the group.aPortlet - the portlet.GroupPersonalization the object that matches the arguments.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 | ||||||||