Package com.sforce.soap.metadata
Class OrderSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.OrderSettings
-
-
Constructor Summary
Constructors Constructor Description OrderSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableEnhancedCommerceOrders
public boolean getEnableEnhancedCommerceOrders()
-
isEnableEnhancedCommerceOrders
public boolean isEnableEnhancedCommerceOrders()
-
setEnableEnhancedCommerceOrders
public void setEnableEnhancedCommerceOrders(boolean enableEnhancedCommerceOrders)
-
setEnableEnhancedCommerceOrders
protected void setEnableEnhancedCommerceOrders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableNegativeQuantity
public boolean getEnableNegativeQuantity()
-
isEnableNegativeQuantity
public boolean isEnableNegativeQuantity()
-
setEnableNegativeQuantity
public void setEnableNegativeQuantity(boolean enableNegativeQuantity)
-
setEnableNegativeQuantity
protected void setEnableNegativeQuantity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOptionalPricebook
public boolean getEnableOptionalPricebook()
-
isEnableOptionalPricebook
public boolean isEnableOptionalPricebook()
-
setEnableOptionalPricebook
public void setEnableOptionalPricebook(boolean enableOptionalPricebook)
-
setEnableOptionalPricebook
protected void setEnableOptionalPricebook(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOrderEvents
public boolean getEnableOrderEvents()
-
isEnableOrderEvents
public boolean isEnableOrderEvents()
-
setEnableOrderEvents
public void setEnableOrderEvents(boolean enableOrderEvents)
-
setEnableOrderEvents
protected void setEnableOrderEvents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOrderWithMultiplePriceBooks
public boolean getEnableOrderWithMultiplePriceBooks()
-
isEnableOrderWithMultiplePriceBooks
public boolean isEnableOrderWithMultiplePriceBooks()
-
setEnableOrderWithMultiplePriceBooks
public void setEnableOrderWithMultiplePriceBooks(boolean enableOrderWithMultiplePriceBooks)
-
setEnableOrderWithMultiplePriceBooks
protected void setEnableOrderWithMultiplePriceBooks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOrders
public boolean getEnableOrders()
-
isEnableOrders
public boolean isEnableOrders()
-
setEnableOrders
public void setEnableOrders(boolean enableOrders)
-
setEnableOrders
protected void setEnableOrders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableReductionOrders
public boolean getEnableReductionOrders()
-
isEnableReductionOrders
public boolean isEnableReductionOrders()
-
setEnableReductionOrders
public void setEnableReductionOrders(boolean enableReductionOrders)
-
setEnableReductionOrders
protected void setEnableReductionOrders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableZeroQuantity
public boolean getEnableZeroQuantity()
-
isEnableZeroQuantity
public boolean isEnableZeroQuantity()
-
setEnableZeroQuantity
public void setEnableZeroQuantity(boolean enableZeroQuantity)
-
setEnableZeroQuantity
protected void setEnableZeroQuantity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-