com.ibm.commerce.price.commands
Interface DeployPriceTCCmd
- All Superinterfaces:
- DeployTCCmd, ECCommand, TaskCommand
- All Known Implementing Classes:
- DeployPriceTCCmdImpl
- public interface DeployPriceTCCmd
- extends DeployTCCmd
Interface for the DeployPriceTCCmd
Task Command to eploy the
Price Terms&Conditions defined in a Trading Agreement.
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 |
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setTermCondition
public void setTermCondition(TermConditionAccessBean aTCAB)
- Sets the Term&Condition Access Bean to be deployed.
- Specified by:
setTermCondition
in interface DeployTCCmd
- Parameters:
aTCAB
- TermConditionAccessBean
setXMLFlag
public void setXMLFlag(boolean aXMLFlag)
- Sets the indicator for XML creation (not being used).
- Parameters:
aXMLFlag
- The indicator for XML creation.