Package com.sforce.soap.metadata
Class ForecastingSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ForecastingSettings
-
-
Constructor Summary
Constructors Constructor Description ForecastingSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDefaultToPersonalCurrency
public boolean getDefaultToPersonalCurrency()
-
isDefaultToPersonalCurrency
public boolean isDefaultToPersonalCurrency()
-
setDefaultToPersonalCurrency
public void setDefaultToPersonalCurrency(boolean defaultToPersonalCurrency)
-
setDefaultToPersonalCurrency
protected void setDefaultToPersonalCurrency(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableForecasts
public boolean getEnableForecasts()
-
isEnableForecasts
public boolean isEnableForecasts()
-
setEnableForecasts
public void setEnableForecasts(boolean enableForecasts)
-
setEnableForecasts
protected void setEnableForecasts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingCategoryMappings
public ForecastingCategoryMapping[] getForecastingCategoryMappings()
-
setForecastingCategoryMappings
public void setForecastingCategoryMappings(ForecastingCategoryMapping[] forecastingCategoryMappings)
-
setForecastingCategoryMappings
protected void setForecastingCategoryMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingDisplayedFamilySettings
public ForecastingDisplayedFamilySettings[] getForecastingDisplayedFamilySettings()
-
setForecastingDisplayedFamilySettings
public void setForecastingDisplayedFamilySettings(ForecastingDisplayedFamilySettings[] forecastingDisplayedFamilySettings)
-
setForecastingDisplayedFamilySettings
protected void setForecastingDisplayedFamilySettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingTypeSettings
public ForecastingTypeSettings[] getForecastingTypeSettings()
-
setForecastingTypeSettings
public void setForecastingTypeSettings(ForecastingTypeSettings[] forecastingTypeSettings)
-
setForecastingTypeSettings
protected void setForecastingTypeSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGlobalAdjustmentsSettings
public AdjustmentsSettings getGlobalAdjustmentsSettings()
-
setGlobalAdjustmentsSettings
public void setGlobalAdjustmentsSettings(AdjustmentsSettings globalAdjustmentsSettings)
-
setGlobalAdjustmentsSettings
protected void setGlobalAdjustmentsSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGlobalForecastRangeSettings
public ForecastRangeSettings getGlobalForecastRangeSettings()
-
setGlobalForecastRangeSettings
public void setGlobalForecastRangeSettings(ForecastRangeSettings globalForecastRangeSettings)
-
setGlobalForecastRangeSettings
protected void setGlobalForecastRangeSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGlobalQuotasSettings
public QuotasSettings getGlobalQuotasSettings()
-
setGlobalQuotasSettings
public void setGlobalQuotasSettings(QuotasSettings globalQuotasSettings)
-
setGlobalQuotasSettings
protected void setGlobalQuotasSettings(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
-
-