public interface RequisitionListItemUpdateCmd extends OrderItemUpdateCmd
RequisitionListItemUpdateCmdImpl.
The RequisitionListItemUpdate URL is mapped to this command by default.| 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.
|
static java.lang.String |
RLBadPartNumberErrorView
The Requisition List Bad Part Number Error View
|
static java.lang.String |
RLInvalidInputErrorView
The Requisition List Invalid Input Error View
|
| Modifier and Type | Method and Description |
|---|---|
void |
setName(java.lang.String name)
This method specifies the requisition list name.
|
void |
setRequisitionListId(java.lang.Long id)
This method specifies the requisition list id.
|
void |
setStatus(java.lang.String status)
This method specifies the status of the requisition list.
|
void |
setType(java.lang.String type)
For CO, This method specifies the type of the requisition list.
|
getDeletedOrderItemIds, getNewOrderItemIds, getOrderIds, getOrderItemIds, getOutOfInvItems, setAddressId, setAttrName, setAttrValue, setCatEntryId, setComment, setCompListId, setConfigurationId, setContinue, setContractId, setCorrelationGroup, setDescription, setExpandConfigurationId, setField1, setField2, setFulfillmentCenterId, setListId, setMemberId, setOfferId, setOrderComment, setOrderDesc, setOrderId, setOrderItemId, setOutOrderItemName, setOutOrderName, setPartNumber, setQuantity, setRequestedShipDate, setShipmodeId, setTradingId, setUomcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String RLBadPartNumberErrorView
static final java.lang.String RLInvalidInputErrorView
void setName(java.lang.String name)
name - requisition list namevoid setRequisitionListId(java.lang.Long id)
id - requisition list idvoid setStatus(java.lang.String status)
status - the status of the requisition list.void setType(java.lang.String type)
type - the type of the requisition list.