com.bankframe.services.accesscontrol.ejb.userpermission
Interface EJBUserPermission

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

public interface EJBUserPermission
extends EEntityRemote

The EJBUserPermission Interface extension to javax.ejb.EJBHome

Author:
ETU

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

Method Detail

getRequestId

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

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

getUserId

public java.lang.String getUserId()
                           throws java.rmi.RemoteException
This method gets the userID for this user associated with a specific permission.

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

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.RemoteException
This method returns the details of an instance of an EJBUserPermissionBean in DataPacket format.

Specified by:
toDataPacket in interface EEntityRemote
Returns:
a representation of this EJBGroupPermission object as a DataPacket.
Throws:
java.rmi.RemoteException


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