com.retek.component.customerorder
Interface ZeroChargeShipToTotals

All Superinterfaces:
BusinessObject, SecondClassObject, ShipToTotals

public interface ZeroChargeShipToTotals
extends ShipToTotals


Method Summary
 RDate getTaxInvoiceDate()
           
 java.lang.String getTaxInvoiceNumber()
          Return the unique tax invoice identifier for the zero sale shipping totals.
 
Methods inherited from interface com.retek.component.customerorder.ShipToTotals
clearCalculatedTotals, clearTaxCalculationError, getAdditionalShippingCharge, getCurrentStandardShippingItemTotal, getCurrentTotalStandardShippingCharge, getOriginalStandardShippingCharge, getPreviousStdShippingTax, getRushDeliveryCharge, getRushDeliveryTax, getRushDeliveryTax, getServiceCharge, getShippingRateTable, getShipTo, getStandardShippingCharge, getStandardShippingCharge, getStandardShippingTax, getStandardShippingTax, getTotalAccommodationAmount, getTotalAccommodationTaxAmount, getTotalAdditionalShippingCharge, getTotalAdditionalShippingTax, getTotalExtendedPrice, getTotalExtendedTax, getTotalExtendedTax, getTotalExtendTaxPercentage, getTotalGiftServiceCharge, getTotalMerchChargeForRushShipping, getTotalMerchChargeForStandardShipping, getTotalNetRushShippingCharge, getTotalNetStandardShippingCharge, getTotalPersonalizationServiceCharge, getTotalPromotionAmount, getTotalReturnAccommodationAmount, getTotalReturnAccommodationTaxAmount, getTotalReturnAdditionalShippingCharge, getTotalReturnExtendedTax, getTotalReturnMerchAmount, getTotalReturnPostage, getTotalReturnPromotionAmount, getTotalReturnRefundAdditionalShippingCharge, getTotalReturnRefundAmount, getTotalReturnRefundExtendedTax, getTotalReturnRefundMerchAmount, getTotalReturnRefundShippingAndHandlingAmount, getTotalReturnRefundShippingTax, getTotalReturnRefundStandardShippingAmount, getTotalReturnRefundTaxAmount, getTotalReturnRefundValueAddedServiceTax, getTotalReturnRefundVASAmount, getTotalReturnShippingAndHandlingAmount, getTotalReturnShippingTax, getTotalReturnStandardShippingAmount, getTotalReturnTaxAmount, getTotalReturnValueAddedServiceTax, getTotalReturnVASAmount, getTotalServiceCharge, getTotalShippingCharge, getTotalShippingTax, getTotalShippingTax, getTotalShipToLevelShippingChargesAndTax, getTotalStandardShippingCharge, getTotalStandardShippingTax, getTotalStandardShippingTax, getTotalTax, getTotalTax, getTotalValueAddedServiceTax, getTotalValueAddedServiceTax, isTaxCalculationValid, setCurrentStandardShippingItemTotal, setCurrentTotalStandardShippingCharge, setPreviousStdShippingTax, setShipTo
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getTaxInvoiceNumber

public java.lang.String getTaxInvoiceNumber()
                                     throws SystemException
Return the unique tax invoice identifier for the zero sale shipping totals. Zero sale orders are never sent through ship confirmation, so this invoice number is generated at the time that taxes are calculated for the ship to. Note: This will only be non-null for a zero sale ship-to, replacement zero charge ship-to will not have this available).

Returns:
String unique tax invoice number
Throws:
SystemException

getTaxInvoiceDate

public RDate getTaxInvoiceDate()
                        throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25