|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Supplier in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that return Supplier | |
protected Supplier |
CustomerOrderApiTestCase.getAndSubmitSupplier()
|
Supplier |
ShippedContainer.getSupplier()
|
Supplier |
CustomerOrderLine.getDirectShipSupplier()
|
Methods in com.retek.component.customerorder with parameters of type Supplier | |
void |
ShippedContainer.setSupplier(Supplier supplier)
|
void |
CustomerOrderLine.setConfirmedDirectShipSupplier(Supplier supplier)
|
Quantity |
CustomerOrderReservationUtilsManager.getReservationQtyPlusBOPlusShippedPlusFulfillingQtyForAllDSOrderLines(java.lang.String skuId,
Supplier supplier)
|
boolean |
CustomerOrderReservationUtilsManager.isReservationQtyValidForDS(java.lang.String skuId,
Supplier supplier)
|
Uses of Supplier in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return Supplier | |
Supplier |
CustomerOrderLineImpl.getDirectShipSupplier()
|
Supplier |
ShippedContainerImpl.getSupplier()
|
Methods in com.retek.component.customerorder.impl with parameters of type Supplier | |
void |
CustomerOrderLineImpl.setConfirmedDirectShipSupplier(Supplier supplier)
|
void |
ShippedContainerImpl.setSupplier(Supplier supplier)
|
boolean |
CustomerOrderReservationUtilsManagerImpl.isReservationQtyValidForDS(java.lang.String skuId,
Supplier supplier)
|
Quantity |
CustomerOrderReservationUtilsManagerImpl.getReservationQtyPlusBOPlusShippedPlusFulfillingQtyForAllDSOrderLines(java.lang.String skuId,
Supplier supplier)
|
Uses of Supplier in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test with parameters of type Supplier | |
static SellingSku |
COItemObjectMaster.createSellingSku(Media media,
Supplier supplier,
Quantity availableQty,
Money unitPrice,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static SellingSku |
COItemObjectMaster.createSellingSku(Media media,
Supplier supplier,
Quantity availableQty,
Money unitPrice,
Money additionalDomesticDeliveryCharge,
boolean standardShipping,
boolean inventoriable)
|
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)
|
static Sku |
COItemObjectMaster.createLevelOneSkuWithNLAInventory(DistributedContext context,
Supplier supplier,
ShippingMethod validShippingMethod,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Media media,
Quantity availQuantity)
|
static void |
COItemObjectMaster.addItemSupplier(DistributedContext context,
Sku sku,
Supplier supplier)
|
static ItemSupplier |
COItemObjectMaster.createItemSupplier(DistributedContext context,
SellableItem sellableItem,
Supplier supplier,
boolean isPrimaryDirectShipSupplier)
|
static SellingSku |
COItemObjectMaster.getDirectShipSku(Media media,
Supplier primarySupplier,
boolean callSchedulesForAllDays,
Quantity availableQty)
|
static SellingSku |
COItemObjectMaster.getDirectShipSku(Media media,
Supplier primarySupplier,
boolean callSchedulesForAllDays)
|
static SellingSku |
COItemObjectMaster.getDirectShipSku(Media media,
Supplier primarySupplier,
Quantity available)
|
static SellingSku |
COItemObjectMaster.getDirectShipSku(Media media,
Supplier primarySupplier,
Quantity available,
ItemPersonalizationBuilderAttributes persAttributes)
|
static void |
COItemObjectMaster.setupInventoryForPackComponent(Supplier supplier,
PackComponentBuilderAttributes componentBuilderAttrs,
Store store)
|
static SellingItem |
COMediaObjectMaster.createSellingItem(Media media,
Supplier supplier,
ItemPersonalizationBuilderAttributes itemPersAttributes)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerMailOrderLineWithNLA(CustomerOrder order,
Media media,
Supplier supplier,
Quantity requestedQuantity,
Quantity availQuantity,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Money unitPrice,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerOrderLine(Media media,
Supplier supplier,
Quantity quantity)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerOrderLine(Media media,
Supplier supplier,
Quantity quantity,
Quantity availableQty,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerOrderLine(Media media,
Supplier supplier,
Quantity quantity,
Quantity availableQty,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerOrderLine(Media media,
Supplier supplier,
Quantity quantity,
Quantity availableQty,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Money unitPrice,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createGiftVoucherCustomerOrderLine(Media media,
Supplier supplier,
Quantity quantity,
Quantity availableQty,
boolean nonDenominational,
boolean giftCard)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerOrderLineWithNLA(Media media,
Supplier supplier,
Quantity requestedQuantity,
Quantity availQuantity,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Money unitPrice,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerOrderLineWithLevelOneNLA(Media media,
Supplier supplier,
Quantity requestedQuantity,
Quantity availQuantity,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Money unitPrice,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createExchangeSaleOrderLine(CustomerOrder order,
Media media,
Supplier supplier,
Quantity quantity,
Quantity availableQty,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Money unitPrice,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createCustomerMailOrderLine(CustomerOrder order,
Media media,
Supplier supplier,
Quantity quantity,
Quantity availableQty,
boolean hasCareInstructions,
ItemPersonalizationBuilderAttributes itemPersAttributes,
Money additionalDomesticDeliveryCharge,
boolean standardShipping)
|
static SupplierEvent |
CustomerOrderObjectMaster.createOrderLineHoldEvent(DistributedContext context,
Supplier supplier,
java.lang.String description,
RDate startDate,
RDate orderByDateTime,
RDate expCustomerDeliveryDate)
|
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 SupplierEvent |
CustomerOrderObjectMaster.createPersistedSupplierEvent(DistributedContext context,
Supplier supplier,
java.lang.String description,
RDate startDate,
RDate orderByDateTime,
RDate expCustomerDeliveryDate)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.attachDirectShipOrderLineWithDates(CustomerOrder customerOrder,
Media media,
Supplier supplier)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.attachDirectShipOrderLineWithDates(CustomerOrder customerOrder,
Media media,
Supplier supplier,
RDate estimatedShipDate,
RDate estimatedDeliveryDate)
|
static void |
CustomerOrderObjectMaster.attachDirectShipToOrderAndSubmitBoth(DistributedContext context,
CustomerOrder customerOrder,
Media media,
Supplier supplier,
boolean directShipIndicator)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.attachDirectShipMailOrderLine(CustomerOrder order,
Media media,
Supplier primarySupplier)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.attachDirectShipOrderLine(CustomerOrder order,
Media media,
Supplier primarySupplier)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.attachDirectShipOrderLine(CustomerOrder order,
Media media,
Supplier primarySupplier,
boolean callSchedulesForAllDays)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createDirectShipOrderLine(Media media,
Supplier primarySupplier,
boolean callSchedulesForAllDays,
Quantity requestedQty)
|
static CustomerOrderLine |
CustomerOrderObjectMaster.createDirectShipOrderLine(Media media,
Supplier primarySupplier,
boolean callSchedulesForAllDays,
Quantity requestedQty,
Quantity availableQty)
|
Uses of Supplier in com.retek.component.directshiporder |
Methods in com.retek.component.directshiporder that return Supplier | |
Supplier |
DirectShipOrder.getSupplier()
|
Methods in com.retek.component.directshiporder with parameters of type Supplier | |
DirectShipOrder |
DirectShipOrderTest.createDirectShipOrder(Supplier supplier)
|
DirectShipOrder |
DirectShipOrderManager.buildDirectShipOrderInstance(Supplier supplier)
|
Uses of Supplier in com.retek.component.directshiporder.impl |
Methods in com.retek.component.directshiporder.impl that return Supplier | |
Supplier |
DirectShipOrderImpl.getSupplier()
|
Methods in com.retek.component.directshiporder.impl with parameters of type Supplier | |
DirectShipOrder |
DirectShipOrderManagerImpl.buildDirectShipOrderInstance(Supplier supplier)
|
Constructors in com.retek.component.directshiporder.impl with parameters of type Supplier | |
DirectShipOrderImpl(DistributedContext context,
DistributedReference ref,
Supplier supplier)
|
Uses of Supplier in com.retek.component.directshiporder.test |
Methods in com.retek.component.directshiporder.test that return Supplier | |
static Supplier |
DirectShipOrderObjectMaster.createPersistedSupplier(DistributedContext context)
|
Uses of Supplier in com.retek.component.event |
Methods in com.retek.component.event that return Supplier | |
Supplier |
SupplierEvent.getSupplier()
|
Supplier |
ItemSupplierEvent.getSupplier()
|
Methods in com.retek.component.event with parameters of type Supplier | |
SupplierEvent |
EventManager.buildSupplierEventInstance(Supplier supplier,
Event event)
|
Uses of Supplier in com.retek.component.event.impl |
Methods in com.retek.component.event.impl that return Supplier | |
Supplier |
ItemSupplierEventImpl.getSupplier()
|
Supplier |
SupplierEventImpl.getSupplier()
|
Methods in com.retek.component.event.impl with parameters of type Supplier | |
SupplierEvent |
EventManagerImpl.buildSupplierEventInstance(Supplier supplier,
Event event)
|
Constructors in com.retek.component.event.impl with parameters of type Supplier | |
SupplierEventImpl(DistributedContext context,
DistributedReference reference,
Supplier supplier,
Event event)
|
Uses of Supplier in com.retek.component.event.test |
Methods in com.retek.component.event.test with parameters of type Supplier | |
static ItemSupplierEvent |
EventObjectMaster.createItemSupplierEvent(DistributedContext context,
SupplierEvent suppEvent,
Supplier supplier,
SellableItem item)
|
Uses of Supplier in com.retek.component.inventory |
Methods in com.retek.component.inventory with parameters of type Supplier | |
void |
InventoryManager.releaseFromSupplier(SellableItem sellableItem,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
SupplierInventory |
InventoryManager.getSupplierInventory(SellableItem sellableItem,
Supplier supplier)
|
Uses of Supplier in com.retek.component.inventory.impl |
Methods in com.retek.component.inventory.impl with parameters of type Supplier | |
static ReservationReleaseFromSupplierCommand |
InventoryCommandFactory.createReservationReleaseFromSupplierCommand(Sku sku,
Supplier supplier,
Store virtualStore,
Quantity reservationReleaseQuantity,
RDate supplierStartDate,
DistributedContext context)
|
void |
InventoryManagerImpl.releaseFromSupplier(SellableItem sellableItem,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
SupplierInventory |
InventoryManagerImpl.getSupplierInventory(SellableItem sellableItem,
Supplier supplier)
|
Uses of Supplier in com.retek.component.inventory.impl.command |
Methods in com.retek.component.inventory.impl.command that return Supplier | |
Supplier |
ReservationReleaseFromSupplierCommand.getSupplier()
|
Methods in com.retek.component.inventory.impl.command with parameters of type Supplier | |
void |
ReservationReleaseFromSupplierCommand.setSupplier(Supplier supplier)
|
void |
ReservationReleaseFromSupplierValidator.validate(ReservationBusinessException exception,
Sku sku,
Supplier supplier,
Quantity reservationReleaseQuantity,
Store virtualStore,
RDate supplierStartDate)
|
Uses of Supplier in com.retek.component.inventory.test |
Methods in com.retek.component.inventory.test with parameters of type Supplier | |
static Quantity |
InventoryObjectMaster.getTotalReservedAndShippedQuantityFromSupplier(SellableItem sellableItem,
Supplier supplier)
|
static Quantity |
InventoryObjectMaster.getTotalReservedQuantityFromSupplier(SellableItem sellableItem,
Supplier supplier)
|
Uses of Supplier in com.retek.component.item |
Methods in com.retek.component.item that return Supplier | |
Supplier |
ItemSupplier.getSupplier()
|
Methods in com.retek.component.item with parameters of type Supplier | |
ItemSupplier |
ItemManager.buildItemSupplierInstance(SellableItem SellableItem,
Supplier supplier)
|
ItemSupplier |
ItemManager.readItemSupplierInstance(SellableItem sellableItem,
Supplier supplier)
|
java.util.Set |
ItemManager.findItemSuppliers(Supplier supplier)
|
ItemSupplier |
SellableItem.getItemSupplier(Supplier supplier)
|
Uses of Supplier in com.retek.component.item.impl |
Methods in com.retek.component.item.impl that return Supplier | |
Supplier |
ItemSupplierImpl.getSupplier()
|
Methods in com.retek.component.item.impl with parameters of type Supplier | |
ItemSupplier |
ItemManagerImpl.buildItemSupplierInstance(SellableItem sellableItem,
Supplier supplier)
|
ItemSupplier |
ItemManagerImpl.readItemSupplierInstance(SellableItem sellableItem,
Supplier supplier)
|
java.util.Set |
ItemManagerImpl.findItemSuppliers(Supplier supplier)
|
ItemSupplier |
SellableItemImpl.getItemSupplier(Supplier supplier)
|
Uses of Supplier in com.retek.component.item.test |
Fields in com.retek.component.item.test declared as Supplier | |
Supplier |
ItemPersonalizationBuilderAttributes.supplier
|
Methods in com.retek.component.item.test with parameters of type Supplier | |
static ItemSupplier |
ItemObjectMaster.createItemSupplier(DistributedContext context,
SellableItem sellableItem,
Supplier supplier,
boolean isPrimaryDirectShipSupplier)
|
static ItemSupplier |
ItemObjectMaster.createItemSupplierForPack(DistributedContext context,
Pack pack,
Supplier supplier,
boolean isPrimaryDirectShipSupplier)
|
static ItemSupplier |
ItemObjectMaster.createItemSupplier(DistributedContext context,
Sku sku,
boolean isPrimaryDirectShipSupplier,
Supplier supplier)
|
static ItemSupplier |
ItemObjectMaster.createAndPersistItemSupplier(DistributedContext context,
SellableItem sellableItem,
Supplier supplier)
|
static ItemSupplier |
ItemObjectMaster.createItemSupplier(DistributedContext context,
Pack pack,
Supplier supplier,
boolean isPrimaryDirectShipSupplier)
|
static ItemSupplier |
ItemObjectMaster.createItemSupplier(DistributedContext context,
Pack pack,
Supplier supplier)
|
Constructors in com.retek.component.item.test with parameters of type Supplier | |
ItemPersonalizationBuilderAttributes(DistributedContext context,
boolean hasMonogramming,
boolean hasPersonalization,
int numItemSuppliers,
Money characterPrice,
Supplier supplier,
PersonalizationType[] personalizationTypes,
java.lang.String placementOnItem,
boolean[] monogramCharacterIndicators,
int[] persMaxCharsPerLine)
|
Uses of Supplier in com.retek.component.media |
Methods in com.retek.component.media that return Supplier | |
Supplier |
ValueAddedService.getSupplier()
|
Uses of Supplier in com.retek.component.media.impl |
Methods in com.retek.component.media.impl that return Supplier | |
Supplier |
ValueAddedServiceImpl.getSupplier()
|
Uses of Supplier in com.retek.component.supplier |
Methods in com.retek.component.supplier that return Supplier | |
Supplier |
SupplierManager.buildSupplierInstance(java.lang.String supplierId)
|
Supplier |
SupplierManager.readSupplier(java.lang.String supplierId)
|
Uses of Supplier in com.retek.component.supplier.impl |
Classes in com.retek.component.supplier.impl that implement Supplier | |
class |
SupplierImpl
|
Methods in com.retek.component.supplier.impl that return Supplier | |
Supplier |
SupplierManagerImpl.buildSupplierInstance(java.lang.String supplierId)
|
Supplier |
SupplierManagerImpl.readSupplier(java.lang.String supplierId)
|
Uses of Supplier in com.retek.component.supplier.impl.test |
Methods in com.retek.component.supplier.impl.test that return Supplier | |
static Supplier |
SupplierObjectMaster.createSupplier(DistributedContext context)
|
static Supplier |
SupplierObjectMaster.createSupplier(DistributedContext context,
java.util.Set colorNumbers,
java.util.Set fontNumbers)
|
static Supplier |
SupplierObjectMaster.createSupplierWithoutColorsAndFonts(DistributedContext context)
|
static Supplier |
SupplierObjectMaster.createPersistedSupplier(DistributedContext context,
int supplierLeadTime)
|
static Supplier |
SupplierObjectMaster.createPersistedSupplier(DistributedContext context,
int supplierLeadTime,
java.util.Set colorNumbers,
java.util.Set fontNumbers)
|
Uses of Supplier in com.retek.component.supplier.integration.rib |
Subinterfaces of Supplier in com.retek.component.supplier.integration.rib | |
interface |
SupplierRib
|
Methods in com.retek.component.supplier.integration.rib with parameters of type Supplier | |
static void |
VendorAddressCreateInjector.addLocationToSupplier(DistributedContext context,
Supplier supplier,
com.retek.rib.binding.payload.VendorAddrDesc vendorAddressPayload)
|
static void |
VendorHeaderModifyInjector.setSupplierValues(Supplier supplier,
com.retek.rib.binding.payload.VendorHdrDesc vendorHeaderPayload)
|
Uses of Supplier in com.retek.rcom.gui.wrapper |
Methods in com.retek.rcom.gui.wrapper that return Supplier | |
protected Supplier |
RcomOrderLine.getDefaultDirectShipSupplier()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |