java.lang.Object | +--com.ibm.commerce.tools.epromotion.RLPromotion | +--com.ibm.commerce.tools.epromotion.RLOrderLevelPromotion | +--com.ibm.commerce.tools.epromotion.implementations.OrderLevelShippingDiscount
This class represents the OrderLevelShippingDiscount type specific details.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT the copyright information |
Constructor Summary | |
---|---|
OrderLevelShippingDiscount() OrderLevelShippingDiscount Constructor |
Method Summary | |
---|---|
java.lang.String |
generatePromotionSpecificRuleXML() generates the OrderLevelShippingDiscount type specific rule XML |
java.lang.String |
getShippingMode() gets the shipping mode |
void |
populatePromotionSpecificDataFrom(java.util.Map h) This method is used to populate the RlPromotion class attributes. |
void |
populatePromotionSpecificDataFrom(java.lang.String xmlString) Populate the specific data from XML String |
void |
setShippingMode(java.lang.String newShippingMode) sets the shipping mode |
Methods inherited from class com.ibm.commerce.tools.epromotion. RLOrderLevelPromotion |
generatePromotionLevelSpecificRuleXML,
getPromotionDisplayLevel,
getRanges,
getValues,
isInCombinationWithProductLevelPromotion,
populatePromotionLevelSpecificDataFrom,
populatePromotionLevelSpecificDataFrom,
setRanges,
setValues |
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 OrderLevelShippingDiscount()
Method Detail |
---|
public java.lang.String generatePromotionSpecificRuleXML()
generatePromotionSpecificRuleXML
in class
RLPromotion
public java.lang.String getShippingMode()
public void populatePromotionSpecificDataFrom(java.lang.String xmlString)
populatePromotionSpecificDataFrom
in class
RLPromotion
xmlString
- java.lang.Stringpublic void setShippingMode(java.lang.String newShippingMode)
newShippingMode
- java.lang.Stringpublic void populatePromotionSpecificDataFrom(java.util.Map h) throws ParameterNotFoundException
populatePromotionSpecificDataFrom
in class
RLOrderLevelPromotion
h
- java.util.Map
ParameterNotFoundException
- The exception
description.