com.beasys.portal.ejb
Interface PortalHierarchyHome
- public interface PortalHierarchyHome
- extends BaseHome
Home EJB interface for the PortalHiearchy.
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
remove,
remove |
create
public PortalHierarchy create(PortalHierarchyPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Create.
- Parameters:
pk - the primary key.- Returns:
PortalHierarchy the created PortalHierarchy.- Throws:
CreateException - error on create.RemoteException - container error.
findByPrimaryKey
public PortalHierarchy findByPrimaryKey(PortalHierarchyPK pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Find by primary key.
- Parameters:
pk - the primary key.- Returns:
PortalHierarchy the object that matches the primary key.- Throws:
FinderException - query error.RemoteException - container error.
findByPortal
public java.util.Enumeration findByPortal(java.lang.String aPortalName)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Find by portal.
- Parameters:
aPortalName - the portal.- Returns:
Enumeration the objects that own the portal.- Throws:
FinderException - query error.RemoteException - container error.
findByPortlet
public java.util.Enumeration findByPortlet(java.lang.String aPortletName)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Find by portlet.
- Parameters:
aPortletName - the portlet.- Returns:
Enumeration the objects that own the portlet.- Throws:
FinderException - query error.RemoteException - container error.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved