com.retek.component.customerorder
Interface ShippedContainer
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- ShippedContainerImpl
- public interface ShippedContainer
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
getCarrierTrackingNumber
public java.lang.String getCarrierTrackingNumber()
throws SystemException
- Throws:
SystemException
getCarrierTrackingUrl
public java.lang.String getCarrierTrackingUrl()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getHeight
public Quantity getHeight()
throws SystemException
- Throws:
SystemException
getLength
public Quantity getLength()
throws SystemException
- Throws:
SystemException
getWeight
public Quantity getWeight()
throws SystemException
- Throws:
SystemException
getWidth
public Quantity getWidth()
throws SystemException
- Throws:
SystemException
getRmaNumber
public java.lang.String getRmaNumber()
throws SystemException
- Throws:
SystemException
getShippedContainerNumber
public java.lang.String getShippedContainerNumber()
throws SystemException
- Throws:
SystemException
getShippedDate
public RDate getShippedDate()
throws SystemException
- Throws:
SystemException
getEstimatedArrivalDate
public RDate getEstimatedArrivalDate()
throws SystemException
- Throws:
SystemException
getType
public java.lang.String getType()
throws SystemException
- Throws:
SystemException
getOrder
public CustomerOrder getOrder()
throws SystemException
- Throws:
SystemException
getShippedContainerLines
public java.util.Set getShippedContainerLines()
throws SystemException
- Throws:
SystemException
getTaxInvoiceNumber
public java.lang.String getTaxInvoiceNumber()
throws SystemException
- Throws:
SystemException
getTaxCalculatorInvoice
public ShippedContainerTaxCalculatorInvoice getTaxCalculatorInvoice()
throws SystemException
- Throws:
SystemException
getDeliveryConfirmationDate
public RDate getDeliveryConfirmationDate()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getShipConfirmationReceivedDate
public RDate getShipConfirmationReceivedDate()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getShipTo
public ShipTo getShipTo()
throws SystemException
- Throws:
SystemException
getTotalExtendedPrice
public Money getTotalExtendedPrice()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getStandardShippingCharge
public Money getStandardShippingCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getSettlementValue
public Money getSettlementValue()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalShippingCharge
public Money getTotalShippingCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalServiceCharge
public Money getTotalServiceCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getStandardShippingItemTotal
public Money getStandardShippingItemTotal()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalMerchChargeForStandardShipping
public Money getTotalMerchChargeForStandardShipping()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalMerchChargeForRushShipping
public Money getTotalMerchChargeForRushShipping()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalTax
public Money getTotalTax()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalChargedStandardShippingAndRushDeliveryTax
public Money getTotalChargedStandardShippingAndRushDeliveryTax()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalActualStandardShippingAndRushDeliveryTax
public Money getTotalActualStandardShippingAndRushDeliveryTax()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getShipmentRequest
public ShipmentRequest getShipmentRequest()
throws SystemException
- Throws:
SystemException
getCarrier
public Carrier getCarrier()
throws SystemException
- Throws:
SystemException
getShippingMethod
public ShippingMethod getShippingMethod()
throws SystemException
- Throws:
SystemException
getTotalPersonalizationServiceCharge
public Money getTotalPersonalizationServiceCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalGiftServiceCharge
public Money getTotalGiftServiceCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getAdditionalShippingCharge
public Money getAdditionalShippingCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getRushDeliveryCharge
public Money getRushDeliveryCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getExpectedReceiptDate
public RDate getExpectedReceiptDate()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getFulfillmentWarehouse
public Warehouse getFulfillmentWarehouse()
throws SystemException
- Throws:
SystemException
getReturnWarehouse
public Warehouse getReturnWarehouse()
throws SystemException
- Throws:
SystemException
getSupplier
public Supplier getSupplier()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
isReplacementSale
public boolean isReplacementSale()
throws SystemException
- Throws:
SystemException
isZeroChargeShipTo
public boolean isZeroChargeShipTo()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalActualTaxAtShipTime
public Money getTotalActualTaxAtShipTime()
throws SystemException
- Throws:
SystemException
getTotalShippedQuantity
public Quantity getTotalShippedQuantity()
throws SystemException
- Throws:
SystemException
getTotalChargedTaxAtShipTime
public Money getTotalChargedTaxAtShipTime()
throws SystemException
- Throws:
SystemException
addContainerLine
public void addContainerLine(ShippedContainerLine line)
throws SystemException
- Throws:
SystemException
setCarrierTrackingNumber
public void setCarrierTrackingNumber(java.lang.String carrierTrackingNumber)
throws SystemException
- Throws:
SystemException
setHeight
public void setHeight(Quantity height)
throws SystemException
- Throws:
SystemException
setLength
public void setLength(Quantity length)
throws SystemException
- Throws:
SystemException
setRmaNumber
public void setRmaNumber(java.lang.String rmaNumber)
throws SystemException
- Throws:
SystemException
setShippedContainerNumber
public void setShippedContainerNumber(java.lang.String shippedContainerNumber)
throws SystemException
- Throws:
SystemException
setShippedDate
public void setShippedDate(RDate shippedDate)
throws SystemException
- Throws:
SystemException
setEstimatedArrivalDate
public void setEstimatedArrivalDate(RDate estimatedArrivalDate)
throws SystemException
- Throws:
SystemException
setShipConfirmationReceivedDate
public void setShipConfirmationReceivedDate(RDate shipConfirmationReceivedDate)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setType
public void setType(java.lang.String type)
throws SystemException
- Throws:
SystemException
setWeight
public void setWeight(Quantity weight)
throws SystemException
- Throws:
SystemException
setWidth
public void setWidth(Quantity width)
throws SystemException
- Throws:
SystemException
setCarrier
public void setCarrier(Carrier carrier)
throws SystemException
- Throws:
SystemException
setShippingMethod
public void setShippingMethod(ShippingMethod shippingMethod)
throws SystemException
- Throws:
SystemException
setFulfillmentWarehouse
public void setFulfillmentWarehouse(Warehouse fulfullmentLocation)
throws SystemException
- Throws:
SystemException
setReturnWarehouse
public void setReturnWarehouse(Warehouse returnLocation)
throws SystemException
- Throws:
SystemException
setSupplier
public void setSupplier(Supplier supplier)
throws SystemException
- Throws:
SystemException
adjustContainerValues
public void adjustContainerValues()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getSalesAuditExportState
public ExportState getSalesAuditExportState()
throws SystemException
- Throws:
SystemException
getSalesAuditTransactionDate
public RDate getSalesAuditTransactionDate()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28