public class CalculationRuleDataBean
extends com.ibm.commerce.fulfillment.beansrc.CalculationRuleDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CalculationRuleInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationRuleSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
CalculationRuleDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCalculationRuleId()
This method returns the databean key:calculation rule id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CalculationRuleDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCalculationRuleId(java.lang.String aCalculationRuleId)
This method sets the databean key:calculation rule id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
findByCalculationCode, findByStoreSortedByEndDate, findByStoreSortedByStartDate, findEffectiveRulesByCalculationCodeSortByRuleSequence, getCalculationCodeId, getCalculationCodeIdInEntityType, getCalculationMethodId, getCalculationMethodIdInEntityType, getCalculationRuleId, getCalculationRuleIdInEntityType, getCalculationRuleQualifyMethodId, getCalculationRuleQualifyMethodIdInEntityType, getCombination, getCombinationInEntityType, getEndDate, getEndDateInEntityType, getEntity, getField1, getField1InEntityType, getField2, getFlags, getFlagsInEntityType, getIdentifier, getIdentifierInEntityType, getSequence, getSequenceInEntityType, getStartDate, getStartDateInEntityType, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setCalculationCodeId, setCalculationCodeId, setCalculationMethodId, setCalculationMethodId, setCalculationRuleQualifyMethodId, setCalculationRuleQualifyMethodId, setCombination, setCombination, setEndDate, setEndDate, setField1, setField1, setField2, setFlags, setFlags, setIdentifier, setIdentifier, setInitKey_calculationRuleId, setInitKey_calculationRuleId, setSequence, setSequence, setStartDate, setStartDate, setTaxCategoryId, setTaxCategoryId
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyCalculationRuleId()
getDataBeanKeyCalculationRuleId
in interface com.ibm.commerce.fulfillment.beans.CalculationRuleSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCalculationRuleId(java.lang.String aCalculationRuleId)
setDataBeanKeyCalculationRuleId
in interface com.ibm.commerce.fulfillment.beans.CalculationRuleInputDataBean
aCalculationRuleId
- java.lang.Stringpublic void populate()
iDataBeanKeyCalculationRuleId
using the setDataBeanKeyCalculationRuleId(java.lang.String) method before running the populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyCalculationRuleId(java.lang.String)