Uses of Interface
com.retek.component.shipping.ShippingMethod

Packages that use ShippingMethod
com.retek.component.banner_channel   
com.retek.component.banner_channel.impl   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.component.event   
com.retek.component.event.impl   
com.retek.component.event.test   
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.test   
com.retek.component.media.test   
com.retek.component.shipping   
com.retek.component.shipping.impl   
com.retek.component.shipping.impl.command   
com.retek.component.shipping.integration.rib   
com.retek.component.shipping.test   
com.retek.rcom.gui.wrapper   
 

Uses of ShippingMethod in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel that return ShippingMethod
 ShippingMethod Banner.getDefaultShippingMethod()
           
 

Methods in com.retek.component.banner_channel with parameters of type ShippingMethod
 void Banner.setDefaultShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.banner_channel.impl
 

Methods in com.retek.component.banner_channel.impl that return ShippingMethod
 ShippingMethod BannerImpl.getDefaultShippingMethod()
           
 

Methods in com.retek.component.banner_channel.impl with parameters of type ShippingMethod
 void BannerImpl.setDefaultShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return ShippingMethod
 ShippingMethod ShippedContainer.getShippingMethod()
           
 ShippingMethod CustomerOrderLine.getShippingMethod()
           
 ShippingMethod ShipmentRequest.getShippingMethod()
           
 

Methods in com.retek.component.customerorder with parameters of type ShippingMethod
 void ShippedContainer.setShippingMethod(ShippingMethod shippingMethod)
           
 void CustomerOrderLine.setShippingMethod(ShippingMethod shippingMethod)
           
 

Constructors in com.retek.component.customerorder with parameters of type ShippingMethod
InvalidShippingMethodForSellableItemException(ShippingMethod shippingMethod, SellableItem sellableItem)
           
 

Uses of ShippingMethod in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return ShippingMethod
 ShippingMethod CustomerOrderLineImpl.getShippingMethod()
           
 ShippingMethod ShippedContainerImpl.getShippingMethod()
           
 ShippingMethod ShipmentRequestImpl.getShippingMethod()
           
 ShippingMethod ReturnLineImpl.getShippingMethod()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type ShippingMethod
 void CustomerOrderLineImpl.setShippingMethod(ShippingMethod shippingMethod)
           
 void ShippedContainerImpl.setShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return ShippingMethod
static ShippingMethod CustomerOrderObjectMaster.getValidShippingMethod(DistributedContext context)
           
 

Methods in com.retek.component.customerorder.test with parameters of type ShippingMethod
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 CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithNoInventory(Media media, Quantity quantity, Carrier validCarrier, ShippingMethod validShippingMethod)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Quantity quantity, Quantity availableQty, Carrier validCarrier, ShippingMethod validShippingMethod, DistributedContext context)
           
 

Uses of ShippingMethod in com.retek.component.event
 

Methods in com.retek.component.event that return ShippingMethod
 ShippingMethod GenericEvent.getShippingMethod()
           
 

Methods in com.retek.component.event with parameters of type ShippingMethod
 void GenericEvent.setShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.event.impl
 

Methods in com.retek.component.event.impl that return ShippingMethod
 ShippingMethod GenericEventImpl.getShippingMethod()
           
 

Methods in com.retek.component.event.impl with parameters of type ShippingMethod
 void GenericEventImpl.setShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.event.test
 

Methods in com.retek.component.event.test with parameters of type ShippingMethod
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, java.lang.String supplierId, ShippingMethod shippingMethod)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, java.lang.String supplierId, ShippingMethod shippingMethod, Event event)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, java.lang.String supplierId, ShippingMethod shippingMethod, RDate orderByDateTime, RDate customerDeliveryDate)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, java.lang.String supplierId, java.lang.String itemId, ItemSupplier itemSupplier, ShippingMethod shippingMethod, SupplierEvent suppEvent)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, ItemSupplier itemSupplier, ShippingMethod shippingMethod, RDate orderByDateTime, RDate customerDeliveryDate, SupplierEvent sEvent)
           
 

Uses of ShippingMethod in com.retek.component.item
 

Methods in com.retek.component.item that return ShippingMethod
 ShippingMethod SellableItem.getPrimaryShippingMethod()
           
 

