com.ibm.commerce.me.commands
Interface BatchOrderRequestCmd

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

public interface BatchOrderRequestCmd
extends ControllerCommand

This controller command will receive a PurchaseOrderRequest message from a buyer organization using procurement system and creates an order.


Field Summary
static java.lang.String COPYRIGHT
IBM Copyright field
static short CREATE_MODE
integer constant for order mode - create mode
static java.lang.String defaultCommandClassName
Default implementation class name
static short DELETE_MODE
integer constant for order mode - delete mode
static java.lang.String messageName
response view name
static java.lang.String NAME
Class (interface) name
static short UPDATE_MODE
integer constant for order mode - update mode
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 field
See Also:
Constant Field Values

CREATE_MODE

public static final short CREATE_MODE
integer constant for order mode - create mode
See Also:
Constant Field Values

DELETE_MODE

public static final short DELETE_MODE
integer constant for order mode - delete mode
See Also:
Constant Field Values

UPDATE_MODE

public static final short UPDATE_MODE
integer constant for order mode - update mode
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Class (interface) name
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class name
See Also:
Constant Field Values

messageName

public static final java.lang.String messageName
response view name
See Also:
Constant Field Values

Feedback