BEA Systems, Inc.

com.beasys.portal.ejb
Interface GroupHierarchy


public interface GroupHierarchy
extends BaseEJBObject

Group Hierarchy bean interface.


Method Summary
 java.lang.String getGroupId()
          Get group id.
 java.lang.String getParentGroupId()
          Get parent group id.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getGroupId

public java.lang.String getGroupId()
                            throws java.rmi.RemoteException
Get group id.
Returns:
String the group id.
Throws:
RemoteException - container error.

getParentGroupId

public java.lang.String getParentGroupId()
                                  throws java.rmi.RemoteException
Get parent group id.
Returns:
String the parent group id.
Throws:
RemoteException - container error.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved