|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PackReservationValues in com.retek.component.inventory |
Methods in com.retek.component.inventory with parameters of type PackReservationValues | |
void |
InventoryManager.releasePack(Pack pack,
Store virtualStore,
PackReservationValues packReservationValues)
|
java.util.Set |
InventoryManager.warehouseReserve(Pack pack,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
PackReservationValues packReservationValues,
boolean isPersonalized,
boolean isGifting)
|
void |
InventoryManager.warehouseReleasePack(Pack pack,
Store virtualStore,
Warehouse virtualWarehouse,
PackReservationValues packReservationValues)
|
void |
InventoryManager.warehouseReserveCancel(Pack pack,
Warehouse virtualWarehouse,
PackReservationValues packReservationValues)
|
Quantity |
PackReservationValues.releaseComponentBackordered(PackReservationValues packReleaseValues,
Quantity quantityToRelease)
|
Quantity |
PackReservationValues.releaseComponentReserved(PackReservationValues packReleaseValues,
Quantity quantityToRelease)
|
Uses of PackReservationValues in com.retek.component.inventory.impl |
Methods in com.retek.component.inventory.impl with parameters of type PackReservationValues | |
static ReservationPackReleaseCommand |
InventoryCommandFactory.createReservationPackReleaseCommand(Pack pack,
Store virtualStore,
PackReservationValues packRsvValues)
|
static RemotePackReleaseCommand |
InventoryCommandFactory.createRemotePackReleaseCommand(java.lang.String packId,
DistributedReference vStoreRef,
PackReservationValues packReservationValues,
DistributedContext context)
|
static PackWarehouseReserveCommand |
InventoryCommandFactory.createPackWarehouseReserveCommand(Pack pack,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
PackReservationValues packReservationValues,
DistributedContext context,
boolean isPersonalized,
boolean isGifting)
|
void |
InventoryManagerImpl.releasePack(Pack pack,
Store virtualStore,
PackReservationValues packRsvValues)
|
java.util.Set |
InventoryManagerImpl.warehouseReserve(Pack pack,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
PackReservationValues packReservationValues,
boolean isPersonalized,
boolean isGifting)
|
void |
InventoryManagerImpl.warehouseReleasePack(Pack pack,
Store virtualStore,
Warehouse virtualWarehouse,
PackReservationValues packReservationValues)
|
void |
InventoryManagerImpl.warehouseReserveCancel(Pack pack,
Warehouse virtualWarehouse,
PackReservationValues packReservationValues)
|
Uses of PackReservationValues in com.retek.component.inventory.impl.command |
Methods in com.retek.component.inventory.impl.command that return PackReservationValues | |
PackReservationValues |
ReservationPackReleaseCommand.getPackRsvValues()
|
PackReservationValues |
ReservationPackReserveCommand.getPackReservationValues()
|
PackReservationValues |
PackWarehouseReserveCommand.getPackReservationValues()
|
Methods in com.retek.component.inventory.impl.command with parameters of type PackReservationValues | |
void |
ReservationPackReleaseValidator.validate(ReservationBusinessException exception,
Pack pack,
Store virtualStore,
PackReservationValues packRsvValues)
|
void |
ReservationPackReleaseCommand.setPackRsvValues(PackReservationValues packRsvValues)
|
void |
PackWarehouseReserveCommand.setPackReservationValues(PackReservationValues packReservationValues)
|
Uses of PackReservationValues in com.retek.component.inventory.impl.persistence |
Methods in com.retek.component.inventory.impl.persistence with parameters of type PackReservationValues | |
void |
ReservationDao.reservePack(java.lang.String packId,
IntegrationReference bannerRef,
IntegrationReference channelTypeRef,
PackReservationValues packReservationValues)
|
Uses of PackReservationValues in com.retek.component.inventory.impl.persistence.cache |
Methods in com.retek.component.inventory.impl.persistence.cache with parameters of type PackReservationValues | |
void |
CacheReservationDao.reservePack(java.lang.String packId,
IntegrationReference bannerRef,
IntegrationReference channelTypeRef,
PackReservationValues packReservationValues)
|
Uses of PackReservationValues in com.retek.component.inventory.impl.persistence.db.oracle |
Methods in com.retek.component.inventory.impl.persistence.db.oracle with parameters of type PackReservationValues | |
void |
OracleReservationDao.reservePack(java.lang.String packId,
IntegrationReference bannerRef,
IntegrationReference channelTypeRef,
PackReservationValues packReservationValues)
|
Uses of PackReservationValues in com.retek.component.inventory.impl.remote |
Methods in com.retek.component.inventory.impl.remote that return PackReservationValues | |
PackReservationValues |
InventoryServiceRemote.packReserve(java.lang.String packId,
DistributedReference vStoreRef,
Quantity quantityToReserve,
RDate reserveFromDate)
|
PackReservationValues |
InventoryServiceEjb.packReserve(java.lang.String packId,
DistributedReference vStoreRef,
Quantity quantityToReserve,
RDate reserveFromDate)
|
Methods in com.retek.component.inventory.impl.remote with parameters of type PackReservationValues | |
void |
InventoryServiceRemote.packRelease(java.lang.String packId,
DistributedReference virtualStoreRef,
PackReservationValues packRsvValues)
|
void |
InventoryServiceEjb.packRelease(java.lang.String packId,
DistributedReference virtualStoreRef,
PackReservationValues packRsvValues)
|
Uses of PackReservationValues in com.retek.component.inventory.impl.remote.command |
Methods in com.retek.component.inventory.impl.remote.command that return PackReservationValues | |
PackReservationValues |
BannerChannelTypeRemotePackReserveCommand.getPackReservationValues()
|
PackReservationValues |
RemotePackReserveCommandInterface.getPackReservationValues()
|
PackReservationValues |
RemotePackReleaseCommand.getPackReservationValues()
|
Methods in com.retek.component.inventory.impl.remote.command with parameters of type PackReservationValues | |
void |
RemotePackReleaseCommand.setPackReservationValues(PackReservationValues packReservationValues)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |