com.ibm.commerce.contract.tc.commands
Interface ContractTCDeleteCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- ContractTCDeleteCmdImpl
- public interface ContractTCDeleteCmd
- extends ControllerCommand
Delete terms and condtions from a contract (WebSphere Commerce Business Edition only). The contract has to be in Draft state.
Field Summary |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName
The name of the default implementation class. |
static java.lang.String |
NAME
The name of this interface. |
Method Summary |
void |
setTcIdList(java.lang.String[] asaList)
Sets the IDs of the Terms and Conditions to be deleted |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- The name of this interface.
- See Also:
- Constant Field Values
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The name of the default implementation class.
- See Also:
- Constant Field Values
setTcIdList
public void setTcIdList(java.lang.String[] asaList)
- Sets the IDs of the Terms and Conditions to be deleted
-
- Parameters:
- asaList - the ID list of the term and condition
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.