com.ibm.commerce.contract.commands
Class DeployTCCmdImpl
java.lang.Object
|
+--com.ibm.commerce.command.AbstractECCommand
|
+--com.ibm.commerce.command.TaskCommandImpl
|
+--com.ibm.commerce.contract.commands.DeployTCCmdImpl
- All Implemented Interfaces:
- DeployTCCmd, ECCommand, TaskCommand
- Direct Known Subclasses:
- DeployCustomProductSetTCCmdImpl, DeployPriceTCCmdImpl, DeployProductSetTCCmdImpl
- public class DeployTCCmdImpl
- extends TaskCommandImpl
- implements DeployTCCmd
The base interface that defines the signature of all commands that
deploy Terms and Conditions (WebSphere Commerce Business Edition only).
Constructor Summary |
DeployTCCmdImpl()
ContractCreateCommand constructor comment. |
Methods inherited from class com.ibm.commerce.command.AbstractECCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
abTC
protected TermConditionAccessBean abTC
COPYRIGHT
public static final java.lang.String COPYRIGHT
DeployTCCmdImpl
public DeployTCCmdImpl()
- ContractCreateCommand constructor comment.
getTargetStoreId
public java.lang.Integer getTargetStoreId()
- Description copied from interface:
DeployTCCmd
- Return the target store id for contract deployment
- Specified by:
getTargetStoreId
in interface DeployTCCmd
- Following copied from interface:
com.ibm.commerce.contract.commands.DeployTCCmd
- Returns:
- java.lang.Integer
setTargetStoreId
public void setTargetStoreId(java.lang.Integer storeId)
- Set the id of the target store which the contract will be deployed to
- Specified by:
setTargetStoreId
in interface DeployTCCmd
- Parameters:
storeId
- java.lang.Integer
setTermCondition
public void setTermCondition(TermConditionAccessBean argTCAb)
- Set the TermCondtionAccessBean to deploy
- Specified by:
setTermCondition
in interface DeployTCCmd
- Parameters:
param
- com.ibm.commerce.contract.objects.TermConditionAccessBean