public class QuoteCreateCmdImpl extends com.ibm.commerce.quote.commands.QuoteBaseCmdImpl implements QuoteCreateCmd
Behaviour
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
QuoteCreateCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getDescription()
Returns the description of the quote.
|
java.lang.String | getOrderId()
Returns the orderId of the quote that was created.
|
java.lang.String | getOutputQuoteName()
Returns the name of the quote as the output.
|
void | performExecute()
Performs the main business logic.
|
void | setDescription(java.lang.String description)
Sets the description of the quote.
|
protected void | setOrderId(java.lang.String Id)
Sets the orderId for the quote that is to be created.
|
void | setOutputQuoteName(java.lang.String name)
Sets the name of the quote as the output.
|
void | setRequestProperties(TypedProperty aReqParms)
Sets the request properties.
|
protected void | setResponsePropertiesForCommand()
Sets the response properties for the command invoked.
|
void | validateParameters()
Validates request parameters.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getOrderId()
protected void setOrderId(java.lang.String Id)
public java.lang.String getOutputQuoteName()
public void setOutputQuoteName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void performExecute() throws ECException
public void setRequestProperties(TypedProperty aReqParms) throws ECApplicationException
public void validateParameters() throws ECException
protected void setResponsePropertiesForCommand()