|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the base interface of the following commands:
ApplyCalculationUsage
CalculationCodeCombine
CalculationCodeQualify
CalculationCodeCalculate
CalculationCodeApply
CalculationRuleCombine
CalculationRuleQualify
CalculationRuleCalculate
CalculationScaleLookup
CalculationRange
ApplyCalculationUsageCmd
,
CalculationCodeCombineCmd
,
CalculationCodeQualifyCmd
,
CalculationCodeCalculateCmd
,
CalculationCodeApplyCmd
,
CalculationRuleCombineCmd
,
CalculationRuleQualifyCmd
,
CalculationRuleCalculateCmd
,
CalculationScaleLookupCmd
,
CalculationRangeCmd
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
NAME
|
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Method Summary | |
java.lang.String |
getCurrency()
Returns the currency used in the calculation. |
java.util.HashMap |
getCustomProperties()
Returns the custom properties as a HashMap. |
java.lang.Object |
getCustomProperty(java.lang.String astrName)
Return a particular custom property. |
java.sql.Timestamp |
getTimestamp()
Returns the timestamp used in the calculation. |
java.lang.Integer |
getUsageId()
Returns the calculation usage. |
void |
setCurrency(java.lang.String astrCurrency)
Sets the currency used in the calculation. |
void |
setCustomProperties(java.util.HashMap ahshCustomProperties)
Sets the custom properties. |
void |
setCustomProperty(java.lang.String astrName,
java.lang.Object aValue)
Sets a particular custom property. |
void |
setTimestamp(java.sql.Timestamp aTimestamp)
Sets the timestamp used in the calculation. |
void |
setUsageId(java.lang.Integer anUsageId)
Sets the calculation usage. |
Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand |
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
Method Detail |
public java.lang.String getCurrency()
public java.util.HashMap getCustomProperties()
public java.lang.Object getCustomProperty(java.lang.String astrName)
public java.sql.Timestamp getTimestamp()
public java.lang.Integer getUsageId()
public void setCurrency(java.lang.String astrCurrency)
public void setCustomProperties(java.util.HashMap ahshCustomProperties)
public void setCustomProperty(java.lang.String astrName, java.lang.Object aValue)
public void setTimestamp(java.sql.Timestamp aTimestamp)
public void setUsageId(java.lang.Integer anUsageId)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |