This is a Home interface for the Entity Bean
Method Summary | |
---|---|
BuyerSupplierMapping |
create(java.lang.Long aBuyerOrganizationId,
java.lang.Long aSupplierOrganizationId, java.lang.Long aMemberGroupId,
java.lang.Long aCatalogId) |
java.util.Enumeration |
findByBuyerId(java.lang.Long aBuyerOrganizationId) |
BuyerSupplierMapping |
findByPrimaryKey(com.ibm.commerce.me.objects.BuyerSupplierMappingKey key) findByPrimaryKey method comment |
java.util.Enumeration |
findBySupplierId(java.lang.Long aSupplierOrganizationId)
|
Method Detail |
---|
public BuyerSupplierMapping create(java.lang.Long aBuyerOrganizationId, java.lang.Long aSupplierOrganizationId, java.lang.Long aMemberGroupId, java.lang.Long aCatalogId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
aBuyerOrganizationId
- The buyer organization identifieraSupplierOrganizationId
- The supplier organization
identifieraMemberGroupId
- The member group identifieraCatalogId
- The catalog identifierRemoteException
- 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 BuyerSupplierMapping findByPrimaryKey(com.ibm.commerce.me.objects.BuyerSupplierMappingKey key) throws java.rmi.RemoteException, javax.ejb.FinderException
key
- The buyer supplier mapping keyRemoteException
- 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