com.retek.component.inventory.impl.persistence.db.oracle
Class OracleSupplierReservationDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.inventory.impl.persistence.db.oracle.OracleSupplierReservationDao
All Implemented Interfaces:
SupplierReservationDao

public class OracleSupplierReservationDao
extends AbstractOracleDao
implements SupplierReservationDao


Constructor Summary
OracleSupplierReservationDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set findItemSupplierQuantityBlocks(java.lang.String itemId, java.lang.String supplierId)
           
protected  java.lang.String getDaoResourceProperty()
           
 ItemSupplierQuantityBlockDto submit(ItemSupplierQuantityBlockDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleSupplierReservationDao

public OracleSupplierReservationDao()
Method Detail

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException
Specified by:
createReferenceCache in interface SupplierReservationDao
Throws:
SystemException

findItemSupplierQuantityBlocks

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

submit

public ItemSupplierQuantityBlockDto submit(ItemSupplierQuantityBlockDto dto)
                                    throws SystemException
Specified by:
submit in interface SupplierReservationDao
Throws:
SystemException

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao


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