public abstract class RLProductLevelPromotion extends RLPromotion
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| RLProductLevelPromotion()
Default constructor of this class.
|
| Modifier and Type | Method and Description |
|---|---|
| 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 the user interface input to this object.
|
| void | populatePromotionLevelSpecificDataFrom(java.lang.String xmlString)
Populate promotion specific data from XML String to User Interface.
|
| void | setCatalogEntryIDs(java.util.Vector newCatalogEntryIDs)
Sets the catalogEntryIDs.
|
public static final java.lang.String COPYRIGHT
public RLProductLevelPromotion()
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)