Methods in com.retek.component.item with parameters of type ShippingMethod
 void SellableItem.addShippingMethod(ShippingMethod shippingMethod)
           
 void SellableItem.removeShippingMethod(ShippingMethod shippingMethod)
           
 void SellableItem.setPrimaryShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.item.impl
 

Methods in com.retek.component.item.impl that return ShippingMethod
 ShippingMethod SellableItemImpl.getPrimaryShippingMethod()
           
 

Methods in com.retek.component.item.impl with parameters of type ShippingMethod
 void SellableItemImpl.addShippingMethod(ShippingMethod shippingMethod)
           
 void SellableItemImpl.removeShippingMethod(ShippingMethod shippingMethod)
           
 void SellableItemImpl.setPrimaryShippingMethod(ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.item.test
 

Methods in com.retek.component.item.test with parameters of type ShippingMethod
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 Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, ItemPersonalizationBuilderAttributes attributes, Carrier carrier, ShippingMethod shippingMethod)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, Carrier carrier, ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.component.media.test
 

Methods in com.retek.component.media.test with parameters of type ShippingMethod
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media, Carrier carrier, ShippingMethod shippingMethod)
           
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media, Carrier carrier, ShippingMethod shippingMethod, Sku sku)
           
 

Uses of ShippingMethod in com.retek.component.shipping
 

Methods in com.retek.component.shipping that return ShippingMethod
 ShippingMethod ShippingMethodManager.read(DistributedReference ref)
           
 ShippingMethod ShippingMethodManager.findByDisplayCode(java.lang.String displayCode)
           
 

Uses of ShippingMethod in com.retek.component.shipping.impl
 

Classes in com.retek.component.shipping.impl that implement ShippingMethod
 class ShippingMethodImpl
           
 

Methods in com.retek.component.shipping.impl that return ShippingMethod
 ShippingMethod ShippingMethodManagerImpl.read(DistributedReference ref)
           
 ShippingMethod ShippingMethodManagerImpl.findByDisplayCode(java.lang.String displayCode)
           
 ShippingMethod ShippingMethodManagerImpl.addShippingMethodCode(java.lang.String code, java.lang.String description)
          Add shipping method code, used by the CodeCreateInjector via the RIB
 

Uses of ShippingMethod in com.retek.component.shipping.impl.command
 

Methods in com.retek.component.shipping.impl.command with parameters of type ShippingMethod
static void ShippingMethodSubmitValidator.validate(ShippingMethod shippingMethod, boolean fromRib)
           
 

Uses of ShippingMethod in com.retek.component.shipping.integration.rib
 

Subinterfaces of ShippingMethod in com.retek.component.shipping.integration.rib
 interface ShippingMethodRib
           
 

Uses of ShippingMethod in com.retek.component.shipping.test
 

Methods in com.retek.component.shipping.test that return ShippingMethod
static ShippingMethod ShippingObjectMaster.createNewShippingMethod(DistributedContext context)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethod(DistributedContext context)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethod(DistributedContext context, int transitDays)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethodWithoutZone(DistributedContext context)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethod(DistributedContext context, int transitDays, Carrier carrier, ShippingMethod shippingMethod)
           
 

Methods in com.retek.component.shipping.test with parameters of type ShippingMethod
static Carrier ShippingObjectMaster.attachCarrier(ShippingMethod shipMethod)
           
static Carrier ShippingObjectMaster.attachCarrier(ShippingMethod shipMethod, int transitDays)
           
static Carrier ShippingObjectMaster.attachCarrier(ShippingMethod shipMethod, Carrier carrier)
           
static Carrier ShippingObjectMaster.attachCarrier(ShippingMethod shipMethod, int transitDays, Carrier carrier)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethod(DistributedContext context, int transitDays, Carrier carrier, ShippingMethod shippingMethod)
           
 

Uses of ShippingMethod in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return ShippingMethod
 ShippingMethod RcomOrderLine.getShippingMethod()
          Retrieves the shipping method of the order line/return line.
 

Methods in com.retek.rcom.gui.wrapper with parameters of type ShippingMethod
 void RcomOrderLine.setShippingMethod(ShippingMethod shippingMethod)
          Assigns a shipping method to an order line or partial line.
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28