com.bankframe.services.accesscontrol.ejb.grouppermission
Interface EJBGroupPermission

All Superinterfaces:
EEntityRemote, EJBObject, Remote

public interface EJBGroupPermission
extends EEntityRemote

This interface is the EJBGroup interface extension to javax.ejb.EJBHome.


Method Summary
 String getGroupId()
          This method gets the group associated with a specific permission.
 String getRequestId()
          This method retrieves the requestId for the bean this user has access to.
 DataPacket toDataPacket()
          This method returns the details of an instance of an EJBGroupPermissionBean in dataPacket format.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getGroupId

String getGroupId()
                  throws RemoteException
This method gets the group associated with a specific permission.

Returns:
the group id
Throws:
RemoteException

getRequestId

String getRequestId()
                    throws RemoteException
This method retrieves the requestId for the bean this user has access to.

Returns:
requestId
Throws:
RemoteException

toDataPacket

DataPacket toDataPacket()
                        throws RemoteException
This method returns the details of an instance of an EJBGroupPermissionBean in dataPacket format.

Specified by:
toDataPacket in interface EEntityRemote
Returns:
EJBGroupPermission represented as a DataPacket.
Throws:
RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.