BEA Systems, Inc.

com.beasys.portal.ejb
Interface PortalGroupHierarchy


public interface PortalGroupHierarchy
extends BaseEJBObject

The PortalGroupHiearchy EJB interface.


Method Summary
 java.lang.String getGroupId()
          Get group id.
 java.lang.String getPortalId()
          Get portal 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.

getPortalId

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved