Package com.sforce.soap.metadata
Class ForecastingSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ForecastingSettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetDefaultToPersonalCurrency(boolean defaultToPersonalCurrency) protected voidsetDefaultToPersonalCurrency(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableForecasts(boolean enableForecasts) protected voidsetEnableForecasts(XmlInputStream __in, TypeMapper __typeMapper) voidsetForecastingCategoryMappings(ForecastingCategoryMapping[] forecastingCategoryMappings) protected voidsetForecastingCategoryMappings(XmlInputStream __in, TypeMapper __typeMapper) voidsetForecastingDisplayedFamilySettings(ForecastingDisplayedFamilySettings[] forecastingDisplayedFamilySettings) protected voidsetForecastingDisplayedFamilySettings(XmlInputStream __in, TypeMapper __typeMapper) voidsetForecastingSubmissionSettings(ForecastingSubmissionSettings forecastingSubmissionSettings) protected voidsetForecastingSubmissionSettings(XmlInputStream __in, TypeMapper __typeMapper) voidsetForecastingTypeSettings(ForecastingTypeSettings[] forecastingTypeSettings) protected voidsetForecastingTypeSettings(XmlInputStream __in, TypeMapper __typeMapper) voidsetGlobalAdjustmentsSettings(AdjustmentsSettings globalAdjustmentsSettings) protected voidsetGlobalAdjustmentsSettings(XmlInputStream __in, TypeMapper __typeMapper) voidsetGlobalForecastRangeSettings(ForecastRangeSettings globalForecastRangeSettings) protected voidsetGlobalForecastRangeSettings(XmlInputStream __in, TypeMapper __typeMapper) voidsetGlobalQuotasSettings(QuotasSettings globalQuotasSettings) protected voidsetGlobalQuotasSettings(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ForecastingSettings
public ForecastingSettings()Constructor
-
-
Method Details
-
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
-
setForecastingCategoryMappings
public void setForecastingCategoryMappings(ForecastingCategoryMapping[] forecastingCategoryMappings) -
setForecastingCategoryMappings
protected void setForecastingCategoryMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getForecastingDisplayedFamilySettings
-
setForecastingDisplayedFamilySettings
public void setForecastingDisplayedFamilySettings(ForecastingDisplayedFamilySettings[] forecastingDisplayedFamilySettings) -
setForecastingDisplayedFamilySettings
protected void setForecastingDisplayedFamilySettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getForecastingSubmissionSettings
-
setForecastingSubmissionSettings
public void setForecastingSubmissionSettings(ForecastingSubmissionSettings forecastingSubmissionSettings) -
setForecastingSubmissionSettings
protected void setForecastingSubmissionSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getForecastingTypeSettings
-
setForecastingTypeSettings
-
setForecastingTypeSettings
protected void setForecastingTypeSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGlobalAdjustmentsSettings
-
setGlobalAdjustmentsSettings
-
setGlobalAdjustmentsSettings
protected void setGlobalAdjustmentsSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGlobalForecastRangeSettings
-
setGlobalForecastRangeSettings
-
setGlobalForecastRangeSettings
protected void setGlobalForecastRangeSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGlobalQuotasSettings
-
setGlobalQuotasSettings
-
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
- 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
-
toString
-