Class com.ibm.commerce.order.commands. OrderProcessCmdImpl

 
Changed Methods
void  checkParameters () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Now deprecated.
Change of visibility from public to protected.
Performs server side parameter checking.
Long  getOrderRn () Now deprecated.
Gets the first order id in the list of order ids passed as input to the command.
void  reset () Method was inherited from ControllerCommandImpl , but is now defined locally. This method should be called after a command has been executed to reset its states variables.
void  checkInventory (Long, Integer, CommandContext) Change in exceptions thrown from ECException to (ECException, FinderException, RemoteException, NamingException, CreateException).
This helper method which calls the default implementation of the CheckInventoryCmd task command This method is deprecated.
void  checkInventory (Long, Integer, CommandContext, String) Change in exceptions thrown from ECException to (ECException, FinderException, RemoteException, NamingException, CreateException).
This is a helper method that calls a specified implementation of the CheckInventoryCmd task command This method is deprecated.