com.ibm.commerce.me.objects
Interface BuyerSupplierSecurityHome
- public interface BuyerSupplierSecurityHome
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)
|
create
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
-
- Parameters:
- aBuyerLogonId - The buyer logonId
- aBuyerOrganizationId - The buyer organization identifier
- aSupplierOrganizationId - The supplier organization identifier
- aAuthenticationLevel - The authentication level
- aBuyerLogonPassword - The buyer logon password
- Returns:
- com.ibm.commerce.me.objects.BuyerSupplierSecurity
- Throws:
- RemoteException - Raised whenever a communication related problems occured
- FinderEception - Raised whenever a request object is not found
- NamingException - Raised whenever a failure to look up the JNDI name occured
- CreateException - Raised whenever a failure to create the EJB occured
- javax.ejb.FinderException
findByBuyerId
public java.util.Enumeration findByBuyerId(java.lang.Long aBuyerOrganizationId)
throws java.rmi.RemoteException,
javax.ejb.FinderException
-
- Parameters:
- aBuyerOrganizationId - The buyer organization identifier
- Returns:
- the Enumeration of objects that have the buyer organization id match the input parameter
- Throws:
- RemoteException - Raised whenever a communication related problems occured
- FinderEception - Raised whenever a request object is not found
- javax.ejb.FinderException
findByPrimaryKey
public com.ibm.commerce.me.objects.BuyerSupplierSecurity findByPrimaryKey(com.ibm.commerce.me.objects.BuyerSupplierSecurityKey key)
throws java.rmi.RemoteException,
javax.ejb.FinderException
- findByPrimaryKey method comment
-
- Parameters:
- key - com.ibm.commerce.me.objects.BuyerSupplierSecurityKey
- Returns:
- com.ibm.commerce.me.objects.BuyerSupplierSecurity
- Throws:
- RemoteException - Raised whenever a communication related problems occured
- FinderEception - Raised whenever a request object is not found
- javax.ejb.FinderException
findBySupplierId
public java.util.Enumeration findBySupplierId(java.lang.Long aSupplierOrganizationId)
throws java.rmi.RemoteException,
javax.ejb.FinderException
-
- Parameters:
- aSupplierOrganizationId - The supplier organization identifier
- Returns:
- java.util.Enumeration
- Throws:
- RemoteException - Raised whenever a communication related problems occured
- FinderEception - Raised whenever a request object is not found
- javax.ejb.FinderException
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.