com.beasys.portal.ejb
Interface UserHierarchy
- public interface UserHierarchy
- extends BaseEJBObject
The user hiearchy interface.
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
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.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved