com.ibm.commerce.marketing.promotion.dependency

Interface PriceConverterFactory

  • All Superinterfaces:
    java.io.Serializable, XMLizable


    public interface PriceConverterFactory
    extends XMLizable
    PriceConverterFactory is the interface which should be implemented by all the PriceConverter factory implementations.
    • Field Detail

      • COPYRIGHT

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

      • getPriceConverter

        PriceConverter getPriceConverter(StoreKey key)
        This method returns the Price Coverter Object for the Store.
        Parameters:
        key - StoreKey
        Returns:
        PriceConverter