public interface UpdateSpendingLimitCmd extends TaskCommand
UpdateSpendingLimitCmdImpl.UpdateSpendingLimitCmdImpl| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowPONumberAsNull()
This method returns if allow purchase order number as Null.
|
void |
setAllowPONumberAsNull(boolean allowPONumberAsNull)
This method sets if allow purchase order number as Null.
|
void |
setOrder(OrderAccessBean bean)
This method sets the order access bean associated with this command.
|
void |
setPONumber(java.lang.String sPONumber)
This method sets the purchase order number.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrder(OrderAccessBean bean)
bean - The OrderAccessBean that corresponds to the order associated with this
request.void setPONumber(java.lang.String sPONumber)
sPONumber - A String that represents the purchase order number specified by the buyer.boolean isAllowPONumberAsNull()
void setAllowPONumberAsNull(boolean allowPONumberAsNull)
allowPONumberAsNull - A boolean indicating if allow purchase order number as Null.