The interface of GetPriceAndAvailabilty policy command. This policy command used to send PriceAndAvailability messages to outbound services.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
void |
setAuthenticationRequired(boolean theAuthenticationRequired) Sets theAuthenticationRequired to be mapped. |
void |
setBackOrders(boolean theBackOrders) Sets BackOrders to be mapped. |
void |
setCollabSpace(java.lang.String theCollabSpace) Sets the Collaboration Spece. |
void |
setEnabled(boolean theEnabled) Sets theEnabled to be mapped. |
void |
setName(java.lang.String theName) Sets the the unique identifier for a partner. |
void |
setPolicy(java.lang.String thePolicy) Sets the policy to be used. |
void |
setPriceAvailabilityRequest(com.ibm.commerce.domain.order.PriceAndAvailabilityRequest thePriceAndAvailRequest) Sets thePriceAvailabilityRequest. |
void |
setTimeout(long theTimeout) Sets time out value. |
void |
setUomStandard(java.lang.String theUomStandard) Sets the UOM Standard to be mapped. |
Methods inherited from interface com.ibm.commerce.command. BusinessPolicyCommand |
getPolicyId,
getRequestProperties,
setPolicyId,
setRequestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setName(java.lang.String theName)
theName
- The unique identifier for a
partner.public void setCollabSpace(java.lang.String theCollabSpace)
theCollabSpace
- The Collaboration Space to be
used.public void setBackOrders(boolean theBackOrders)
theBackOrders
- true if it is a Back Order to be mapped; false
otherwise.public void setTimeout(long theTimeout)
theTimeout
- The TimeOut value to be
mapped.public void setUomStandard(java.lang.String theUomStandard)
theUomStandard
- The UOM Standard to be
mapped.public void setEnabled(boolean theEnabled)
theEnabled
- true if the partner accept this request; false
otherwise.public void setAuthenticationRequired(boolean theAuthenticationRequired)
theAuthenticationRequired
- true if the authentication is
required by a partner; false otherwise.public void setPolicy(java.lang.String thePolicy)
thePolicy
- The Policy to be used.public void setPriceAvailabilityRequest(com.ibm.commerce.domain.order.PriceAndAvailabilityRequest thePriceAndAvailRequest) throws ECSystemException
ECSystemException