com.retek.component.customerorder
Interface ShippedContainerLine
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- ShippedContainerLineImpl
- public interface ShippedContainerLine
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
VOUCHER_NUMBER
public static final java.lang.String VOUCHER_NUMBER
- See Also:
- Constant Field Values
SHIPPED_QUANTITY
public static final java.lang.String SHIPPED_QUANTITY
- See Also:
- Constant Field Values
getShippedContainer
public ShippedContainer getShippedContainer()
throws SystemException
- Throws:
SystemException
getOrderLine
public CustomerOrderLine getOrderLine()
throws SystemException
- Throws:
SystemException
getPreviousShippedQuantity
public Quantity getPreviousShippedQuantity()
throws SystemException
- Throws:
SystemException
getShippedQuantity
public Quantity getShippedQuantity()
throws SystemException
- Throws:
SystemException
getChargeableOrderLine
public CustomerOrderLine getChargeableOrderLine()
throws SystemException
- Throws:
SystemException
getChargeableShippedQuantity
public Quantity getChargeableShippedQuantity()
throws SystemException
- Throws:
SystemException
getVoucherExpirationDate
public RDate getVoucherExpirationDate()
throws SystemException
- Throws:
SystemException
getVoucherNumber
public java.lang.String getVoucherNumber()
throws SystemException
- Throws:
SystemException
getExtendedPrice
public Money getExtendedPrice()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getChargedExtendedMerchTax
public Money getChargedExtendedMerchTax()
throws SystemException
- Throws:
SystemException
getProratedChargedStandardShippingTax
public Money getProratedChargedStandardShippingTax()
throws SystemException
- Throws:
SystemException
getProratedChargedRushDeliveryTax
public Money getProratedChargedRushDeliveryTax()
throws SystemException
- Throws:
SystemException
getProratedActualStandardShippingTax
public Money getProratedActualStandardShippingTax()
throws SystemException
- Throws:
SystemException
getProratedActualRushDeliveryTax
public Money getProratedActualRushDeliveryTax()
throws SystemException
- Throws:
SystemException
getChargedExtendedAdditionalShippingTax
public Money getChargedExtendedAdditionalShippingTax()
throws SystemException
- Throws:
SystemException
getTotalChargedShippingTax
public Money getTotalChargedShippingTax()
throws SystemException
- Throws:
SystemException
getChargedValueAddedServiceTax
public Money getChargedValueAddedServiceTax()
throws SystemException
- Throws:
SystemException
getChargedExtendedGiftServiceTax
public Money getChargedExtendedGiftServiceTax()
throws SystemException
- Throws:
SystemException
getChargedExtendedPersonalizationServiceTax
public Money getChargedExtendedPersonalizationServiceTax()
throws SystemException
- Throws:
SystemException
getTotalChargedTax
public Money getTotalChargedTax()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getExtendedAdditionalShippingCharge
public Money getExtendedAdditionalShippingCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getStandardShippingCharge
public Money getStandardShippingCharge()
throws SystemException
- Throws:
SystemException
getTotalServiceCharge
public Money getTotalServiceCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getRushDeliveryCharge
public Money getRushDeliveryCharge()
throws SystemException
- Throws:
SystemException
getTotalMerchChargeForStandardShipping
public Money getTotalMerchChargeForStandardShipping()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getSellingItem
public SellingItem getSellingItem()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalPersonalizationServiceCharge
public Money getTotalPersonalizationServiceCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalGiftServiceCharge
public Money getTotalGiftServiceCharge()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getOriginalEstimatedDeliveryDate
public RDate getOriginalEstimatedDeliveryDate()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTotalMerchChargeForRushShipping
public Money getTotalMerchChargeForRushShipping()
throws BusinessException,
SystemException
- Throws:
BusinessException
SystemException
getTotalShippingAndDeliveryCharges
public Money getTotalShippingAndDeliveryCharges()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getProratedAccommodationAmount
public Money getProratedAccommodationAmount(GeneralAccommodation accommodation)
throws SystemException
- Throws:
SystemException
isReplacementWithReturnRequired
public boolean isReplacementWithReturnRequired()
throws SystemException
- Throws:
SystemException
isPackComponentLine
public boolean isPackComponentLine()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setOrderLine
public void setOrderLine(CustomerOrderLine orderLine)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setShippedQuantity
public void setShippedQuantity(Quantity shippedQuantity)
throws SystemException
- Throws:
SystemException
setVoucherExpirationDate
public void setVoucherExpirationDate(RDate date)
throws SystemException
- Throws:
SystemException
setVoucherNumber
public void setVoucherNumber(java.lang.String number)
throws SystemException
- Throws:
SystemException
getDirectshipReportedUnitCost
public Money getDirectshipReportedUnitCost()
throws SystemException
- Throws:
SystemException
setDirectshipReportedUnitCost
public void setDirectshipReportedUnitCost(Money reportedUnitCost)
throws SystemException
- Throws:
SystemException
getTransactionGroup
public CustomerOrderTransactionGroup getTransactionGroup()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getPromotionDiscountAmount
public Money getPromotionDiscountAmount()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
addProratedPromotion
public void addProratedPromotion(ShippedContainerLineProratedPromotion proratedPromotion)
throws SystemException
- Throws:
SystemException
getProratedPromotions
public java.util.List getProratedPromotions()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28