|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBGroupPermissionHome
This interface is the Home interface for the EJBGroupPermissionBean
Method Summary | |
---|---|
EJBGroupPermission |
create(String groupId,
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. |
EJBGroupPermission |
findByPrimaryKey(EJBGroupPermissionPK primaryKey)
See the javax.ejb.EJBHome Class for details. |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
---|
EJBGroupPermission create(String groupId, String requestId) throws RemoteException, CreateException
groupId
- the group id to create withrequestId
- the request id to create with
RemoteException
CreateException
Enumeration findAll() throws RemoteException, FinderException
EJBGroupPermission
beans in the database
RemoteException
FinderException
EJBGroupPermission findByPrimaryKey(EJBGroupPermissionPK primaryKey) throws RemoteException, FinderException
primaryKey
- primary key in the 'EJBGroups' database table
RemoteException
FinderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |