com.retek.component.customerorder
Interface CustomerOrderReservationUtilsManager

All Superinterfaces:
DistributedObjectManager
All Known Implementing Classes:
CustomerOrderReservationUtilsManagerImpl

public interface CustomerOrderReservationUtilsManager
extends DistributedObjectManager


Method Summary
 Quantity getBackOrderedQtyForAllNonDSOrderLines(java.lang.String skuId, Store virtualStore)
           
 Quantity getReservationQtyPlusBOPlusShippedPlusFulfillingQtyForAllDSOrderLines(java.lang.String skuId, Supplier supplier)
           
 Quantity getReservationQtyPlusFulfillingQtyForAllNonDSOrderLines(java.lang.String skuId, Store virtualStore)
           
 boolean isBackOrderedQtyValidForNonDS(java.lang.String skuId, Store virtualStore)
           
 boolean isReservationQtyValidForDS(java.lang.String skuId, Supplier supplier)
           
 boolean isReservationQtyValidForNonDS(java.lang.String skuId, Store virtualStore)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

isReservationQtyValidForNonDS

public boolean isReservationQtyValidForNonDS(java.lang.String skuId,
                                             Store virtualStore)
                                      throws SystemException,
                                             BusinessException
Throws:
SystemException
BusinessException

getReservationQtyPlusFulfillingQtyForAllNonDSOrderLines

public Quantity getReservationQtyPlusFulfillingQtyForAllNonDSOrderLines(java.lang.String skuId,
                                                                        Store virtualStore)
                                                                 throws SystemException,
                                                                        BusinessException
Throws:
SystemException
BusinessException

isBackOrderedQtyValidForNonDS

public boolean isBackOrderedQtyValidForNonDS(java.lang.String skuId,
                                             Store virtualStore)
                                      throws SystemException,
                                             BusinessException
Throws:
SystemException
BusinessException

getBackOrderedQtyForAllNonDSOrderLines

public Quantity getBackOrderedQtyForAllNonDSOrderLines(java.lang.String skuId,
                                                       Store virtualStore)
                                                throws SystemException,
                                                       BusinessException
Throws:
SystemException
BusinessException

getReservationQtyPlusBOPlusShippedPlusFulfillingQtyForAllDSOrderLines

public Quantity getReservationQtyPlusBOPlusShippedPlusFulfillingQtyForAllDSOrderLines(java.lang.String skuId,
                                                                                      Supplier supplier)
                                                                               throws SystemException,
                                                                                      BusinessException
Throws:
SystemException
BusinessException

isReservationQtyValidForDS

public boolean isReservationQtyValidForDS(java.lang.String skuId,
                                          Supplier supplier)
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException


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