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

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

public class OracleDirectShipItemSupplierDao
extends AbstractOracleDao
implements DirectShipItemSupplierDao


Constructor Summary
OracleDirectShipItemSupplierDao()
           
 
Method Summary
 java.util.Set findDirectShipItemSuppliers(java.lang.String supplierId, java.lang.String itemId, ContactLevelType contactLevelType)
           
 DirectShipItemSupplierDto read(java.lang.String supplierId, java.lang.String itemId, ContactDayType day, ContactLevelType level)
           
 DirectShipItemSupplierDto submit(DirectShipItemSupplierDto dto)
           
 
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

OracleDirectShipItemSupplierDao

public OracleDirectShipItemSupplierDao()
Method Detail

submit

public DirectShipItemSupplierDto submit(DirectShipItemSupplierDto dto)
                                 throws SystemException
Specified by:
submit in interface DirectShipItemSupplierDao
Throws:
SystemException

read

public DirectShipItemSupplierDto read(java.lang.String supplierId,
                                      java.lang.String itemId,
                                      ContactDayType day,
                                      ContactLevelType level)
                               throws SystemException
Specified by:
read in interface DirectShipItemSupplierDao
Throws:
SystemException

findDirectShipItemSuppliers

public java.util.Set findDirectShipItemSuppliers(java.lang.String supplierId,
                                                 java.lang.String itemId,
                                                 ContactLevelType contactLevelType)
                                          throws SystemException
Specified by:
findDirectShipItemSuppliers in interface DirectShipItemSupplierDao
Throws:
SystemException


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