BEA Systems, Inc.

com.beasys.portal.ejb
Interface UserHierarchy


public interface UserHierarchy
extends BaseEJBObject

The user hiearchy interface.


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

getUserId

public java.lang.String getUserId()
                           throws java.rmi.RemoteException
Get user id.
Returns:
String the user 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