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.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

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.