java.lang.Object | +--com.ibm.commerce.tools.epromotion.RLPromotion | +--com.ibm.commerce.tools.epromotion.RLItemLevelPromotion | +--com.ibm.commerce.tools.epromotion.RLSingleRangeItemLevelPromotion | +--com.ibm.commerce.tools.epromotion.RLOtherItemSingleRangeItemLevelPromotion
This class represents a single range item level promotion, which promote other type of items except current one type.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Constructor Summary | |
---|---|
RLOtherItemSingleRangeItemLevelPromotion() Constructor for RLOtherItemSingleRangeItemLevelPromotion |
Method Summary | |
---|---|
java.lang.String |
generatePromotionSpecificRuleXML() Generate promotion specific rule XML |
java.lang.String |
getDiscountItemCatalogEntrySKU() Get discounted item catalog entry SKU number |
void |
populatePromotionSpecificDataFrom(java.util.Map h) Populate promotion specific data from User Interface input to this object. |
void |
populatePromotionSpecificDataFrom(java.lang.String xmlString) Populate promotion specific data from XML String to User Interface |
void |
setDiscountItemCatalogEntrySKU(java.lang.String newDiscountItemCatalogEntrySKU) Sets the discountItemCatalogEntrySKU |
Methods inherited from class com.ibm.commerce.tools.epromotion. RLSingleRangeItemLevelPromotion |
getMaximumDiscountItemQuantity,
getRequiredQuantity,
getValue,
getValueTagName,
setMaximumDiscountItemQuantity,
setRequiredQuantity,
setValue,
setValueTagName |
Methods inherited from class com.ibm.commerce.tools.epromotion. RLItemLevelPromotion |
generatePromotionLevelSpecificRuleXML,
getCatalogEntrySKUs,
getPromotionDisplayLevel,
populatePromotionLevelSpecificDataFrom,
populatePromotionLevelSpecificDataFrom |
Methods inherited from class com.ibm.commerce.tools.epromotion. RLPromotion |
generateRuleXML,
getAssignedSegments,
getCurrency,
getDayInWeek,
getDaysInWeek,
getDescription,
getDescriptionLongNL,
getDescriptionNL,
getEndTimeStamp,
getName,
getPriority,
getRlPromotionType,
getRLPromotionType,
getStartTimeStamp,
getStatus,
getTargetSalesFigure,
isDateRanged,
isTimeRanged,
isValidForAllCustomers,
populateFrom,
populateFrom,
setAssignedSegments,
setCurrency,
setDaysInWeek,
setDescription,
setDescriptionLongNL,
setDescriptionNL,
setEndTimeStamp,
setName,
setPriority,
setRlPromotionType,
setStartTimeStamp,
setStatus,
setTargetSalesFigure |
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 RLOtherItemSingleRangeItemLevelPromotion()
Method Detail |
---|
public java.lang.String generatePromotionSpecificRuleXML()
generatePromotionSpecificRuleXML
in class
RLSingleRangeItemLevelPromotion
public java.lang.String getDiscountItemCatalogEntrySKU()
public void populatePromotionSpecificDataFrom(java.lang.String xmlString)
populatePromotionSpecificDataFrom
in class
RLSingleRangeItemLevelPromotion
xmlString
- java.lang.Stringpublic void populatePromotionSpecificDataFrom(java.util.Map h) throws ParameterNotFoundException
populatePromotionSpecificDataFrom
in class
RLSingleRangeItemLevelPromotion
h
- java.util.Map
ParameterNotFoundException
public void setDiscountItemCatalogEntrySKU(java.lang.String newDiscountItemCatalogEntrySKU)