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)
public void setCollabSpace(java.lang.String theCollabSpace)
public void setBackOrders(boolean theBackOrders)
public void setTimeout(long theTimeout)
public void setUomStandard(java.lang.String theUomStandard)
public void setEnabled(boolean theEnabled)
public void setAuthenticationRequired(boolean theAuthenticationRequired)
public void setPolicy(java.lang.String thePolicy)
public void setPriceAvailabilityRequest(com.ibm.commerce.domain.order.PriceAndAvailabilityRequest thePriceAndAvailRequest) throws ECSystemException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.