com.retek.component.internet
Interface ExAOrderLine
- All Superinterfaces:
- ExAOrderLineRequest
- All Known Implementing Classes:
- ExAOrderLineImpl
- public interface ExAOrderLine
- extends ExAOrderLineRequest
Methods inherited from interface com.retek.component.internet.ExAOrderLineRequest |
addMonogramming, addMonogramming, addPersonalization, addPersonalization, setGiftCardRequest, setGiftWrapRequest, setHoldDate, setRegistryNumber, setRegistryType, setRequestedQuantity, setSellingSku |
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