com.ibm.commerce.taxation.commands

Interface TaxCalculationRuleQualifyCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.commerce.order.utils.CalculationCmd, com.ibm.commerce.order.utils.CalculationRuleQualifyCmd, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    TaxCalculationRuleQualifyCmdImpl

    Deprecated. 

    public interface TaxCalculationRuleQualifyCmd
    extends com.ibm.commerce.order.utils.CalculationRuleQualifyCmd
    Given a list of OrderItems, this command determines for which of them a particular CalculationRule applies. It returns a list of elements. Each element is a list of OrderItems that should be processed together by the CalculationRule.

    • Method Detail

      • getAddressIdHash

        java.util.Hashtable getAddressIdHash()
        Deprecated. 
        Gets the list of address ids.
        Returns:
        The lis of address ids.
      • getApplicableCache

        java.util.Hashtable getApplicableCache()
        Deprecated. 
      • setAddressIdHash

        void setAddressIdHash(java.util.Hashtable addressHashId)
        Deprecated. 
        Sets the list of address ids.
        Parameters:
        addressHashId - The list of address ids.
      • setApplicableCache

        void setApplicableCache(java.util.Hashtable applicableCache)
        Deprecated.