|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SellableItem in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that return SellableItem | |
SellableItem |
NoCustomerInformationReturn.getSellableItem()
|
Methods in com.retek.component.customerorder with parameters of type SellableItem | |
NoCustomerInformationReturn |
CustomerOrderManager.buildNoCustomerInformationReturn(SellableItem sellableItem,
Quantity qty,
RDate returnDate,
ReturnReason returnReason,
SupplierReturnDisposition disposition,
java.lang.String comments)
|
Constructors in com.retek.component.customerorder with parameters of type SellableItem | |
InvalidShippingMethodForSellableItemException(ShippingMethod shippingMethod,
SellableItem sellableItem)
|
|
InvalidShippingMethodForSellableItemException(SellableItem sellableItem)
|
Uses of SellableItem in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return SellableItem | |
SellableItem |
NoCustomerInformationReturnImpl.getSellableItem()
|
Methods in com.retek.component.customerorder.impl with parameters of type SellableItem | |
NoCustomerInformationReturn |
CustomerOrderManagerImpl.buildNoCustomerInformationReturn(SellableItem sellableItem,
Quantity qty,
RDate returnDate,
ReturnReason returnReason,
SupplierReturnDisposition disposition,
java.lang.String comments)
|
Uses of SellableItem in com.retek.component.customerorder.integration.rib |
Methods in com.retek.component.customerorder.integration.rib that return SellableItem | |
SellableItem |
ReturnConfirmationItem.getSellableItem()
Return the item for the return item. |
Uses of SellableItem in com.retek.component.customerorder.test |
Fields in com.retek.component.customerorder.test declared as SellableItem | |
SellableItem |
BasePackBuilderAttributes.sellableItem
|
Methods in com.retek.component.customerorder.test with parameters of type SellableItem | |
static ItemLocation |
COItemObjectMaster.createItemLocation(DistributedContext context,
SellableItem sellableItem,
Location location,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays,
java.lang.String locationType)
|
static ItemSupplier |
COItemObjectMaster.createItemSupplier(DistributedContext context,
SellableItem sellableItem,
Supplier supplier,
boolean isPrimaryDirectShipSupplier)
|
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 NoCustomerInformationReturn |
CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context,
SellableItem sellableItem,
Quantity qty,
ReturnReason reason,
SupplierReturnDisposition disposition)
|
static ItemSupplierEvent |
CustomerOrderObjectMaster.createOrderLineHoldEvent(DistributedContext context,
Supplier supplier,
java.lang.String description,
RDate startDate,
RDate orderByDateTime,
RDate expCustomerDeliveryDate,
SellableItem item)
|
static ItemSupplierEvent |
CustomerOrderObjectMaster.createPersistedItemSupplierEvent(DistributedContext context,
Supplier supplier,
java.lang.String description,
RDate startDate,
RDate orderByDateTime,
RDate expCustomerDeliveryDate,
SellableItem item)
|
static void |
CustomerOrderObjectMaster.setUpWarehouseInventory(SellableItem sellableItem,
Store virtualStore,
Warehouse warehouse,
java.util.HashMap inventoryHashMap)
|
Uses of SellableItem in com.retek.component.event |
Methods in com.retek.component.event that return SellableItem | |
SellableItem |
ItemSupplierEvent.getItem()
|
Uses of SellableItem in com.retek.component.event.impl |
Methods in com.retek.component.event.impl that return SellableItem | |
SellableItem |
ItemSupplierEventImpl.getItem()
|
Uses of SellableItem in com.retek.component.event.test |
Methods in com.retek.component.event.test with parameters of type SellableItem | |
static ItemSupplierEvent |
EventObjectMaster.createItemSupplierEvent(DistributedContext context,
SupplierEvent suppEvent,
Supplier supplier,
SellableItem item)
|
Uses of SellableItem in com.retek.component.inventory |
Methods in com.retek.component.inventory with parameters of type SellableItem | |
AtpValues |
InventoryManager.calculateAtp(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef)
|
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)
|
AtpValues |
InventoryManager.calculateAtpAndFutureAvailableQuantities(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef,
boolean allowNegativeFutureAvailableQty)
|
void |
InventoryManager.releaseFromSupplier(SellableItem sellableItem,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
void |
InventoryManager.warehouseRelease(SellableItem sellableItem,
Store virtualStore,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity)
|
void |
InventoryManager.warehouseReserveCancel(SellableItem sellableItem,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity)
|
Quantity |
InventoryManager.getTotalBackorderedQuantity(SellableItem sellableItem,
DistributedReference organizationRef)
|
SupplierInventory |
InventoryManager.getSupplierInventory(SellableItem sellableItem,
Supplier supplier)
|
Uses of SellableItem in com.retek.component.inventory.impl |
Methods in com.retek.component.inventory.impl with parameters of type SellableItem | |
static AtpCalculateValuesCommand |
InventoryCommandFactory.createAtpCalculateValuesCommand(SellableItem item,
RDate reserveFromDate,
DistributedContext ctx,
DistributedReference organizationRef)
|
static ReservationWarehouseReleaseCommand |
InventoryCommandFactory.createReservationWarehouseReleaseCommand(SellableItem sellableItem,
Store virtualStore,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity,
DistributedContext context)
|
static ReservationWarehouseCancelCommand |
InventoryCommandFactory.createReservationWarehouseCancelCommand(SellableItem sellableItem,
Warehouse virtualWarehouse,
Quantity warehouseChangeQty,
DistributedContext context)
|
static WarehouseReserveCommand |
InventoryCommandFactory.createWarehouseReserveCommand(SellableItem sellableItem,
Store virtualStore,
Country country,
java.lang.String shipToZipCode,
Quantity warehouseReservationQuantity,
boolean isPersonalized,
boolean isGifting,
DistributedContext context)
|
AtpValues |
InventoryManagerImpl.calculateAtp(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef)
|
AtpValues |
InventoryManagerImpl.calculateAtpAndFutureAvailableQuantities(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef,
boolean allowNegativeFutureAvailableQty)
|
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.warehouseRelease(SellableItem sellableItem,
Store virtualStore,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity)
|
void |
InventoryManagerImpl.warehouseReserveCancel(SellableItem sellableItem,
Warehouse virtualWarehouse,
Quantity warehouseReleaseQuantity)
|
Quantity |
InventoryManagerImpl.getTotalBackorderedQuantity(SellableItem sellableItem,
DistributedReference organizationRef)
|
SupplierInventory |
InventoryManagerImpl.getSupplierInventory(SellableItem sellableItem,
Supplier supplier)
|
Uses of SellableItem in com.retek.component.inventory.impl.command |
Methods in com.retek.component.inventory.impl.command that return SellableItem | |
SellableItem |
ReservationWarehouseReleaseCommand.getSellableItem()
|
SellableItem |
ReservationWarehouseCancelCommand.getSellableItem()
|
SellableItem |
AtpCalculateValuesCommand.getSellableItem()
|
SellableItem |
WarehouseReservationCommand.getSellableItem()
|
SellableItem |
ReservationReserveCommand.getSellableItem()
|
SellableItem |
WarehouseReserveCommand.getSellableItem()
|
SellableItem |
PackWarehouseReserveCommand.getSellableItem()
|
Methods in com.retek.component.inventory.impl.command with parameters of type SellableItem | |
void |
ReservationWarehouseReleaseCommand.setSellableItem(SellableItem sellableItem)
|
protected void |
ATPCalculateQuantityValuesSellableItemCommand.setSellableItem(SellableItem singleSellableItem)
|
protected abstract AtpValues |
ATPCalculateQuantityValuesSellableItemCommand.createATPValuesForDirectShip(SellableItem sellableItem)
|
protected AtpValues |
ATPCalculateQuantityValuesSellableItemCommand.calculateAtpValuesForSellableItem(SellableItem sellableItem,
Inventory inventory)
|
protected Quantity |
ATPCalculateQuantityValuesSellableItemCommand.getQuantityConvertedFromStandardToSellingUOM(SellableItem sellableItem,
Quantity quantityInStandardUom)
|
void |
ReservationWarehouseCancelCommand.setSellableItem(SellableItem sellableItem)
|
void |
ReservationWarehouseCancelValidator.validate(ReservationBusinessException exception,
SellableItem sellableItem,
Warehouse virtualwarehouse,
Quantity whReserverQty)
|
protected RDate |
AtpCalculateDatesSellableItemCommand.getCalculatedRsvDateForDS(SellableItem sellableItem)
|
protected RDate |
AtpCalculateDatesSellableItemCommand.getCalculatedBoDate(SellableItem sellableItem)
|
protected RDate |
AtpCalculateDatesSellableItemCommand.getCalculatedRsvDate(SellableItem sellableItem)
|
void |
ReservationReserveValidator.validate(ReservationBusinessException exception,
SellableItem sellableItem,
Quantity quantityToReserve,
Store virtualStore)
|
RDate |
AtpCalculateDatesCommand.getBoDate(SellableItem sellableItem)
|
RDate |
AtpCalculateDatesCommand.getRsvDate(SellableItem sellableItem)
|
protected AtpValues |
AtpCalculateQuantityValuesPackCommand.calculateAtpValuesForSellableItem(SellableItem sellableItem,
Inventory inventory)
|
protected AtpValues |
AtpCalculateQuantityValuesPackCommand.createATPValuesForDirectShip(SellableItem sellableItem)
|
void |
AtpCalculateValuesCommand.setSellableItem(SellableItem sku)
|
void |
ReservationReserveCommand.setSellableItem(SellableItem sellableItem)
|
protected AtpValues |
AtpCalculateQuantityValuesSkuCommand.createATPValuesForDirectShip(SellableItem sellableItem)
|
void |
WarehouseReserveCommand.setSellableItem(SellableItem sellableItem)
|
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)
|
Uses of SellableItem in com.retek.component.inventory.test |
Methods in com.retek.component.inventory.test that return SellableItem | |
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 SellableItem |
InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context,
java.lang.String status,
boolean isNoLongerAvailable,
int locationOutboundDays,
int itemLocationOutboundDays,
java.util.HashMap inventoryQtys,
java.util.List supplierInventories)
|
Methods in com.retek.component.inventory.test with parameters of type SellableItem | |
static Quantity |
InventoryObjectMaster.getTotalReservedQuantity(DistributedContext context,
SellableItem sellableItem,
Store virtualStore)
|
static Quantity |
InventoryObjectMaster.getTotalReservedAndShippedQuantityFromSupplier(SellableItem sellableItem,
Supplier supplier)
|
static Quantity |
InventoryObjectMaster.getTotalReservedQuantityFromSupplier(SellableItem sellableItem,
Supplier supplier)
|
static Quantity |
InventoryObjectMaster.getTotalBackorderedQuantity(DistributedContext context,
SellableItem sellableItem,
Store virtualStore)
|
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 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)
|
Uses of SellableItem in com.retek.component.item |
Subinterfaces of SellableItem in com.retek.component.item | |
interface |
Pack
|
interface |
Sku
|
Methods in com.retek.component.item that return SellableItem | |
SellableItem |
ItemManager.readSellableItem(java.lang.String id)
|
Methods in com.retek.component.item with parameters of type SellableItem | |
ItemSupplier |
ItemManager.buildItemSupplierInstance(SellableItem SellableItem,
Supplier supplier)
|
ItemSupplier |
ItemManager.readItemSupplierInstance(SellableItem sellableItem,
Supplier supplier)
|
ItemLocation |
ItemManager.buildItemLocationInstance(SellableItem sellableItem,
Location location)
|
ItemLocation |
ItemManager.readItemLocationInstance(SellableItem sellableItem,
Location location)
|
boolean |
ItemThresholdableItem.match(SellableItem sellableItem)
|
Uses of SellableItem in com.retek.component.item.impl |
Classes in com.retek.component.item.impl that implement SellableItem | |
class |
PackImpl
|
class |
SellableItemImpl
|
class |
SkuImpl
|
Methods in com.retek.component.item.impl that return SellableItem | |
SellableItem |
ItemManagerImpl.readSellableItem(java.lang.String id)
|
Methods in com.retek.component.item.impl with parameters of type SellableItem | |
abstract boolean |
AbstractItemThresholdableItem.match(SellableItem sellableItem)
|
boolean |
StyleImpl.match(SellableItem sellableItem)
|
ItemSupplier |
ItemManagerImpl.buildItemSupplierInstance(SellableItem sellableItem,
Supplier supplier)
|
ItemSupplier |
ItemManagerImpl.readItemSupplierInstance(SellableItem sellableItem,
Supplier supplier)
|
ItemLocation |
ItemManagerImpl.buildItemLocationInstance(SellableItem sellableItem,
Location location)
|
ItemLocation |
ItemManagerImpl.readItemLocationInstance(SellableItem sellableItem,
Location location)
|
boolean |
SellableItemImpl.match(SellableItem sellableItem)
|
Uses of SellableItem in com.retek.component.item.test |
Methods in com.retek.component.item.test with parameters of type SellableItem | |
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
SellableItem sellableItem,
Location location,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays,
java.lang.String locationType)
|
static ItemSupplier |
ItemObjectMaster.createItemSupplier(DistributedContext context,
SellableItem sellableItem,
java.lang.String supplierId,
boolean isDirectShipSupplier)
|
static ItemSupplier |
ItemObjectMaster.createItemSupplier(DistributedContext context,
SellableItem sellableItem,
Supplier supplier,
boolean isPrimaryDirectShipSupplier)
|
static ItemSupplier |
ItemObjectMaster.createItemSupplier(DistributedContext context,
SellableItem sellableItem)
|
static ItemSupplier |
ItemObjectMaster.createAndPersistItemSupplier(DistributedContext context,
SellableItem sellableItem,
Supplier supplier)
|
static ShipRestriction |
ItemObjectMaster.createPersistedShipRestriction(DistributedContext context,
SellableItem sellableItem)
|
static void |
ItemObjectMaster.createShipRestrictionForZipcode(DistributedContext context,
SellableItem item,
Carrier carrier,
java.lang.String zipcode)
|
static void |
ItemObjectMaster.createShipRestrictionForAddressCode(DistributedContext context,
SellableItem item,
Carrier carrier,
java.lang.String zipcode)
|
static void |
ItemObjectMaster.createShipRestrictionForPoBoxes(DistributedContext context,
SellableItem item,
Carrier carrier)
|
static void |
ItemObjectMaster.createShipRestrictionForMilitaryAddress(DistributedContext context,
SellableItem item,
Carrier carrier)
|
static Store |
ItemObjectMaster.getVirtualStore(SellableItem sellableItem)
|
static Warehouse |
ItemObjectMaster.getVirtualWarehouse(SellableItem sellableItem)
|
Uses of SellableItem in com.retek.component.media |
Methods in com.retek.component.media that return SellableItem | |
SellableItem |
SellingSku.getSellableItem()
|
SellableItem |
SellingItem.getSellableItemBySellingSkuDisplayCode(java.lang.String sellingSkuDisplayCode)
|
Methods in com.retek.component.media with parameters of type SellableItem | |
void |
MediaSearchCriteria.setSellableItem(SellableItem sellableItem)
|
void |
SellingList.setTrigger(SellableItem sellableItem)
|
Uses of SellableItem in com.retek.component.media.impl |
Fields in com.retek.component.media.impl declared as SellableItem | |
protected SellableItem |
SellingSkuImpl.sellableItem
|
Methods in com.retek.component.media.impl that return SellableItem | |
SellableItem |
SellingItemImpl.getSellableItemBySellingSkuDisplayCode(java.lang.String sellingSkuDisplayCode)
|
SellableItem |
SellingSkuImpl.getSellableItem()
|
SellableItem |
PackSellingSkuImpl.getSellableItem()
|
Methods in com.retek.component.media.impl with parameters of type SellableItem | |
void |
SellingListImpl.setTrigger(SellableItem sellableItem)
|
void |
SellingSkuImpl.setSellableItem(SellableItem sItem)
|
Uses of SellableItem in com.retek.component.media.test |
Methods in com.retek.component.media.test with parameters of type SellableItem | |
static SellingList |
MediaObjectMaster.createActiveSellingListWithItemsWithSellableItemTrigger(Banner banner,
ChannelType channelType,
Media media,
SellingListType type,
SellableItem trigger,
User user)
|
Uses of SellableItem in com.retek.rmm.gui.core |
Methods in com.retek.rmm.gui.core that return SellableItem | |
static SellableItem |
RmmRepository.retrieveInventorySellableItem()
|
Methods in com.retek.rmm.gui.core with parameters of type SellableItem | |
static void |
RmmRepository.storeInventorySellableItem(SellableItem item)
INVENTORY SELLABLE ITEM |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |