public interface RequestOrderQuotationPolicyCmd extends BusinessPolicyCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAuthenticationRequired(boolean theAuthenticationRequired)
This method sets whether authentication is required to be mapped.
|
void |
setBackOrders(boolean theBackOrders)
This method sets if back orders are to be mapped.
|
void |
setCollabSpace(java.lang.String theCollabSpace)
This method sets the collaboration space.
|
void |
setEnabled(boolean theEnabled)
This method sets the theEnabled flag to indicate if the partner will accept this request.
|
void |
setName(java.lang.String theName)
This method sets the unique identifier for a partner.
|
void |
setPolicy(java.lang.String thePolicy)
This method sets the policy to be used.
|
void |
setPriceAvailabilityRequest(com.ibm.commerce.domain.order.PriceAndAvailabilityRequest thePriceAndAvailRequest)
This method sets the price availability request java bean.
|
void |
setTimeout(long theTimeout)
This method sets the timeout value.
|
void |
setUomStandard(java.lang.String theUomStandard)
This method sets the unit of measure standard to be mapped.
|
getPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setName(java.lang.String theName)
theName - The unique identifier for a partner.void setCollabSpace(java.lang.String theCollabSpace)
theCollabSpace - The collaboration space to be used.void setBackOrders(boolean theBackOrders)
theBackOrders - true if it is a back order to be mapped; false otherwise.void setTimeout(long theTimeout)
theTimeout - The time out value to be mapped.void setUomStandard(java.lang.String theUomStandard)
theUomStandard - The unit of measure standard to be mapped.void setEnabled(boolean theEnabled)
theEnabled - true if the partner accept this request; false otherwise.void setAuthenticationRequired(boolean theAuthenticationRequired)
theAuthenticationRequired - true if the authentication is required
by a partner; false otherwise.void setPolicy(java.lang.String thePolicy)
thePolicy - The Policy to be used.void setPriceAvailabilityRequest(com.ibm.commerce.domain.order.PriceAndAvailabilityRequest thePriceAndAvailRequest)
throws ECSystemException
thePriceAvailabilityRequest - The PriceAvailabilityRequest is a
java bean containing all request information.ECSystemException