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

Packages that use Carrier
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.command   
com.retek.component.customerorder.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.test   
com.retek.rcom.gui.wrapper   
 

Uses of Carrier in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Carrier
 Carrier ShippedContainer.getCarrier()
           
 Carrier CallTag.getCarrier()
           
 Carrier CustomerOrderLine.getCarrier()
           
 Carrier ShipmentRequest.getCarrier()
           
 

Methods in com.retek.component.customerorder with parameters of type Carrier
 void ShippedContainer.setCarrier(Carrier carrier)
           
 void CallTag.setCarrier(Carrier carrier)
           
 void CustomerOrderLine.setCarrier(Carrier aCarrier)
           
 

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

Methods in com.retek.component.customerorder.impl that return Carrier
 Carrier CustomerOrderLineImpl.getCarrier()
           
 Carrier ShippedContainerImpl.getCarrier()
           
 Carrier ShipmentRequestImpl.getCarrier()
           
 Carrier CallTagImpl.getCarrier()
           
 Carrier ReturnLineImpl.getCarrier()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type Carrier
 void CustomerOrderLineImpl.setCarrier(Carrier aCarrier)
           
static ShippingRestrictionValidateCommand CustomerOrderCommandFactory.createShippingRestrictionValidateCommand(CustomerOrderLine orderLine, CustomerAddress address, Carrier carrier, SellingSku sellingSku, DistributedContext context)
           
 void ShippedContainerImpl.setCarrier(Carrier carrier)
           
 void CallTagImpl.setCarrier(Carrier carrier)
           
 

Uses of Carrier in com.retek.component.customerorder.impl.command
 

Methods in com.retek.component.customerorder.impl.command with parameters of type Carrier
 void ShippingRestrictionValidateCommand.setCarrier(Carrier carrier)
           
 

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

Methods in com.retek.component.customerorder.test with parameters of type Carrier
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 Carrier in com.retek.component.item
 

Methods in com.retek.component.item that return Carrier
 Carrier ShipRestriction.getCarrier()
           
 

Methods in com.retek.component.item with parameters of type Carrier
 java.util.Set ShipRestrictionManager.getShipRestrictions(Item item, Carrier carrier, boolean includeItemParentRestrictions)
           
 java.util.Set ShipRestrictionManager.getShipRestrictionTypes(Item item, Carrier carrier, Address address)
           
 void ShipRestriction.setCarrier(Carrier carrier)
           
 

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

Methods in com.retek.component.item.impl that return Carrier
 Carrier ShipRestrictionImpl.getCarrier()
           
 

Methods in com.retek.component.item.impl with parameters of type Carrier
 void ShipRestrictionImpl.setCarrier(Carrier carrier)
           
 java.util.Set ShipRestrictionManagerImpl.getShipRestrictions(Item item, Carrier carrier, boolean includeItemParentRestriction)
           
 java.util.Set ShipRestrictionManagerImpl.getShipRestrictionTypes(Item item, Carrier carrier, Address address)
           
 

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

Methods in com.retek.component.item.test with parameters of type Carrier
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)
           
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)
           
 

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

Methods in com.retek.component.media.test with parameters of type Carrier
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 Carrier in com.retek.component.shipping
 

Methods in com.retek.component.shipping that return Carrier
 Carrier CarrierManager.addCarrierCode(java.lang.String code, java.lang.String codeDescription)
           
 Carrier CarrierManager.read(DistributedReference ref)
           
 Carrier CarrierManager.findByDisplayCode(java.lang.String displayCode)
           
 Carrier ShippingMethod.getDefaultCarrier()
          Returns the default carrier for this shipping method.
 

Methods in com.retek.component.shipping with parameters of type Carrier
 boolean ShippingMethod.isRushDeliveryForCarrier(Carrier carrier)
          Returns whether the specified carrier is rush delivery for this shipping method.
 void ShippingMethod.addCarrier(Carrier carrier)
          Adds the specified carrier to the list of carriers that provide this shipping method.
 void ShippingMethod.removeCarrier(Carrier carrier)
          Removes the specified carrier from the list of carriers that provide this shipping method.
 void ShippingMethod.setDefaultCarrier(Carrier carrier)
          Sets the default carrier for this shipping method.
 void ShippingMethod.setRushDeliveryForCarrier(Carrier carrier, boolean isRushDelivery)
          Sets the rush delivery for the specified carrier for this shipping method.
 int ShippingMethod.getCarrierTransitDays(Carrier carrier, java.lang.String shipFromZipCode, java.lang.String shipToZipCode)
           
 void ShippingMethod.addCarrierZone(Carrier carrier, CarrierShippingMethodZone carrierZone)
           
 boolean ShippingMethod.hasCarrier(Carrier carrier)
          Checks to see if this carrier is valid for this shipping method
 

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

Classes in com.retek.component.shipping.impl that implement Carrier
 class CarrierImpl
           
 

Methods in com.retek.component.shipping.impl that return Carrier
 Carrier CarrierManagerImpl.addCarrierCode(java.lang.String code, java.lang.String description)
           
 Carrier CarrierManagerImpl.read(DistributedReference ref)
           
 Carrier CarrierManagerImpl.findByDisplayCode(java.lang.String displayCode)
           
 Carrier ShippingMethodImpl.getDefaultCarrier()
           
 

Methods in com.retek.component.shipping.impl with parameters of type Carrier
 void ShippingMethodImpl.addCarrier(Carrier carrier)
           
 void ShippingMethodImpl.removeCarrier(Carrier carrier)
           
 void ShippingMethodImpl.setDefaultCarrier(Carrier carrier)
           
 void ShippingMethodImpl.setRushDeliveryForCarrier(Carrier carrier, boolean isRushDelivery)
           
 boolean ShippingMethodImpl.isRushDeliveryForCarrier(Carrier carrier)
           
 boolean ShippingMethodImpl.hasCarrier(Carrier carrier)
           
 void ShippingMethodImpl.addCarrierZone(Carrier carrier, CarrierShippingMethodZone carrierZone)
           
 int ShippingMethodImpl.getCarrierTransitDays(Carrier carrier, java.lang.String shipFromZipCode, java.lang.String shipToZipCode)
           
 

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

Methods in com.retek.component.shipping.impl.command with parameters of type Carrier
 void CarrierSubmitValidator.validate(Carrier carrier)
           
 

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

Methods in com.retek.component.shipping.test that return Carrier
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 Carrier ShippingObjectMaster.createPersistedCarrier(DistributedContext context)
           
static Carrier ShippingObjectMaster.createPersistedDefaultPickupCarrier(DistributedContext context)
           
 

Methods in com.retek.component.shipping.test with parameters of type Carrier
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 Carrier in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return Carrier
 Carrier RcomOrderLine.getCarrier()
          Retrieves the current carrier of the order line, or the carrier of the parent order line in the case of a return line.
 

Methods in com.retek.rcom.gui.wrapper with parameters of type Carrier
 void RcomOrderLine.setCarrier(Carrier carrier)
          Assigns a carrier to an order line or partial line.
 



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