Package com.sforce.soap.metadata
Class CommerceSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.CommerceSettings
-
-
Constructor Summary
Constructors Constructor Description CommerceSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCommerceAnalyticsEnabled
public boolean getCommerceAnalyticsEnabled()
-
isCommerceAnalyticsEnabled
public boolean isCommerceAnalyticsEnabled()
-
setCommerceAnalyticsEnabled
public void setCommerceAnalyticsEnabled(boolean commerceAnalyticsEnabled)
-
setCommerceAnalyticsEnabled
protected void setCommerceAnalyticsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCommerceAppEnabled
public boolean getCommerceAppEnabled()
-
isCommerceAppEnabled
public boolean isCommerceAppEnabled()
-
setCommerceAppEnabled
public void setCommerceAppEnabled(boolean commerceAppEnabled)
-
setCommerceAppEnabled
protected void setCommerceAppEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCommerceConciergeEnabled
public boolean getCommerceConciergeEnabled()
-
isCommerceConciergeEnabled
public boolean isCommerceConciergeEnabled()
-
setCommerceConciergeEnabled
public void setCommerceConciergeEnabled(boolean commerceConciergeEnabled)
-
setCommerceConciergeEnabled
protected void setCommerceConciergeEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCommerceDCSegmentEnabled
public boolean getCommerceDCSegmentEnabled()
-
isCommerceDCSegmentEnabled
public boolean isCommerceDCSegmentEnabled()
-
setCommerceDCSegmentEnabled
public void setCommerceDCSegmentEnabled(boolean commerceDCSegmentEnabled)
-
setCommerceDCSegmentEnabled
protected void setCommerceDCSegmentEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCommerceDiscoveryExpansion
public boolean getCommerceDiscoveryExpansion()
-
isCommerceDiscoveryExpansion
public boolean isCommerceDiscoveryExpansion()
-
setCommerceDiscoveryExpansion
public void setCommerceDiscoveryExpansion(boolean commerceDiscoveryExpansion)
-
setCommerceDiscoveryExpansion
protected void setCommerceDiscoveryExpansion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCommerceEnabled
public boolean getCommerceEnabled()
-
isCommerceEnabled
public boolean isCommerceEnabled()
-
setCommerceEnabled
public void setCommerceEnabled(boolean commerceEnabled)
-
setCommerceEnabled
protected void setCommerceEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLowestUnitPriceTracking
public boolean getLowestUnitPriceTracking()
-
isLowestUnitPriceTracking
public boolean isLowestUnitPriceTracking()
-
setLowestUnitPriceTracking
public void setLowestUnitPriceTracking(boolean lowestUnitPriceTracking)
-
setLowestUnitPriceTracking
protected void setLowestUnitPriceTracking(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
-
-