|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EJBGroupMemberHome
This interface is the Home interface for the EJBGroupPermissionBean
| Method Summary | |
|---|---|
EJBGroupMember |
create(String userId,
String groupId)
This method must be implemented by all EJBs. |
Enumeration |
findAll()
This method retrieves an instance of each entry in the database table and returns these to the client as an enumeration. |
EJBGroupMember |
findByPrimaryKey(EJBGroupMemberPK primaryKey)
This method retrieves an EJB that has the given primary key. |
| Methods inherited from interface javax.ejb.EJBHome |
|---|
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
|---|
EJBGroupMember create(String userId,
String groupId)
throws RemoteException,
CreateException
userId - create the EJB with this user idgroupId - create the EJB with this group id
RemoteException
CreateException
Enumeration findAll()
throws RemoteException,
FinderException
RemoteException
FinderException
EJBGroupMember findByPrimaryKey(EJBGroupMemberPK primaryKey)
throws RemoteException,
FinderException
primaryKey - primary key in the 'EJBGROUP_MEMBERS' database table
FinderException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||