java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.ControllerCommandImpl
com.ibm.commerce.orderitems.commands.OrderItemMoveCmdImpl
The OrderItemMove command can be used to move order items from one order to another.
Behavior
OrderItemMove command This command calls the following TaskCommands: This command uses the following AccessBeans:Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl |
requestProperties, responseProperties, retriable, viewReqProperties |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.orderitems.commands.OrderItemMoveCmd |
defaultCommandClassName, NAME |
Constructor Summary | |
OrderItemMoveCmdImpl() |
Method Summary | |
java.lang.String[] | getFromOrderItems() Gets the input order items. |
java.lang.String[] | getFromOrders() Gets the orders from which order items will be moved. |
java.lang.String[] | getInOrderNames() Gets the names of name-value pairs to be added to the redirection URL. |
java.lang.String[] | getOrdersToDeleteIfEmpty() Gets orders to delete if no order items remain in them after this command completes processing. |
java.lang.String[] | getOutOrderItemNames() Gets the names of name-value pairs to be added to the redirection URL. |
OrderItemAccessBean[] | getOutOrderItems() Gets the output order items. |
java.lang.String[] | getOutOrderNames() Gets the names of name-value pairs to be added to the redirection URL. |
OrderAccessBean[] | getOutOrders() Gets the output order where input order items are moved to. |
java.lang.String[] | getToOrders() Gets a destination order for the output order items. |
java.lang.String | getUrl() Gets the URL to be redirected to when the command completes successfully. |
void | performExecute() Contains the actual business logic of the command. |
void | reset() This method should be called after a command has been executed to reset its state variables. |
void | setFromOrderItems(java.lang.String[] newFromOrderItems) Sets the input order items. |
void | setFromOrders(java.lang.String[] newFromOrders) Sets the orders from which order items will be moved. |
void | setInOrderNames(java.lang.String[] newInOrderNames) Sets the names of name-value pairs to be added to the redirection URL. |
void | setOrdersToDeleteIfEmpty(java.lang.String[] newOrdersToDeleteIfEmpty) Sets orders to delete if no order items remain in them after this command completes processing. |
void | setOrderToCreateIfEmpty(boolean abOrderToCreateIfEmpty) Sets the boolean flag to control the creation of an empty output order when there are not order items to move into it. |
void | setOutOrderItemNames(java.lang.String[] newOutOrderItemNames) Sets the names of name-value pairs to be added to the redirection URL. |
void | setOutOrderItems(OrderItemAccessBean[] newOutOrderItems) Sets the output order items. |
void | setOutOrderNames(java.lang.String[] newOutOrderNames) Sets the names of name-value pairs to be added to the redirection URL. |
void | setOutOrders(OrderAccessBean[] newOutOrders) Sets the output order where input order items are moved to. |
void | setRequestProperties(TypedProperty ahshRequestProperties) The WebController calls this method before invoking the execute method in this command to set the request properties for this command. |
void | setToOrders(java.lang.String[] newToOrders) Sets a destination order for the output order items. |
void | setUrl(java.lang.String newUrl) Sets the URL to be redirected to when the command completes successfully. |
void | validateParameters() Performs server side parameter checking. |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, 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, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public OrderItemMoveCmdImpl()
Method Detail |
public java.lang.String[] getFromOrderItems()
public java.lang.String[] getFromOrders()
public java.lang.String[] getInOrderNames()
public java.lang.String[] getOrdersToDeleteIfEmpty()
public java.lang.String[] getOutOrderItemNames()
public OrderItemAccessBean[] getOutOrderItems()
public java.lang.String[] getOutOrderNames()
public OrderAccessBean[] getOutOrders()
public java.lang.String[] getToOrders()
public java.lang.String getUrl()
public void performExecute() throws ECException
public void reset()
public void setFromOrderItems(java.lang.String[] newFromOrderItems)
public void setFromOrders(java.lang.String[] newFromOrders)
public void setInOrderNames(java.lang.String[] newInOrderNames)
public void setOrdersToDeleteIfEmpty(java.lang.String[] newOrdersToDeleteIfEmpty)
public void setOrderToCreateIfEmpty(boolean abOrderToCreateIfEmpty)
public void setOutOrderItemNames(java.lang.String[] newOutOrderItemNames)
public void setOutOrderItems(OrderItemAccessBean[] newOutOrderItems)
public void setOutOrderNames(java.lang.String[] newOutOrderNames)
public void setOutOrders(OrderAccessBean[] newOutOrders)
public void setRequestProperties(TypedProperty ahshRequestProperties) throws ECApplicationException
public void setToOrders(java.lang.String[] newToOrders)
public void setUrl(java.lang.String newUrl)
public void validateParameters() throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.