com.ibm.commerce.price.commands
Interface DeployPriceTCCmd

All Superinterfaces:
DeployTCCmd, 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 COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The defautl name of this command.
static java.lang.String NAME
          The name of this command.
 
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
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The defautl name of this command.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values
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.