public class StoreEntityCalculationUsageDataBean
extends com.ibm.commerce.fulfillment.beansrc.StoreEntityCalculationUsageDataBeanBase
implements com.ibm.commerce.fulfillment.beans.StoreEntityCalculationUsageInputDataBean, com.ibm.commerce.fulfillment.beans.StoreEntityCalculationUsageSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
StoreEntityCalculationUsageDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCalculationUsageId()
This method returns the databean key:CalculationUsageId.
|
java.lang.String |
getDataBeanKeyStoreEntityId()
This method returns the databean key:StoreEntityId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the StoreEntityCalculationUsageDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCalculationUsageId(java.lang.String aCalculationUsageId)
This method sets the databean key:CalculationUsageId.
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
This method sets the databean key:StoreEntityId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, findByStoreEntity, getActiveCalculationCodeCombineMethodId, getActiveCalculationCodeCombineMethodIdInEntityType, getActiveCalculationRuleCombineMethodId, getActiveCalculationRuleCombineMethodIdInEntityType, getApplyCalculationUsageMethodId, getApplyCalculationUsageMethodIdInEntityType, getCalculationCodeId, getCalculationCodeIdInEntityType, getCalculationUsageId, getCalculationUsageIdInEntityType, getEntity, getFinalizeCalculationUsageMethodId, getFinalizeCalculationUsageMethodIdInEntityType, getInitializeCalculationUsageMethodId, getInitializeCalculationUsageMethodIdInEntityType, getSequence, getSequenceInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, getSummarizeCalculationUsageMethodId, getSummarizeCalculationUsageMethodIdInEntityType, getUsageFlags, getUsageFlagsInEntityType, instantiateEntity, setActiveCalculationCodeCombineMethodId, setActiveCalculationCodeCombineMethodId, setActiveCalculationRuleCombineMethodId, setActiveCalculationRuleCombineMethodId, setApplyCalculationUsageMethodId, setApplyCalculationUsageMethodId, setCalculationCodeId, setCalculationCodeId, setCalculationUsageId, setCalculationUsageId, setFinalizeCalculationUsageMethodId, setFinalizeCalculationUsageMethodId, setInitializeCalculationUsageMethodId, setInitializeCalculationUsageMethodId, setInitKey_calculationUsageId, setInitKey_calculationUsageId, setInitKey_storeEntityId, setInitKey_storeEntityId, setSequence, setSequence, setStoreEntityId, setStoreEntityId, setSummarizeCalculationUsageMethodId, setSummarizeCalculationUsageMethodId, setUsageFlags, setUsageFlagspublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId in interface com.ibm.commerce.fulfillment.beans.StoreEntityCalculationUsageSmartDataBeanpublic java.lang.String getDataBeanKeyCalculationUsageId()
getDataBeanKeyCalculationUsageId in interface com.ibm.commerce.fulfillment.beans.StoreEntityCalculationUsageSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId in interface com.ibm.commerce.fulfillment.beans.StoreEntityCalculationUsageInputDataBeanaStoreEntityId - java.lang.Stringpublic void setDataBeanKeyCalculationUsageId(java.lang.String aCalculationUsageId)
setDataBeanKeyCalculationUsageId in interface com.ibm.commerce.fulfillment.beans.StoreEntityCalculationUsageInputDataBeanaCalculationUsageId - java.lang.Stringpublic void populate()
iDataBeanKeyStoreEntityId and iDataBeanKeyCalculationUsageId
using the setDataBeanKeyStoreEntityId(java.lang.String) and setDataBeanKeyCalculationUsageId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyStoreEntityId(java.lang.String),
setDataBeanKeyCalculationUsageId(java.lang.String)