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