public class CalculationMethodDataBean
extends com.ibm.commerce.fulfillment.beansrc.CalculationMethodDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CalculationMethodInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationMethodSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
CalculationMethodDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCalculationMethodId()
This method returns the databean key:calculation method id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CalculationMethodDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCalculationMethodId(java.lang.String aCalculationMethodId)
This method sets the databean key:calculation method id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
findActiveCalculationCodeCombineMethods, findActiveCalculationCodeCombineMethodsByStoreEntityAndCalculationUsage, findActiveCalculationRuleCombineMethods, findActiveCalculationRuleCombineMethodsByStoreEntityAndCalculationUsage, findAll, getCalculationMethodId, getCalculationMethodIdInEntityType, getCalculationUsageId, getCalculationUsageIdInEntityType, getDescription, getEntity, getName, getStoreEntityId, getStoreEntityIdInEntityType, getSubclass, getSubclassInEntityType, getTaskName, instantiateEntity, setCalculationMethodId, setCalculationMethodId, setCalculationUsageId, setCalculationUsageId, setDescription, setInitKey_calculationMethodId, setInitKey_calculationMethodId, setName, setStoreEntityId, setStoreEntityId, setSubclass, setSubclass, setTaskName
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 getDataBeanKeyCalculationMethodId()
getDataBeanKeyCalculationMethodId
in interface com.ibm.commerce.fulfillment.beans.CalculationMethodSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCalculationMethodId(java.lang.String aCalculationMethodId)
setDataBeanKeyCalculationMethodId
in interface com.ibm.commerce.fulfillment.beans.CalculationMethodInputDataBean
aCalculationMethodId
- java.lang.Stringpublic void populate()
iDataBeanKeyCalculationMethodId
using the setDataBeanKeyCalculationMethodId(java.lang.String) method before running the populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyCalculationMethodId(java.lang.String)