|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the Home interface for the EJBUserPermissionBean
Method Summary | |
EJBUserPermission |
create(java.lang.String userId,
java.lang.String requestId)
This method must be implemented by all EJBs. |
java.util.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 |
public EJBUserPermission create(java.lang.String userId, java.lang.String requestId) throws java.rmi.RemoteException, javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.CreateException
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
- RemoteException
javax.ejb.FinderException
- FinderExceptionpublic EJBUserPermission findByPrimaryKey(EJBUserPermissionPK primaryKey) throws java.rmi.RemoteException, javax.ejb.FinderException
primaryKey
- primary key in the 'EJBUSER_PERMISSIONS' database table
EJBUserPermission
object that contians the given primary key
java.rmi.RemoteException
- RemoteException
javax.ejb.FinderException
- FinderException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |