com.beasys.portal.ejb
Interface PortletDefinitionHome
- public interface PortletDefinitionHome
- extends BaseHome
EJB home interface for PortletDefinition.
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
remove,
remove |
create
public PortletDefinition create(PortalDefinitionPK pk,
java.lang.String aContentURL)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Create.
- Parameters:
pk - the primary key.aContentURL - the content url.- Returns:
PortletDefinition the created object.- Throws:
CreateException - creation error.RemoteException - container error.
findByPrimaryKey
public PortletDefinition findByPrimaryKey(PortalDefinitionPK pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Find by primary key.
- Parameters:
pk - the primary key.- Returns:
PortletDefinition the PortletDefinition.- Throws:
FinderException - query error.RemoteException - container error.
findAll
public java.util.Enumeration findAll()
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Find all PortalDefinitions.
- Returns:
Enumeration all portal definitions.- Throws:
FinderException - query error.RemoteException - container error.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved