com.retek.component.customerorder
Interface ShipTo
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- ShipToImpl
- public interface ShipTo
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
getOrder
public CustomerOrder getOrder()
throws SystemException
- Throws:
SystemException
getCustomerAddress
public CustomerAddress getCustomerAddress()
throws SystemException
- Throws:
SystemException
getOrderLines
public java.util.List getOrderLines()
throws SystemException
- Throws:
SystemException
getReturnLines
public java.util.List getReturnLines()
throws SystemException
- Throws:
SystemException
getChargeableQuantity
public Quantity getChargeableQuantity()
throws SystemException
- Throws:
SystemException
getShippingLabelMessage
public java.lang.String getShippingLabelMessage()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getInvoicePackSlipMessage
public java.lang.String getInvoicePackSlipMessage()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getWarehouseInstructions
public java.lang.String getWarehouseInstructions()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getFromAddress
public Address getFromAddress()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
isShipToAddressContiguousState
public boolean isShipToAddressContiguousState()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
showPricesOnPackingSlip
public boolean showPricesOnPackingSlip()
throws SystemException
- Throws:
SystemException
setShowPricesOnPackingSlip
public void setShowPricesOnPackingSlip(boolean show)
throws SystemException
- Throws:
SystemException
setShippingLabelMessage
public void setShippingLabelMessage(java.lang.String shippingLabelMessage)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setInvoicePackSlipMessage
public void setInvoicePackSlipMessage(java.lang.String invoicePackSlipMessage)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setWarehouseInstructions
public void setWarehouseInstructions(java.lang.String warehouseInstructions)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getShipToTotals
public ShipToTotals getShipToTotals()
throws SystemException
- Throws:
SystemException
getShippingRateTable
public ShippingRateTable getShippingRateTable()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28