java.lang.Object | +--com.ibm.commerce.tools.epromotion.RLPromotion | +--com.ibm.commerce.tools.epromotion.RLItemLevelPromotion
This class represents a type of item level rule based promotion.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Constructor Summary | |
---|---|
RLItemLevelPromotion() Constructor |
Method Summary | |
---|---|
java.lang.String |
generatePromotionLevelSpecificRuleXML() Generate promotion level specific rule XML |
java.util.Vector |
getCatalogEntrySKUs() Get catalog entry SKUs |
java.lang.Integer |
getPromotionDisplayLevel() Get product level display flag |
void |
populatePromotionLevelSpecificDataFrom(java.util.Map h) Populate promotion level specific data from User Interface to Object |
void |
populatePromotionLevelSpecificDataFrom(java.lang.String xmlString) Populate promotion level specific data from XML String to GUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public RLItemLevelPromotion()
Method Detail |
---|
public final java.lang.String generatePromotionLevelSpecificRuleXML()
generatePromotionLevelSpecificRuleXML
in class
RLPromotion
public java.util.Vector getCatalogEntrySKUs()
public final java.lang.Integer getPromotionDisplayLevel()
getPromotionDisplayLevel
in class
RLPromotion
public final void populatePromotionLevelSpecificDataFrom(java.lang.String xmlString)
populatePromotionLevelSpecificDataFrom
in class
RLPromotion
xmlString
- java.lang.Stringpublic final void populatePromotionLevelSpecificDataFrom(java.util.Map h) throws ParameterNotFoundException
populatePromotionLevelSpecificDataFrom
in class
RLPromotion
h
- java.util.Map
ParameterNotFoundException