com.retek.component.inventory.impl.persistence
Interface SupplierReservationDao

All Known Implementing Classes:
CacheSupplierReservationDao, OracleSupplierReservationDao

public interface SupplierReservationDao


Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set findItemSupplierQuantityBlocks(java.lang.String itemId, java.lang.String supplierId)
           
 ItemSupplierQuantityBlockDto submit(ItemSupplierQuantityBlockDto dto)
           
 

Method Detail

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException
Throws:
SystemException

findItemSupplierQuantityBlocks

public java.util.Set findItemSupplierQuantityBlocks(java.lang.String itemId,
                                                    java.lang.String supplierId)
                                             throws SystemException
Throws:
SystemException

submit

public ItemSupplierQuantityBlockDto submit(ItemSupplierQuantityBlockDto dto)
                                    throws SystemException
Throws:
SystemException


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