BEA Systems, Inc.

com.beasys.portal.ejb
Class PortalHierarchyBean

java.lang.Object
  |
  +--com.beasys.portal.ejb.BaseBean
        |
        +--com.beasys.portal.ejb.PortalHierarchyBean

public class PortalHierarchyBean
extends BaseBean

The PortalHiearchy EJB implementation.

See Also:
Serialized Form

Field Summary
 java.lang.String portalName
          The portal name.
 java.lang.String portletName
          The portlet name.
 
Fields inherited from class com.beasys.portal.ejb.BaseBean
ctx, isModified
 
Constructor Summary
PortalHierarchyBean()
           
 
Method Summary
 void ejbCreate(PortalHierarchyPK pk)
          Ejb create.
 void ejbPostCreate(PortalHierarchyPK pk)
          Ejb post create.
 java.lang.String getPortalName()
          Get portal name.
 java.lang.String getPortletName()
          Get portlet name.
 
Methods inherited from class com.beasys.portal.ejb.BaseBean
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, isModified, setEntityContext, unsetEntityContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portalName

public java.lang.String portalName
The portal name.

portletName

public java.lang.String portletName
The portlet name.
Constructor Detail

PortalHierarchyBean

public PortalHierarchyBean()
Method Detail

ejbCreate

public void ejbCreate(PortalHierarchyPK pk)
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException
Ejb create.
Parameters:
pk - the primary key.
Throws:
CreateException - error on creation.
RemoteException - container error.

ejbPostCreate

public void ejbPostCreate(PortalHierarchyPK pk)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Ejb post create. ignore.
Parameters:
pk - the primary key.
Throws:
CreateException - error on creation.
RemoteException - container error.

getPortalName

public java.lang.String getPortalName()
Get portal name.
Returns:
String the portal name.

getPortletName

public java.lang.String getPortletName()
Get portlet name.
Returns:
String the portlet name.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved