com.beasys.portal.ejb
Class PortalGroupHierarchyBean
java.lang.Object
|
+--com.beasys.portal.ejb.BaseBean
|
+--com.beasys.portal.ejb.PortalGroupHierarchyBean
- public class PortalGroupHierarchyBean
- extends BaseBean
PortalGroupHiearchy EJB implementation.
- See Also:
- Serialized Form
|
Field Summary |
java.lang.String |
groupId
The group id. |
java.lang.String |
portalId
The portal id. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
portalId
public java.lang.String portalId
- The portal id.
groupId
public java.lang.String groupId
- The group id.
PortalGroupHierarchyBean
public PortalGroupHierarchyBean()
ejbCreate
public void ejbCreate(PortalGroupHierarchyPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Ejb create.
- Parameters:
pk - the primary key.- Throws:
CreateException - error on create.RemoteException - container error.
ejbPostCreate
public void ejbPostCreate(PortalGroupHierarchyPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Ejb post create. ignored.
- Parameters:
pk - the primary key.- Throws:
CreateException - error on create.RemoteException - container error.
getGroupId
public java.lang.String getGroupId()
- Get group id.
- Returns:
String the group id.
getPortalId
public java.lang.String getPortalId()
- Get portal id.
- Returns:
String the portal id.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved