|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBUserPermissionHome
This is the Home interface for the EJBUserPermissionBean
Method Summary | |
---|---|
EJBUserPermission |
create(String userId,
String requestId)
This method must be implemented by all EJBs. |
Enumeration |
findAll()
This method creates an instance of each entry in the database table and returns to the client as an enumeration. |
EJBUserPermission |
findByPrimaryKey(EJBUserPermissionPK primaryKey)
This methog retrieves an EJB that has the primary key that is given as a parameter. |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
---|
EJBUserPermission create(String userId, String requestId) throws RemoteException, CreateException
userId
- the user idrequestId
- the request id representing a permission for this user.
RemoteException
CreateException
Enumeration findAll() throws RemoteException, FinderException
RemoteException
- RemoteException
FinderException
- FinderExceptionEJBUserPermission findByPrimaryKey(EJBUserPermissionPK primaryKey) throws RemoteException, FinderException
primaryKey
- primary key in the 'EJBUSER_PERMISSIONS' database table
EJBUserPermission
object that contians the given primary key
RemoteException
- RemoteException
FinderException
- FinderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |