BEA Systems, Inc.

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.
 
Fields inherited from class com.beasys.portal.ejb.BaseBean
ctx, isModified
 
Constructor Summary
GroupHierarchyBean()
           
 
Method Summary
 void ejbCreate(GroupHierarchyPK pk)
          Override base class bean create.
 void ejbPostCreate(GroupHierarchyPK pk)
          Ejb post create.
 java.lang.String getGroupId()
          Get group id.
 java.lang.String getParentGroupId()
          Get parent group id.
 
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

groupId

public java.lang.String groupId
The group id.

parentGroupId

public java.lang.String parentGroupId
The parent group id.
Constructor Detail

GroupHierarchyBean

public GroupHierarchyBean()
Method Detail

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.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved