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.


Field Summary
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Fields inherited from interface com.ibm.commerce.command.TaskCommand
COPYRIGHT
 
Method Summary
 void setTermCondition(TermConditionAccessBean aTCAB)
          Sets the Term&Condition Access Bean to be deployed.
 void setXMLFlag(boolean aXMLFlag)
          Sets the indicator for XML creation (not being used).
 
Methods inherited from interface com.ibm.commerce.contract.commands.DeployTCCmd
getTargetStoreId, setTargetStoreId
 
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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

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.