| 
 | ||||||||||
| 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.grouppermission.EJBGroupPermissionBean
public class EJBGroupPermissionBean
This class refers to the EJBGROUP_PERMISSIONS table in the database. This table is responsible for holding information about the different permissions each user group has in bankframe. A permission in this table refers to an EJB which is denoted by its request id.
| Field Summary | |
|---|---|
|  String | groupIdGroup ID | 
|  String | requestIdRequest ID for a group | 
| Constructor Summary | |
|---|---|
| EJBGroupPermissionBean() | |
| Method Summary | |
|---|---|
|  EJBGroupPermissionPK | ejbCreate(String groupId,
          String requestId)This method must be implemented by all EJBs. | 
|  void | ejbPostCreate(String groupId,
              String requestId)This method must be implemented by all EJBs. | 
|  String | getGroupId()This method retrieves the group ID. | 
|  String | getRequestId()This method retrieves the requestId for the bean this user has access to. | 
|  DataPacket | toDataPacket()This method returns this bean's instance variables in 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 groupId
public String requestId
| Constructor Detail | 
|---|
public EJBGroupPermissionBean()
| Method Detail | 
|---|
public EJBGroupPermissionPK ejbCreate(String groupId,
                                      String requestId)
                               throws CreateException
groupId - the group id of this beanrequestId - the request id of this bean
RemoteException
CreateException
public void ejbPostCreate(String groupId,
                          String requestId)
                   throws CreateException
groupId - Group IDrequestId - 
RemoteException
CreateExceptionpublic String getGroupId()
public String getRequestId()
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 | |||||||||