|
||||||||||
| 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
public class 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 | |
|---|---|
String |
groupId
Group Id |
String |
userId
User Id |
| Constructor Summary | |
|---|---|
EJBGroupMemberBean()
|
|
| Method Summary | |
|---|---|
EJBGroupMemberPK |
ejbCreate(String userId,
String groupId)
This method must be implemented by all EJBs. |
void |
ejbPostCreate(String userId,
String groupId)
This method must be implemented by all EJBs. |
String |
getGroupId()
This method retrieve the userGroupID. |
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 String userId
public String groupId
| Constructor Detail |
|---|
public EJBGroupMemberBean()
| Method Detail |
|---|
public EJBGroupMemberPK ejbCreate(String userId,
String groupId)
throws CreateException
userId - create the EJB with this user idgroupId - create the EJB with this group id
CreateException
public void ejbPostCreate(String userId,
String groupId)
throws CreateException
javax.ejb.EJBHome
class for details.
userId - create the EJB with this user idgroupId - create the EJB with this group id
CreateExceptionpublic String getGroupId()
public 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 | |||||||||