com.ibm.commerce.order.commands
Interface ScheduledOrderCancelCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
ScheduledOrderCancelCmdImpl

public interface ScheduledOrderCancelCmd
extends ControllerCommand

Cancels execution of a recurring order submitted by the OrderSchedule command.


Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
static java.lang.String NAME
The name of the Command Interface class.
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Method Summary
void setOrderId(java.lang.Long newOrderId)
Sets order identifier
void setUrl(java.lang.String astrUrl)
Set the redirection url to be called when the command completes successfully.
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.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
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
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

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 the Command Interface class.
See Also:
Constant Field Values
Method Detail

setOrderId

public void setOrderId(java.lang.Long newOrderId)
Sets order identifier

setUrl

public void setUrl(java.lang.String astrUrl)
Set the redirection url to be called when the command completes successfully.
Parameters:
astrUrl - java.lang.String - redirection url string

Feedback