public class RAReallocateCmdImpl extends ControllerCommandImpl implements RAReallocateCmd
Constructor and Description |
---|
RAReallocateCmdImpl()
This is the class constructor.
|
Modifier and Type | Method and Description |
---|---|
AccessVector | getResources()
This method returns command resources for access control.
|
boolean | isGeneric()
This method returns false to indicate that this command can not be run by a generic user.
|
boolean | isReadyToCallExecute()
This methods returns true to indicate that this command is ready to be executed.
|
void | performExecute()
This method reconciles expected inventory receipts to existing backorders to determine current expected ship dates.
|
void | reset()
This method resets instance variables.
|
void | setRequestProperties(TypedProperty reqParms)
This method sets the request properties of this command implementation.
|
void | validateParameters()
This method extracts and validates the input parameters of this command implementation.
|
public AccessVector getResources() throws ECException
public boolean isGeneric()
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void reset()
public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
public void validateParameters() throws ECException