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

All Superinterfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface EJBGroupPermission
extends EEntityRemote

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

Author:
ETU

Method Summary
 java.lang.String getGroupId()
          This method gets the group associated with a specific permission.
 java.lang.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

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

Returns:
the group id
Throws:
java.rmi.RemoteException

getRequestId

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

Returns:
requestId
Throws:
java.rmi.RemoteException

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.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:
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.