com.ibm.commerce.order.utils

Interface ParseDynamicKitConfigurationCmd

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


    public interface ParseDynamicKitConfigurationCmd
    extends TaskCommand
    This task command parses configuration XML for dynamic kit.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • getComp_catentryIds

        java.util.ArrayList<java.lang.String> getComp_catentryIds()
        This method returns catEntryIds of dynamic kit components.
        Returns:
        the catEntryIds of dynamic kit components
      • getComp_quantities

        java.util.ArrayList<java.lang.String> getComp_quantities()
        This method returns quantities of dynamic kit components.
        Returns:
        the quantities of dynamic kit components
      • getDynamicKitCatEntryId

        java.lang.String getDynamicKitCatEntryId()
        This method returns catEntryId of dynamic kit.
        Returns:
        the catEntryId of dynamic kit
      • getDynamicKitQuantity

        java.lang.String getDynamicKitQuantity()
        This method returns quantity of dynamic kit.
        Returns:
        the quantity of dynamic kit.
      • setConfigXML

        void setConfigXML(java.lang.String configurationXML)
        This method sets the configuration XML to be parsed.
        Parameters:
        configurationXML - The configuration XML
      • getComp_prices

        java.util.ArrayList<java.lang.String> getComp_prices()
        This method returns the prices of components.
        Returns:
        the prices of components
      • getComp_priceLocks

        java.util.ArrayList<java.lang.String> getComp_priceLocks()
        This method returns the price locks of components
        Returns:
        the price locks of components
      • getDynamicKitPrice

        java.lang.String getDynamicKitPrice()
        This method returns the price of dynamic kit.
        Returns:
        the price of dynamic kit
      • getDynamicKitPriceLock

        java.lang.String getDynamicKitPriceLock()
        This method returns the price lock of dynamic kit.
        Returns:
        the price lock of dynamic kit