This is a Home interface for the Entity Bean
Method Summary | |
---|---|
com.ibm.commerce.me.objects.BuyerSupplierSecurity |
create(java.lang.String aBuyerLogonId,
java.lang.Long aBuyerOrganizationId, java.lang.Long aSupplierOrganizationId,
java.lang.Integer aAuthenticationLevel,
byte[] aBuyerLogonPassword) |
java.util.Enumeration |
findByBuyerId(java.lang.Long aBuyerOrganizationId) |
com.ibm.commerce.me.objects.BuyerSupplierSecurity |
findByPrimaryKey(com.ibm.commerce.me.objects.BuyerSupplierSecurityKey key) findByPrimaryKey method comment |
java.util.Enumeration |
findBySupplierId(java.lang.Long aSupplierOrganizationId)
|
Method Detail |
---|
public com.ibm.commerce.me.objects.BuyerSupplierSecurity create(java.lang.String aBuyerLogonId, java.lang.Long aBuyerOrganizationId, java.lang.Long aSupplierOrganizationId, java.lang.Integer aAuthenticationLevel, byte[] aBuyerLogonPassword) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
aBuyerLogonId
- The buyer logonIdaBuyerOrganizationId
- The buyer organization identifieraSupplierOrganizationId
- The supplier organization
identifieraAuthenticationLevel
- The authentication levelaBuyerLogonPassword
- The buyer logon passwordRemoteException
- Raised whenever a communication related
problems occuredFinderEception
- Raised whenever a request object is not
foundNamingException
- Raised whenever a failure to look up the
JNDI name occuredCreateException
- Raised whenever a failure to create the EJB
occuredjavax.ejb.FinderException
public java.util.Enumeration findByBuyerId(java.lang.Long aBuyerOrganizationId) throws java.rmi.RemoteException, javax.ejb.FinderException
aBuyerOrganizationId
- The buyer organization identifierRemoteException
- Raised whenever a communication related
problems occuredFinderEception
- Raised whenever a request object is not
foundjavax.ejb.FinderException
public com.ibm.commerce.me.objects.BuyerSupplierSecurity findByPrimaryKey(com.ibm.commerce.me.objects.BuyerSupplierSecurityKey key) throws java.rmi.RemoteException, javax.ejb.FinderException
key
-
com.ibm.commerce.me.objects.BuyerSupplierSecurityKeyRemoteException
- Raised whenever a communication related
problems occuredFinderEception
- Raised whenever a request object is not
foundjavax.ejb.FinderException
public java.util.Enumeration findBySupplierId(java.lang.Long aSupplierOrganizationId) throws java.rmi.RemoteException, javax.ejb.FinderException
aSupplierOrganizationId
- The supplier organization
identifierRemoteException
- Raised whenever a communication related
problems occuredFinderEception
- Raised whenever a request object is not
foundjavax.ejb.FinderException