com.retek.component.inventory.impl.persistence.db.oracle.rms
Class OracleRmsReservationDao
java.lang.Object
com.retek.component.inventory.impl.persistence.db.oracle.rms.OracleRmsReservationDao
- All Implemented Interfaces:
- RetailManagementReservationDao
- public class OracleRmsReservationDao
- extends java.lang.Object
- implements RetailManagementReservationDao
Method Summary |
void |
warehouseCancel(java.lang.String skuId,
java.lang.String virtualWarehouseId,
Quantity warehouseReleaseQuantity)
|
void |
warehouseRelease(java.lang.String skuId,
java.lang.String virtualWarehouseId,
Quantity warehouseReleaseQuantity)
|
void |
warehouseReserve(java.lang.String skuId,
java.lang.String virtualWarehouseId,
Quantity warehouseReservationQuantity)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleRmsReservationDao
public OracleRmsReservationDao()
warehouseReserve
public void warehouseReserve(java.lang.String skuId,
java.lang.String virtualWarehouseId,
Quantity warehouseReservationQuantity)
throws SystemException
- Specified by:
warehouseReserve
in interface RetailManagementReservationDao
- Throws:
SystemException
warehouseRelease
public void warehouseRelease(java.lang.String skuId,
java.lang.String virtualWarehouseId,
Quantity warehouseReleaseQuantity)
throws SystemException
- Specified by:
warehouseRelease
in interface RetailManagementReservationDao
- Throws:
SystemException
warehouseCancel
public void warehouseCancel(java.lang.String skuId,
java.lang.String virtualWarehouseId,
Quantity warehouseReleaseQuantity)
throws SystemException
- Specified by:
warehouseCancel
in interface RetailManagementReservationDao
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28