|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
com.retek.component.customerorder.test | |
com.retek.component.item | |
com.retek.component.item.impl | |
com.retek.component.item.integration.rib | |
com.retek.component.item.test |
Uses of Style in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test that return Style | |
static Style |
COItemObjectMaster.createStyle(DistributedContext context,
Supplier supplier,
ShippingMethod validShippingMethod,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes)
|
static Style |
COItemObjectMaster.createPartialStyle(DistributedContext context,
Supplier supplier,
ShippingMethod validShippingMethod,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes)
|
static Style |
COItemObjectMaster.createStyleWithInventory(DistributedContext context,
Supplier supplier,
ShippingMethod validShippingMethod,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Media media,
Quantity availQty)
|
static Style |
COItemObjectMaster.createStyleWithDirectShipInventory(DistributedContext context,
Supplier supplier,
ShippingMethod validShippingMethod,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Media media,
Quantity availQty)
|
static Style |
COItemObjectMaster.createStyleWithNLAInventory(DistributedContext context,
Supplier supplier,
ShippingMethod validShippingMethod,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Media media,
Quantity availQuantity)
|
Uses of Style in com.retek.component.item |
Methods in com.retek.component.item that return Style | |
Style |
ItemManager.readStyle(java.lang.String id)
|
Uses of Style in com.retek.component.item.impl |
Classes in com.retek.component.item.impl that implement Style | |
class |
StyleImpl
|
Methods in com.retek.component.item.impl that return Style | |
Style |
ItemManagerImpl.buildStyleInstance(java.lang.String id,
int itemLevel,
int tranLevel)
|
Style |
ItemManagerImpl.readStyle(java.lang.String id)
|
Style |
ItemManagerImpl.readStyle(java.lang.String id,
boolean readThinDiffGroup)
|
Uses of Style in com.retek.component.item.integration.rib |
Methods in com.retek.component.item.integration.rib that return Style | |
Style |
ItemManagerRib.readStyle(java.lang.String id,
boolean readThinDiffGroup)
|
Uses of Style in com.retek.component.item.test |
Methods in com.retek.component.item.test that return Style | |
static Style |
ItemObjectMaster.createStyle(DistributedContext context)
|
static Style |
ItemObjectMaster.createStyle(DistributedContext context,
int howMany)
|
static Style |
ItemObjectMaster.createStyleWithoutDiffs(DistributedContext context)
|
static Style |
ItemObjectMaster.createStyleWithSku(DistributedContext context,
int howMany)
|
static Style |
ItemObjectMaster.createStyleWithSku(DistributedContext context,
int howMany,
Carrier carrier,
ShippingMethod shippingMethod)
|
static Style |
ItemObjectMaster.createStyleWithSku(DistributedContext context,
int howMany,
Carrier carrier,
ShippingMethod shippingMethod,
Sku sku)
|
static Style |
ItemObjectMaster.createStyleWithSku(DistributedContext context,
int howMany,
ItemPersonalizationBuilderAttributes attributes)
|
static Style |
ItemObjectMaster.createStyle(Channel channel,
DistributedContext context)
|
Methods in com.retek.component.item.test with parameters of type Style | |
static Sku |
ItemObjectMaster.createSku(DistributedContext context,
Style style,
int i)
|
static Sku |
ItemObjectMaster.createSku(DistributedContext context,
Style style,
int i,
ItemPersonalizationBuilderAttributes attributes)
|
static Sku |
ItemObjectMaster.createSku(DistributedContext context,
Style style,
int i,
ItemPersonalizationBuilderAttributes attributes,
Carrier carrier,
ShippingMethod shippingMethod)
|
static Sku |
ItemObjectMaster.createSkuForSuppliers(DistributedContext context,
Style style,
int i,
java.util.Set suppliers,
ItemPersonalizationBuilderAttributes attributes)
|
static Sku |
ItemObjectMaster.createSku(DistributedContext context,
Style style,
int i,
Carrier carrier,
ShippingMethod shippingMethod)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |