com.ibm.commerce.order.commands
Interface CheckOrderAcceptanceCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CheckOrderAcceptanceCmdImpl
- public interface CheckOrderAcceptanceCmd
- extends TaskCommand
Interface for the CheckOrderAcceptancemd
Task Command to
verify the trading agreements in an order.
Method Summary |
void |
setOrderId(java.lang.String astrOrderId)
Sets the id of the order to be checked for acceptance. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setOrderId
public void setOrderId(java.lang.String astrOrderId)
- Sets the id of the order to be checked for acceptance.
- Parameters:
astrOrderId
- The reference number of the order to be checked
for acceptance.