com.ibm.commerce.order.calculation
Interface CalculationCodeQualifyCmd
- All Superinterfaces:
- BusinessPolicyCommand, CalculationCmd, ECCommand, TaskCommand
- All Known Implementing Classes:
- CalculationCodeQualifyCmdImpl
- public interface CalculationCodeQualifyCmd
- extends CalculationCmd
This command is called by CalculationCodeCombine
to identify the items
that qualify for a
particular calculation code.
Given a CalculationCode and a list of OrderItems, this method determines for
which of them the CalculationCode applies.
- See Also:
CalculationCodeCombineCmd
,
Item
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
getQualifiedItems
public Item[] getQualifiedItems()
- Returns the items that qualify.
setCode
public void setCode(CalculationCodeAccessBean aabCode)
- Sets the calculation code.
setItems
public void setItems(Item[] aItems)
- Sets the items.