com.beasys.portal.ejb
Class UserHierarchyBean
java.lang.Object
|
+--com.beasys.portal.ejb.BaseBean
|
+--com.beasys.portal.ejb.UserHierarchyBean
- public class UserHierarchyBean
- extends BaseBean
The UserHiearchy EJB implementation.
- See Also:
- Serialized Form
|
Field Summary |
java.lang.String |
groupId
The group id. |
java.lang.String |
portalId
The portal id. |
java.lang.String |
userId
The user id. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
portalId
public java.lang.String portalId
- The portal id.
groupId
public java.lang.String groupId
- The group id.
userId
public java.lang.String userId
- The user id.
UserHierarchyBean
public UserHierarchyBean()
ejbCreate
public void ejbCreate(UserHierarchyPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Ejb create.
- Parameters:
pk - the primary key.- Throws:
CreateException - creation exception.RemoteException - container exception.
ejbPostCreate
public void ejbPostCreate(UserHierarchyPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Ejb post create. ignored.
- Parameters:
pk - the primary key.- Throws:
CreateException - creation exception.RemoteException - container error.
getPortalId
public java.lang.String getPortalId()
- Get portal id.
- Returns:
String the portal id.
getGroupId
public java.lang.String getGroupId()
- Get group id.
- Returns:
String the group id.
getUserId
public java.lang.String getUserId()
- Get user id.
- Returns:
String the user id.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved