com.bankframe.services.accesscontrol.ejb.userpermission
Interface EJBUserPermissionHome

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

public interface EJBUserPermissionHome
extends javax.ejb.EJBHome

This is the Home interface for the EJBUserPermissionBean

Author:
ETU

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

create

public EJBUserPermission create(java.lang.String userId,
                                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.

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.

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

findByPrimaryKey

public EJBUserPermission findByPrimaryKey(EJBUserPermissionPK primaryKey)
                                   throws java.rmi.RemoteException,
                                          javax.ejb.FinderException
This methog retrieves an EJB that has the primary key that is given as a parameter. See the javax.ejb.EJBHome Class for details.

Parameters:
primaryKey - primary key in the 'EJBUSER_PERMISSIONS' database table
Returns:
an EJBUserPermission object that contians the given primary key
Throws:
java.rmi.RemoteException - RemoteException
javax.ejb.FinderException - FinderException


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