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. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
portalName
public java.lang.String portalName
- The portal name.
portletName
public java.lang.String portletName
- The portlet name.
PortalHierarchyBean
public PortalHierarchyBean()
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.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved