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