|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Store in com.retek.component.banner_channel |
Methods in com.retek.component.banner_channel with parameters of type Store | |
boolean |
Channel.hasStore(Store store)
|
Uses of Store in com.retek.component.banner_channel.impl |
Methods in com.retek.component.banner_channel.impl with parameters of type Store | |
boolean |
ChannelImpl.hasStore(Store store)
|
Uses of Store in com.retek.component.customer |
Methods in com.retek.component.customer that return Store | |
Store |
StoredValueCardCashout.getStore()
|
Uses of Store in com.retek.component.customer.impl |
Methods in com.retek.component.customer.impl that return Store | |
Store |
StoredValueCardCashoutImpl.getStore()
|
Uses of Store in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that return Store | |
Store |
CustomerOrderLine.getVirtualStore()
|
Store |
CustomerOrder.getStore()
|
Methods in com.retek.component.customerorder with parameters of type Store | |
boolean |
CustomerOrderReservationUtilsManager.isReservationQtyValidForNonDS(java.lang.String skuId,
Store virtualStore)
|
Quantity |
CustomerOrderReservationUtilsManager.getReservationQtyPlusFulfillingQtyForAllNonDSOrderLines(java.lang.String skuId,
Store virtualStore)
|
boolean |
CustomerOrderReservationUtilsManager.isBackOrderedQtyValidForNonDS(java.lang.String skuId,
Store virtualStore)
|
Quantity |
CustomerOrderReservationUtilsManager.getBackOrderedQtyForAllNonDSOrderLines(java.lang.String skuId,
Store virtualStore)
|
void |
CustomerOrder.setStore(Store store)
|
boolean |
CustomerOrderManager.hasPendingSalesAuditTransactions(Store store,
RDate transactionDate)
Return a boolean indicating if pending sales audit transactions exist for a given store/day. |
Uses of Store in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return Store | |
Store |
CustomerOrderLineImpl.getVirtualStore()
|
Store |
CustomerOrderImpl.getStore()
|
Methods in com.retek.component.customerorder.impl with parameters of type Store | |
static void |
CustomerOrderStoreValidator.validate(Store store,
CustomerOrder order)
|
Quantity |
CustomerOrderReservationUtilsManagerImpl.getReservationQtyPlusFulfillingQtyForAllNonDSOrderLines(java.lang.String skuId,
Store virtualStore)
|
boolean |
CustomerOrderReservationUtilsManagerImpl.isReservationQtyValidForNonDS(java.lang.String skuId,
Store virtualStore)
|
boolean |
CustomerOrderReservationUtilsManagerImpl.isBackOrderedQtyValidForNonDS(java.lang.String skuId,
Store virtualStore)
|
Quantity |
CustomerOrderReservationUtilsManagerImpl.getBackOrderedQtyForAllNonDSOrderLines(java.lang.String skuId,
Store virtualStore)
|
void |
CustomerOrderImpl.setStore(Store store)
|
boolean |
CustomerOrderManagerImpl.hasPendingSalesAuditTransactions(Store store,
RDate transactionDate)
|
Uses of Store in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test with parameters of type Store | |
static Sku |
COItemObjectMaster.createSkuForStore(DistributedContext context,
Store store)
|
static void |
COItemObjectMaster.setUpInventoryForDirectShipItem(DistributedContext context,
SellableItem sellableItem,
Store location,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List supplierInventories)
|
static void |
COItemObjectMaster.setupInventoryForPack(DistributedContext context,
PackBuilderAttributes packBuilderAttrs,
Store store)
|
static void |
COItemObjectMaster.setupInventoryForPackComponent(Supplier supplier,
PackComponentBuilderAttributes componentBuilderAttrs,
Store store)
|
static Media |
COMediaObjectMaster.createActiveMedia(Banner banner,
Store store)
|
static Media |
COMediaObjectMaster.createReleasedMedia(Banner banner,
Store store)
|
static Media |
COMediaObjectMaster.createMedia(Banner banner,
Channel channel,
Store store,
MediaStatus status)
|
static Media |
COMediaObjectMaster.createMedia(Banner banner,
Channel channel,
Store store,
MediaStatus status,
Warehouse virtualWarehouse)
|
static Media |
COMediaObjectMaster.createMedia(Banner banner,
Store store,
MediaStatus status)
|
static Sku |
COMediaObjectMaster.createLocationsForSkuVirtualStore(Sku sku,
Channel channel,
Store virtualStore,
int outboundHandlingDays,
int itemLocationOutboundDays,
java.util.HashMap channelInventoryQuantities)
|
static Sku |
COMediaObjectMaster.createLocationsForSkuVirtualStore(Sku sku,
Channel channel,
Store virtualStore,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap channelInventoryQuantities,
boolean isNla)
|
static Sku |
COMediaObjectMaster.createLocationsForSkuVirtualStoreNLA(Sku sku,
Channel channel,
Store virtualStore,
int outboundHandlingDays,
int itemLocationOutboundDays,
java.util.HashMap channelInventoryQuantities)
|
static void |
CustomerOrderObjectMaster.setUpWarehouseInventory(SellableItem sellableItem,
Store virtualStore,
Warehouse warehouse,
java.util.HashMap inventoryHashMap)
|
Uses of Store in com.retek.component.inventory |
Methods in com.retek.component.inventory with parameters of type Store | |
ReservationValues |
InventoryManager.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve,
RDate reserveFromDate,
boolean directShipSkuSegregation)
|
ReservationValues |
InventoryManager.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve)
|
ReservationValues |
InventoryManager.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve,
RDate reserveFromDate)
|
void |
InventoryManager.releaseFromVirtualStore(SellableItem sellableItem,
Store virtualStore,
Quantity reservationReleaseQuantity,
Quantity backorderedReleaseQuantity)
|
void |
InventoryManager.releaseFromSupplier(SellableItem sellableItem,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
void |
InventoryManager.releasePack(Pack pack,
Store virtualStore,
PackReservationValues packReservationValues)
|
java.util.Set |
InventoryManager.warehouseReserve(Sku sku,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
Quantity warehouseReservationQuantity,
boolean isPersonalized,
boolean isGifting)
|
java.util.Set |
InventoryManager.warehouseReserve(Pack pack,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
PackReservationValues packReservationValues,
boolean isPersonalized,
boolean isGifting)
|
void |
InventoryManager.warehouseRelease(SellableItem sellableItem,
Store virtualStore,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity)
|
void |
InventoryManager.warehouseReleasePack(Pack pack,
Store virtualStore,
Warehouse virtualWarehouse,
PackReservationValues packReservationValues)
|
Quantity |
InventoryManager.getTotalReservedQuantity(java.lang.String skuId,
Store virtualStore)
|
Quantity |
InventoryManager.getTotalBackorderedQuantity(java.lang.String skuId,
Store virtualStore)
|
void |
InventoryManager.moveQuantityFromWarehouseReservedToBackOrder(java.lang.String skuId,
Store virtualStore,
Quantity qtyToMove,
Warehouse warehouse)
|
Uses of Store in com.retek.component.inventory.impl |
Methods in com.retek.component.inventory.impl with parameters of type Store | |
static ReservationReserveCommand |
InventoryCommandFactory.createReservationReserveCommand(Sku sku,
Store virtualStore,
Quantity quantityToReserve,
RDate reserveFromDate,
boolean directShipSkuSegregation,
DistributedContext context)
|
static ReservationPackReserveCommand |
InventoryCommandFactory.createReservationPackReserveCommand(Pack pack,
Store virtualStore,
Quantity quantityToReserve,
RDate reserveFromDate)
|
static ReservationReleaseCommand |
InventoryCommandFactory.createReservationReleaseCommand(Sku sku,
Store virtualStore,
Quantity reservationReleaseQuantity,
Quantity backorderedReleaseQuantity,
DistributedContext context)
|
static ReservationReleaseFromSupplierCommand |
InventoryCommandFactory.createReservationReleaseFromSupplierCommand(Sku sku,
Supplier supplier,
Store virtualStore,
Quantity reservationReleaseQuantity,
RDate supplierStartDate,
DistributedContext context)
|
static ReservationPackReleaseCommand |
InventoryCommandFactory.createReservationPackReleaseCommand(Pack pack,
Store virtualStore,
PackReservationValues packRsvValues)
|
static ReservationWarehouseReleaseCommand |
InventoryCommandFactory.createReservationWarehouseReleaseCommand(SellableItem sellableItem,
Store virtualStore,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity,
DistributedContext context)
|
static MoveQuantityFromReservedToBackorderCommand |
InventoryCommandFactory.createQuantityMoveCommand(java.lang.String skuId,
Store virtualStore,
Quantity qtyToMove,
IntegrationReference warehouseIntegarionRef)
|
static WarehouseReserveCommand |
InventoryCommandFactory.createWarehouseReserveCommand(SellableItem sellableItem,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
Quantity warehouseReservationQuantity,
boolean isPersonalized,
boolean isGifting,
DistributedContext context)
|
static PackWarehouseReserveCommand |
InventoryCommandFactory.createPackWarehouseReserveCommand(Pack pack,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
PackReservationValues packReservationValues,
DistributedContext context,
boolean isPersonalized,
boolean isGifting)
|
ReservationValues |
InventoryManagerImpl.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve)
|
ReservationValues |
InventoryManagerImpl.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve,
RDate reserveFromDate)
|
ReservationValues |
InventoryManagerImpl.reserve(SellableItem sellableItem,
Store virtualStore,
Quantity quantityToReserve,
RDate reserveFromDate,
boolean directShipSkuSegregation)
|
void |
InventoryManagerImpl.releaseFromVirtualStore(SellableItem sellableItem,
Store virtualStore,
Quantity reservationReleaseQuantity,
Quantity backorderedReleaseQuantity)
|
void |
InventoryManagerImpl.releaseFromSupplier(SellableItem sellableItem,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
void |
InventoryManagerImpl.releasePack(Pack pack,
Store virtualStore,
PackReservationValues packRsvValues)
|
java.util.Set |
InventoryManagerImpl.warehouseReserve(Sku sku,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
Quantity warehouseReservationQuantity,
boolean isPersonalized,
boolean isGifting)
|
java.util.Set |
InventoryManagerImpl.warehouseReserve(Pack pack,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
PackReservationValues packReservationValues,
boolean isPersonalized,
boolean isGifting)
|
void |
InventoryManagerImpl.warehouseRelease(SellableItem sellableItem,
Store virtualStore,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity)
|
void |
InventoryManagerImpl.warehouseReleasePack(Pack pack,
Store virtualStore,
Warehouse virtualWarehouse,
PackReservationValues packReservationValues)
|
Quantity |
InventoryManagerImpl.getTotalReservedQuantity(java.lang.String skuId,
Store virtualStore)
|
Quantity |
InventoryManagerImpl.getTotalBackorderedQuantity(java.lang.String skuId,
Store virtualStore)
|
void |
InventoryManagerImpl.moveQuantityFromWarehouseReservedToBackOrder(java.lang.String skuId,
Store virtualStore,
Quantity qtyToMove,
Warehouse warehouse)
|
Uses of Store in com.retek.component.inventory.impl.command |
Methods in com.retek.component.inventory.impl.command that return Store | |
Store |
ReservationWarehouseReleaseCommand.getVirtualStore()
|
Store |
ReservationPackReleaseCommand.getVirtualStore()
|
Store |
ReservationPackReserveCommand.getVirtualStore()
|
Store |
ReservationReleaseFromSupplierCommand.getVirtualStore()
|
Store |
ReservationReleaseCommand.getVirtualStore()
|
Store |
MoveQuantityFromReservedToBackorderCommand.getVirtualStore()
|
Store |
WarehouseReservationCommand.getVirtualStore()
|
Store |
ReservationReserveCommand.getVirtualStore()
|
Store |
WarehouseReserveCommand.getVirtualStore()
|
Store |
PackWarehouseReserveCommand.getVirtualStore()
|
Methods in com.retek.component.inventory.impl.command with parameters of type Store | |
void |
ReservationPackReleaseValidator.validate(ReservationBusinessException exception,
Pack pack,
Store virtualStore,
PackReservationValues packRsvValues)
|
void |
ReservationWarehouseReleaseCommand.setVirtualStore(Store virtualStore)
|
void |
ReservationPackReleaseCommand.setVirtualStore(Store virtualStore)
|
void |
ReservationPackReserveCommand.setVirtualStore(Store vStore)
|
void |
MoveQuantityFromReservedToBackorderValidator.validate(QuantityMoveBusinessException exception,
Quantity quantityToMove,
Store virtualStore,
IntegrationReference warehouseIntegarionRef)
|
void |
ReservationReserveValidator.validate(ReservationBusinessException exception,
SellableItem sellableItem,
Quantity quantityToReserve,
Store virtualStore)
|
void |
ReservationPackReserveValidator.validate(ReservationBusinessException exception,
Quantity quantityToReserve,
Store virtualStore,
Pack pack)
|
void |
ReservationReleaseFromSupplierCommand.setVirtualStore(Store store)
|
void |
ReservationReleaseCommand.setVirtualStore(Store virtualStore)
|
void |
ReservationReleaseFromSupplierValidator.validate(ReservationBusinessException exception,
Sku sku,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
void |
MoveQuantityFromReservedToBackorderCommand.setVirtualStore(Store vStore)
|
void |
ReservationReserveCommand.setVirtualStore(Store vStore)
|
void |
WarehouseReserveCommand.setVirtualStore(Store virtualStore)
|
void |
ReservationWarehouseReleaseValidator.validate(ReservationBusinessException exception,
SellableItem sellableItem,
Store virtualStore,
Warehouse virtualwarehouse,
Quantity whReserverQty)
|
void |
WarehouseReserveValidator.validate(ReservationBusinessException exception,
SellableItem sellableItem,
Store virtualStore,
Country country,
Quantity requestedQuantity,
java.lang.String shipToZipCode)
|
void |
ReservationReleaseValidator.validate(ReservationBusinessException exception,
Sku sku,
Store virtualStore,
Quantity reservationReleaseQuantity,
Quantity backorderedReleaseQuantity)
|
void |
PackWarehouseReserveCommand.setVirtualStore(Store virtualStore)
|
Uses of Store in com.retek.component.inventory.impl.remote.command |
Methods in com.retek.component.inventory.impl.remote.command with parameters of type Store | |
RDate |
BackOrderEstimatedShipmentDateCalculator.getCalculatedDate(Quantity approvedPOQty,
Quantity inTransitQty,
Quantity backorderedQty,
Quantity totalFABucketQty,
Store virtualStore,
Item item,
int maxItemLocationOutboundDays,
int maxLocationOutboundDays,
Quantity rsvBackOrderedQty,
DistributedContext context)
|
RDate |
BackOrderEstimatedShipmentDateCalculator.getCalculatedDate(InventoryQtyBucket futureAvailableBucket,
Store virtualStore,
Item item,
int maxItemLocationOutboundDays,
int maxLocationOutboundDays,
Quantity rsvBackOrderedQty,
DistributedContext context)
|
Uses of Store in com.retek.component.inventory.test |
Methods in com.retek.component.inventory.test with parameters of type Store | |
static Quantity |
InventoryObjectMaster.getTotalReservedQuantity(DistributedContext context,
SellableItem sellableItem,
Store virtualStore)
|
static Quantity |
InventoryObjectMaster.getTotalReservedQuantity(DistributedContext context,
Pack pack,
Store virtualStore)
|
static Quantity |
InventoryObjectMaster.getTotalBackorderedQuantity(DistributedContext context,
SellableItem sellableItem,
Store virtualStore)
|
static Quantity |
InventoryObjectMaster.getTotalReservedQuantity(DistributedContext context,
java.lang.String skuId,
Store virtualStore)
|
static Quantity |
InventoryObjectMaster.getTotalBackorderedQuantity(DistributedContext context,
java.lang.String skuId,
Store virtualStore)
|
static Sku |
InventoryObjectMaster.setUpSkuInventoryDataWithStandardAndSellingUomDifferent(DistributedContext context,
Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
boolean isDirectShipable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
double standardUom)
|
static Sku |
InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context,
Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
boolean isDirectShipable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys)
|
static Pack |
InventoryObjectMaster.setUpPackInventoryData(DistributedContext context,
Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List skus,
SupplierInventoryDto supplierInventoryDto)
|
static Pack |
InventoryObjectMaster.setUpPackInventoryData(DistributedContext context,
Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List skus,
SupplierInventoryDto supplierInventoryDto,
boolean qtyVariable)
|
static Pack |
InventoryObjectMaster.createPackWithInventoryData(DistributedContext context,
Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List skus,
Warehouse warehouse)
|
static Pack |
InventoryObjectMaster.createPackWithInventoryData(DistributedContext context,
Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List skus)
|
static Pack |
InventoryObjectMaster.createPackWithInventoryData(DistributedContext context,
Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List skus,
java.util.List skuQtys,
Warehouse warehouse)
|
static Sku |
InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context,
Sku sku,
Store store,
java.lang.String status,
boolean isNoLongerAvailable,
boolean isDirectShipable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.Set warehouseSet)
|
static Sku |
InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context,
Sku sku,
Store store,
java.lang.String status,
boolean isNoLongerAvailable,
boolean isDirectShipable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys)
|
static Pack |
InventoryObjectMaster.setUpPackInventoryData(DistributedContext context,
Pack pack,
Store store,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
SupplierInventoryDto supplierInventoryDto,
Warehouse warehouse)
|
static SellableItem |
InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context,
SellableItem sellableItem,
Store location,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List supplierInventories)
|
static Sku |
InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context,
Store location,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List supplierInventories)
|
static void |
InventoryObjectMaster.setUpInventoryForDirectShipItem(DistributedContext context,
SellableItem sellableItem,
Store location,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List supplierInventories)
|
static void |
InventoryObjectMaster.setUpSellableItemAtWarehouseAndVirtualStore(Store virtualStore,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
SellableItem sellableItem,
DistributedContext context)
|
static Quantity |
InventoryObjectMaster.getTotalRCOMBackorderedQuantity(java.lang.String sellableItemId,
Store virtualStore)
|
static Quantity |
InventoryObjectMaster.getTotalRCOMReservedQuantity(java.lang.String sellableItemId,
Store virtualStore)
|
Uses of Store in com.retek.component.item.test |
Methods in com.retek.component.item.test that return Store | |
static Store |
ItemObjectMaster.getVirtualStore(SellableItem sellableItem)
|
Methods in com.retek.component.item.test with parameters of type Store | |
static ItemLocation |
ItemObjectMaster.createItemLocationForStore(DistributedContext context,
Sku sku,
Store store,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays)
|
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Sku sku,
Store store)
|
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Pack pack,
Store store)
|
Uses of Store in com.retek.component.location |
Methods in com.retek.component.location that return Store | |
Store |
LocationManager.buildStoreInstance(java.lang.String displayCode)
|
Store |
LocationManager.readStore(DistributedReference ref)
|
Methods in com.retek.component.location with parameters of type Store | |
void |
LocationSearchCriteria.setVirtualStore(Store virtualStore)
|
Uses of Store in com.retek.component.location.impl |
Classes in com.retek.component.location.impl that implement Store | |
class |
StoreImpl
|
Methods in com.retek.component.location.impl that return Store | |
Store |
LocationManagerImpl.buildStoreInstance(java.lang.String displayCode)
|
Store |
LocationManagerImpl.readStore(DistributedReference ref)
|
Store |
LocationManagerImpl.readStore(java.lang.String id)
Deprecated. use read(ref) or findByDisplayCode(String) |
Methods in com.retek.component.location.impl with parameters of type Store | |
static void |
StoreSubmitValidator.validate(Store store)
|
Uses of Store in com.retek.component.location.integration.rib |
Methods in com.retek.component.location.integration.rib with parameters of type Store | |
void |
StoreInjectorTest.assertStoreMatchesPayload(com.retek.rib.binding.payload.StoreDesc payload,
Store store)
|
Uses of Store in com.retek.component.location.test |
Methods in com.retek.component.location.test that return Store | |
static Store |
LocationObjectMaster.createStore(DistributedContext context)
|
static Store |
LocationObjectMaster.createPhysicalStore(DistributedContext context)
|
static Store |
LocationObjectMaster.createPhysicalStore(Channel channel)
|
static Store |
LocationObjectMaster.createStore(Channel channel)
|
static Store |
LocationObjectMaster.createVirtualStore(Channel channel)
|
Methods in com.retek.component.location.test with parameters of type Store | |
static Warehouse |
LocationObjectMaster.createAVirtualWarehouse(Store store1)
|
Uses of Store in com.retek.component.media |
Methods in com.retek.component.media that return Store | |
Store |
Media.getStore()
|
Methods in com.retek.component.media with parameters of type Store | |
void |
Media.setVirtualStore(Store store)
|
Uses of Store in com.retek.component.media.impl |
Methods in com.retek.component.media.impl that return Store | |
Store |
MediaImpl.getStore()
|
Methods in com.retek.component.media.impl with parameters of type Store | |
void |
MediaImpl.setVirtualStore(Store store)
|
Uses of Store in com.retek.component.salesaudit |
Methods in com.retek.component.salesaudit that return Store | |
Store |
SaeStoreTransactionContainer.getStore()
Return the store for the store transaction container. |
Store |
SaeStoreTransactionHeader.getStore()
Return the store for the header. |
Store |
SaeStoreDay.getStore()
Return the store for the sales audit store/day object. |
Store |
SaeStoreDayTransactions.getStore()
|
Methods in com.retek.component.salesaudit with parameters of type Store | |
SaeStoreTransactionContainer |
SalesAuditManager.buildSaeStoreTransactionContainerInstance(Store store,
RDate transactionDate)
Build a new order transaction container instance. |
SaeTransaction |
SalesAuditManager.buildDcloseSaeTransaction(Store store,
RDate transactionDate)
Build a new dclose transaction element. |
SaeStoreDay |
SalesAuditManager.findSaeStoreDay(Store store,
RDate transactionDate)
Find a sales audit store/day for a given store and transaction date. |
SaeStoreTransactionCounter |
SalesAuditManager.findSaeStoreTransactionCounter(Store store)
Find a store transaction counter for a given store. |
RDate |
SalesAuditManager.findLastClosedDate(Store store)
|
boolean |
SalesAuditManager.hasPendingSalesAuditTransactions(Store store,
RDate transactionDate)
Return a boolean indicating if the sales audit staging table has pending sales audit transactions for a given store/day. |
protected SaeStoreDayKey |
SalesAuditExportTestCase.buildStoreDayKey(Store store,
RDate transactionDate)
|
protected SaeStoreTransactionContainer |
SalesAuditExportTestCase.buildStoreTransactionContainer(Store store,
RDate transactionDate,
DistributedObject sourceObject)
|
protected void |
SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order,
Store store,
RDate transactionDate,
java.lang.String transactionType,
java.lang.String subTransactionType,
java.lang.String reasonCode,
SaeTransaction transaction)
|
protected void |
SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order,
Store store,
RDate transactionDate,
java.lang.String transactionType,
java.lang.String subTransactionType,
java.lang.String reasonCode,
java.lang.String returnRequiredFlag,
SaeTransaction transactionElement)
|
Constructors in com.retek.component.salesaudit with parameters of type Store | |
SaeStoreDayKey(Store store,
RDate transactionDate)
|
Uses of Store in com.retek.component.salesaudit.impl |
Methods in com.retek.component.salesaudit.impl that return Store | |
Store |
SaeStoreDayImpl.getStore()
|
Store |
SaeStoreTransactionContainerImpl.getStore()
|
Store |
SaeStoreTransactionHeaderImpl.getStore()
|
Methods in com.retek.component.salesaudit.impl with parameters of type Store | |
void |
SaeStoreTransactionContainerImpl.setStore(Store store)
|
SaeStoreTransactionContainer |
SalesAuditManagerImpl.buildSaeStoreTransactionContainerInstance(Store store,
RDate transactionDate)
|
SaeTransaction |
SalesAuditManagerImpl.buildDcloseSaeTransaction(Store store,
RDate transactionDate)
|
SaeStoreTransactionCounter |
SalesAuditManagerImpl.buildSaeStoreTransactionCounter(Store store)
|
SaeStoreDay |
SalesAuditManagerImpl.findSaeStoreDay(Store store,
RDate transactionDate)
|
SaeStoreTransactionCounter |
SalesAuditManagerImpl.findSaeStoreTransactionCounter(Store store)
|
RDate |
SalesAuditManagerImpl.findLastClosedDate(Store store)
|
SaeStoreTransactionCounter |
SalesAuditManagerImpl.findSaeStoreTransctionCounter(Store store)
|
boolean |
SalesAuditManagerImpl.hasPendingSalesAuditTransactions(Store store,
RDate transactionDate)
|
Constructors in com.retek.component.salesaudit.impl with parameters of type Store | |
SaeStoreDayImpl(DistributedContext context,
DistributedReference reference,
Store store,
RDate transactionDate)
|
Uses of Store in com.retek.component.salesaudit.impl.remote.command |
Fields in com.retek.component.salesaudit.impl.remote.command declared as Store | |
protected Store |
SaleTransactionConverterTest.store
|
Methods in com.retek.component.salesaudit.impl.remote.command that return Store | |
protected Store |
BaseTransactionConverter.getStore()
|
Methods in com.retek.component.salesaudit.impl.remote.command with parameters of type Store | |
protected SaeStoreDayKey |
SaeExportObject.buildStoreDayKey(Store store,
RDate txnDate)
|
Uses of Store in com.retek.component.salesaudit.test |
Methods in com.retek.component.salesaudit.test with parameters of type Store | |
static SaeStoreTransactionContainer |
SalesAuditObjectMaster.createSaeOrderTransactionContainer(Store store,
RDate txnDate,
java.lang.String transactionType)
|
static SaeStoreTransactionContainer |
SalesAuditObjectMaster.createPersistedSaeOrderTransactionContainer(Store store,
RDate txnDate,
java.lang.String transactionType)
|
static SaeStoreTransactionContainer |
SalesAuditObjectMaster.createPersistedSaeOrderTransactionContainer(Store store,
RDate txnDate,
java.lang.String transactionType,
DistributedObject sourceObject)
|
static SaeStoreTransactionContainer |
SalesAuditObjectMaster.createCorruptSaeOrderTransactionContainer(Store store,
RDate txnDate,
java.lang.String transactionType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |