com.retek.component.customerorder
Interface ShipTo

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
ShipToImpl

public interface ShipTo
extends DistributedObject


Method Summary
 Quantity getChargeableQuantity()
           
 CustomerAddress getCustomerAddress()
           
 Address getFromAddress()
           
 java.lang.String getInvoicePackSlipMessage()
           
 CustomerOrder getOrder()
           
 java.util.List getOrderLines()
           
 java.util.List getReturnLines()
           
 java.lang.String getShippingLabelMessage()
           
 ShippingRateTable getShippingRateTable()
           
 ShipToTotals getShipToTotals()
           
 java.lang.String getWarehouseInstructions()
           
 boolean isShipToAddressContiguousState()
           
 void setInvoicePackSlipMessage(java.lang.String invoicePackSlipMessage)
           
 void setShippingLabelMessage(java.lang.String shippingLabelMessage)
           
 void setShowPricesOnPackingSlip(boolean show)
           
 void setWarehouseInstructions(java.lang.String warehouseInstructions)
           
 boolean showPricesOnPackingSlip()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

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