public interface SubmitShoppingCartCmd extends ControllerCommand
SubmitShoppingCart
command.
The SubmitShoppingCart
command is invoked when the
procurement buyer submits or checks out their order
during catalog browsing. This command changes the status
of the order and order items to W (awaiting approval)
from P (pending). Together with the SendShoppingCart
command, the SubmitShoppingCart
command can
alter the shopping flow by sending the order of the
procurement buyer to the procurement system.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright field.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation of this command
|
static java.lang.String |
NAME
The interface name
|
Modifier and Type | Method and Description |
---|---|
void |
setOrderId(java.lang.Long orderRn)
This method sets the order ID.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName