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