|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Carrier | |
---|---|
com.retek.component.customerorder | |
com.retek.component.item | |
com.retek.component.shipping | |
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.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.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.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |