Add, update and delete items in a requisition list.
Input parameters:
Name | Type | Requirement | Description |
---|---|---|---|
requisitionListId | Long | optional | The requisition list id |
name | String | optional | The requisition list name |
... | The name value pairs similar to OrderItemUpdate |
Output parameters:
Name | Type | Description |
---|---|---|
... | The output similar to OrderItemUpdate |
Behavior:
View:
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation class. |
static java.lang.String | NAME The name of the Command Interface class. |
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 |
Method Summary | |
void | setName(java.lang.String name) Specifies the requisition list name. |
void | setRequisitionListId(java.lang.Long id) Specifies the requisition list id. |
void | setStatus(java.lang.String status) Specifies the status of the requisition list. |
Methods inherited from interface com.ibm.commerce.orderitems.commands.OrderItemUpdateCmd |
getDeletedOrderItemIds, getNewOrderItemIds, getOrderIds, getOrderItemIds, setAddressId, setAttrName, setAttrValue, setCatEntryId, setComment, setConfigurationId, setContinue, setContractId, setCorrelationGroup, setDescription, setExpandConfigurationId, setField1, setField2, setListId, setMemberId, setOfferId, setOrderComment, setOrderDesc, setOrderId, setOrderItemId, setOutOrderItemName, setOutOrderName, setPartNumber, setQuantity, setShipmodeId, setTradingId, setUom |
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 |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
public static final java.lang.String RLBadPartNumberErrorView
public static final java.lang.String RLInvalidInputErrorView
Method Detail |
public void setName(java.lang.String name)
public void setRequisitionListId(java.lang.Long id)
public void setStatus(java.lang.String status)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.