java.lang.Objectcom.ibm.commerce.tools.epromotion.RLPromotion
com.ibm.commerce.tools.epromotion.RLProductLevelPromotion
This class represents a type of rule based product level promotion
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
Constructor Summary | |
RLProductLevelPromotion() Default constructor of this class |
Method Summary | |
java.lang.String | generatePromotionLevelSpecificRuleXML() Generate promotion level specific rule XML |
java.util.Vector | getCatalogEntryIDs() Returns the catalogEntryIDs. |
protected java.lang.String | getMinimumQuantityToQualifyTagName() Return a tag name for minimum product quantity to qualify the discount |
java.lang.Integer | getPromotionDisplayLevel() Get product level display flag |
void | populatePromotionLevelSpecificDataFrom(java.util.Map h) Populate promotion level specific data from User Interface input to this object |
void | populatePromotionLevelSpecificDataFrom(java.lang.String xmlString) Populate promotion level specific data from XML String to User Interface |
void | setCatalogEntryIDs(java.util.Vector newCatalogEntryIDs) Sets the catalogEntryIDs. |
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 RLProductLevelPromotion()
Method Detail |
public final java.lang.String generatePromotionLevelSpecificRuleXML()
protected java.lang.String getMinimumQuantityToQualifyTagName()
public final java.lang.Integer getPromotionDisplayLevel()
public final void populatePromotionLevelSpecificDataFrom(java.lang.String xmlString)
public final void populatePromotionLevelSpecificDataFrom(java.util.Map h) throws ParameterNotFoundException
public java.util.Vector getCatalogEntryIDs()
public void setCatalogEntryIDs(java.util.Vector newCatalogEntryIDs)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.