com.retek.component.item.impl.persistence.db.oracle
Class OracleItemSupplierDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleItemSupplierDao
All Implemented Interfaces:
ItemSupplierDao

public class OracleItemSupplierDao
extends AbstractOracleDao
implements ItemSupplierDao


Constructor Summary
OracleItemSupplierDao()
           
 
Method Summary
 java.util.Set findItemSuppliers(java.lang.String itemId, java.lang.String supplierId)
           
 ItemSupplierDto findPrimaryItemSupplier(java.lang.String sellableItemId)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache, getDaoResourceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleItemSupplierDao

public OracleItemSupplierDao()
Method Detail

findItemSuppliers

public java.util.Set findItemSuppliers(java.lang.String itemId,
                                       java.lang.String supplierId)
                                throws SystemException
Specified by:
findItemSuppliers in interface ItemSupplierDao
Throws:
SystemException

findPrimaryItemSupplier

public ItemSupplierDto findPrimaryItemSupplier(java.lang.String sellableItemId)
                                        throws SystemException
Specified by:
findPrimaryItemSupplier in interface ItemSupplierDao
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28