|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.EEntityBean
com.bankframe.services.accesscontrol.ejb.groupmembers.EJBGroupMemberBean
This class refers to the EJBGROUP_MEMBERS table in the database. This table is responsible for holding information about the groups a user belongs to in bankframe.
| Field Summary | |
java.lang.String |
groupId
Group Id |
java.lang.String |
userId
User Id |
| Constructor Summary | |
EJBGroupMemberBean()
|
|
| Method Summary | |
EJBGroupMemberPK |
ejbCreate(java.lang.String userId,
java.lang.String groupId)
This method must be implemented by all EJBs. |
void |
ejbPostCreate(java.lang.String userId,
java.lang.String groupId)
This method must be implemented by all EJBs. |
java.lang.String |
getGroupId()
This method retrieve the userGroupID. |
java.lang.String |
getUserId()
This method retrieves the userID. |
DataPacket |
toDataPacket()
This method returns this bean's instance variables in a DataPacket format. |
| Methods inherited from class com.bankframe.ejb.EEntityBean |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, toString, unsetEntityContext, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String userId
public java.lang.String groupId
| Constructor Detail |
public EJBGroupMemberBean()
| Method Detail |
public EJBGroupMemberPK ejbCreate(java.lang.String userId,
java.lang.String groupId)
throws javax.ejb.CreateException
userId - create the EJB with this user idgroupId - create the EJB with this group id
javax.ejb.CreateException
public void ejbPostCreate(java.lang.String userId,
java.lang.String groupId)
throws javax.ejb.CreateException
javax.ejb.EJBHome
class for details.
userId - create the EJB with this user idgroupId - create the EJB with this group id
javax.ejb.CreateExceptionpublic java.lang.String getGroupId()
public java.lang.String getUserId()
public DataPacket toDataPacket()
toDataPacket in class EEntityBeanDataPacket representation of this bean
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||