com.bankframe.services.accesscontrol.ejb.grouppermission
Interface EJBGroupPermissionHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface EJBGroupPermissionHome
extends javax.ejb.EJBHome

This interface is the Home interface for the EJBGroupPermissionBean

Author:
ETU

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

create

public EJBGroupPermission create(java.lang.String groupId,
                                 java.lang.String requestId)
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException
This method must be implemented by all EJBs. See the javax.ejb.EJBHome Class for details.

Parameters:
groupId - the group id to create with
requestId - the request id to create with
Throws:
java.rmi.RemoteException
javax.ejb.CreateException

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException
This method creates an instance of each entry in the database table and returns to the client as an enumeration. See the javax.ejb.EJBHome Class for details.

Returns:
an ennumeration of all EJBGroupPermission beans in the database
Throws:
java.rmi.RemoteException
javax.ejb.FinderException

findByPrimaryKey

public EJBGroupPermission findByPrimaryKey(EJBGroupPermissionPK primaryKey)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException
See the javax.ejb.EJBHome Class for details.

Parameters:
primaryKey - primary key in the 'EJBGroups' database table
Returns:
an EBJGroupPermission object with given primary key
Throws:
java.rmi.RemoteException
javax.ejb.FinderException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.