com.ibm.commerce.order.calculation

Class CodeTaxExemptionCache



  • public class CodeTaxExemptionCache
    extends Cache
    A class that caches exempted tax category IDs by calculation code ID. This class essentially caches the CALCODTXEX table, with CALCODE_ID as the index.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CodeTaxExemptionCache

        public CodeTaxExemptionCache()
        Constructor for CodeTaxExemptionCache.
      • CodeTaxExemptionCache

        public CodeTaxExemptionCache(int anMaxSize)
        Constructor for CodeTaxExemptionCache.
        Parameters:
        anMaxSize - the maximum size of the cache.