|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemLocation | |
com.retek.component.customerorder.test | |
com.retek.component.item | |
com.retek.component.item.impl | |
com.retek.component.item.test | |
com.retek.component.salesaudit |
Uses of ItemLocation in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test that return ItemLocation | |
static ItemLocation |
COItemObjectMaster.createItemLocation(DistributedContext context,
SellableItem sellableItem,
Location location,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays,
java.lang.String locationType)
|
Uses of ItemLocation in com.retek.component.item |
Methods in com.retek.component.item that return ItemLocation | |
ItemLocation |
ItemManager.buildItemLocationInstance(SellableItem sellableItem,
Location location)
|
ItemLocation |
ItemManager.readItemLocationInstance(SellableItem sellableItem,
Location location)
|
Methods in com.retek.component.item with parameters of type ItemLocation | |
void |
SellableItem.addItemLocation(ItemLocation itemLocation)
|
Uses of ItemLocation in com.retek.component.item.impl |
Classes in com.retek.component.item.impl that implement ItemLocation | |
class |
ItemLocationImpl
|
Methods in com.retek.component.item.impl that return ItemLocation | |
ItemLocation |
ItemManagerImpl.buildItemLocationInstance(SellableItem sellableItem,
Location location)
|
ItemLocation |
ItemManagerImpl.readItemLocationInstance(SellableItem sellableItem,
Location location)
|
Methods in com.retek.component.item.impl with parameters of type ItemLocation | |
void |
SellableItemImpl.addItemLocation(ItemLocation itemLocation)
|
Uses of ItemLocation in com.retek.component.item.test |
Methods in com.retek.component.item.test that return ItemLocation | |
static ItemLocation |
ItemObjectMaster.createItemLocationForStore(DistributedContext context,
Sku sku,
Store store,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays)
|
static ItemLocation |
ItemObjectMaster.createItemLocationForWarehouse(DistributedContext context,
Sku sku,
Warehouse warehouse,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays)
|
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Pack pack,
Location location,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays)
|
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 ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Sku sku,
Store store)
|
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Sku sku,
Warehouse warehouse)
|
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Sku sku,
Channel channel)
|
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Pack pack,
Location location,
java.lang.String status,
boolean isNoLongerAvailable,
int inboundDays,
int outboundDays,
java.lang.String locationType)
|
static ItemLocation |
ItemObjectMaster.createItemLocation(DistributedContext context,
Pack pack,
Store store)
|
Uses of ItemLocation in com.retek.component.salesaudit |
Methods in com.retek.component.salesaudit with parameters of type ItemLocation | |
protected void |
SalesAuditExportTestCase.assertShItemElementContents(CustomerOrder order,
Item shItem,
ItemLocation shItemLocation,
SaeItem shItemElement)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |