com.retek.component.internet
Interface ExAOrderLine

All Superinterfaces:
ExAOrderLineRequest
All Known Implementing Classes:
ExAOrderLineImpl

public interface ExAOrderLine
extends ExAOrderLineRequest


Method Summary
 void cancel(ExAOrderCancelReason cancelReason)
           
 java.math.BigDecimal getBackorderedQuantity()
           
 java.math.BigDecimal getCancelledQuantity()
           
 ExAOrderCancelReason getCancelReason()
           
 java.util.Date getEstimatedDeliveryDate()
           
 java.util.Date getEstimatedShipDate()
           
 java.math.BigDecimal getExtendedPrice()
           
 java.math.BigDecimal getFulfillingQuantity()
           
 ExAGiftCard getGiftCard()
           
 ExAGiftWrap getGiftWrap()
           
 int getLineNumber()
           
 ExAMonogramming getMonogramming(java.lang.String sellingSkuDisplayCode)
           
 ExAPersonalization getPersonalization(java.lang.String sellingSkuDisplayCode)
           
 java.lang.String getRegistryNumber()
           
 java.lang.String getRegistryType()
           
 java.math.BigDecimal getRequestedQuantity()
           
 java.math.BigDecimal getReturnableQuantity()
           
 ExASellingSku getSellingSku()
           
 java.math.BigDecimal getShippedQuantity()
           
 java.lang.String getState()
          Value corresponds to the description from the customer order line state model.
 java.math.BigDecimal getTotalServiceCharge()
           
 java.math.BigDecimal getTotalShippingCharge()
           
 java.math.BigDecimal getTotalTax()
           
 boolean isCancelled()
           
 boolean isReturnable()
           
 
Methods inherited from interface com.retek.component.internet.ExAOrderLineRequest
addMonogramming, addMonogramming, addPersonalization, addPersonalization, setGiftCardRequest, setGiftWrapRequest, setHoldDate, setRegistryNumber, setRegistryType, setRequestedQuantity, setSellingSku
 

Method Detail

getState

public java.lang.String getState()
Value corresponds to the description from the customer order line state model.


getRequestedQuantity

public java.math.BigDecimal getRequestedQuantity()

getFulfillingQuantity

public java.math.BigDecimal getFulfillingQuantity()

getShippedQuantity

public java.math.BigDecimal getShippedQuantity()

getBackorderedQuantity

public java.math.BigDecimal getBackorderedQuantity()

getCancelledQuantity

public java.math.BigDecimal getCancelledQuantity()

getEstimatedDeliveryDate

public java.util.Date getEstimatedDeliveryDate()

getEstimatedShipDate

public java.util.Date getEstimatedShipDate()

getExtendedPrice

public java.math.BigDecimal getExtendedPrice()

getLineNumber

public int getLineNumber()

getSellingSku

public ExASellingSku getSellingSku()

getPersonalization

public ExAPersonalization getPersonalization(java.lang.String sellingSkuDisplayCode)

getMonogramming

public ExAMonogramming getMonogramming(java.lang.String sellingSkuDisplayCode)

getGiftWrap

public ExAGiftWrap getGiftWrap()

getGiftCard

public ExAGiftCard getGiftCard()

getTotalTax

public java.math.BigDecimal getTotalTax()

getTotalServiceCharge

public java.math.BigDecimal getTotalServiceCharge()

getTotalShippingCharge

public java.math.BigDecimal getTotalShippingCharge()

getRegistryType

public java.lang.String getRegistryType()

getRegistryNumber

public java.lang.String getRegistryNumber()

isCancelled

public boolean isCancelled()

cancel

public void cancel(ExAOrderCancelReason cancelReason)

getCancelReason

public ExAOrderCancelReason getCancelReason()

isReturnable

public boolean isReturnable()

getReturnableQuantity

public java.math.BigDecimal getReturnableQuantity()


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