public class OrderQuotationDisplayCmdImpl extends ControllerCommandImpl implements OrderQuotationDisplayCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright string.
|
Constructor and Description |
---|
OrderQuotationDisplayCmdImpl()
Constructor for OrderQuotationDisplayCmdImpl.
|
Modifier and Type | Method and Description |
---|---|
AccessVector | getResources()
Gets the vector of resources accessed by this command.
|
void | performExecute()
Executes the business logic of this command implementation.
|
void | reset()
Resets the command.
|
void | setOrderQuotationRelAbbreviations(java.lang.String[] astrOrderQuotationRelAbbreviations)
Sets the OrderQuotationRel objects whose quotation Orders should be displayed.
|
void | setOutOrderQuotationRelIdNames(java.lang.String[] astrOutOrderQuotationRelIdNames)
Sets the names of name value pairs that should be provided to the View.
|
void | setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties of this command implementation.
|
protected void | setResponseProperties()
Sets the response properties.
|
void | setViewName(java.lang.String astrViewName)
Sets the View to be invoked.
|
void | validateParameters()
Extracts and validates the input parameters of this command implementation.
|
public static final java.lang.String COPYRIGHT
public OrderQuotationDisplayCmdImpl()
public void reset()
public void setOrderQuotationRelAbbreviations(java.lang.String[] astrOrderQuotationRelAbbreviations)
public void setViewName(java.lang.String astrViewName)
public void setOutOrderQuotationRelIdNames(java.lang.String[] astrOutOrderQuotationRelIdNames)
public void setRequestProperties(TypedProperty aRequestProperties) throws ECException
public void validateParameters() throws ECException
public AccessVector getResources() throws ECException
protected void setResponseProperties() throws ECException
public void performExecute() throws ECException