com.ibm.commerce.tools.epromotion

Class RLItemLevelPromotion

    • Field Detail

      • COPYRIGHT

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

      • RLItemLevelPromotion

        public RLItemLevelPromotion()
        Constructor
    • Method Detail

      • generatePromotionLevelSpecificRuleXML

        public final java.lang.String generatePromotionLevelSpecificRuleXML()
        Generate promotion level specific rule XML.
        Returns:
        the generated promotion level specific rule XML.
      • getCatalogEntrySKUs

        public java.util.Vector getCatalogEntrySKUs()
        Get catalog entry SKUs.
        Returns:
        the catalog entry SKUs.
      • getPromotionDisplayLevel

        public final java.lang.Integer getPromotionDisplayLevel()
        Get product level display flag.
        Specified by:
        getPromotionDisplayLevel in class RLPromotion
        Returns:
        Product Level.
      • populatePromotionLevelSpecificDataFrom

        public final void populatePromotionLevelSpecificDataFrom(java.lang.String xmlString)
        Populate promotion level specific data from XML String to user interface.
        Parameters:
        xmlString - the String used to populate the promotion level specific data.
      • setCatalogEntrySKUs

        public void setCatalogEntrySKUs(java.util.Vector newCatalogEntrySKUs)
        Set catalog entry SKUs.
        Parameters:
        newCatalogEntrySKUs - the catalog entry SKUs to set.