Package com.sforce.soap.metadata
Class RecommendationStrategy
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.RecommendationStrategy
- 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 TypeMethodDescriptiongetIf()booleangetLabel()getMap()getSort()getUnion()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionContext(StrategyAction[] actionContext) protected voidsetActionContext(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetContextRecordType(XmlInputStream __in, TypeMapper __typeMapper) voidsetContextRecordType(String contextRecordType) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetFilter(StrategyNodeFilter[] filter) protected voidsetFilter(XmlInputStream __in, TypeMapper __typeMapper) voidsetIf(StrategyNodeIf[] _if) protected voidsetIf(XmlInputStream __in, TypeMapper __typeMapper) voidsetInvocableAction(StrategyNodeInvocableAction[] invocableAction) protected voidsetInvocableAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsTemplate(boolean isTemplate) protected voidsetIsTemplate(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetMap(StrategyNodeMap[] map) protected voidsetMap(XmlInputStream __in, TypeMapper __typeMapper) voidsetMutuallyExclusive(StrategyNodeExclusive[] mutuallyExclusive) protected voidsetMutuallyExclusive(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetOnBehalfOfExpression(XmlInputStream __in, TypeMapper __typeMapper) voidsetOnBehalfOfExpression(String onBehalfOfExpression) voidsetRecommendationLimit(StrategyNodeRecommendationLimit[] recommendationLimit) protected voidsetRecommendationLimit(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecommendationLoad(StrategyNodeRecommendationLoad[] recommendationLoad) protected voidsetRecommendationLoad(XmlInputStream __in, TypeMapper __typeMapper) voidsetSort(StrategyNodeSort[] sort) protected voidsetSort(XmlInputStream __in, TypeMapper __typeMapper) voidsetUnion(StrategyNodeUnion[] union) protected voidsetUnion(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
-
RecommendationStrategy
public RecommendationStrategy()Constructor
-
-
Method Details
-
getActionContext
-
setActionContext
-
setActionContext
protected void setActionContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContextRecordType
-
setContextRecordType
-
setContextRecordType
protected void setContextRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilter
-
setFilter
-
setFilter
protected void setFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIf
-
setIf
-
setIf
protected void setIf(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getInvocableAction
-
setInvocableAction
-
setInvocableAction
protected void setInvocableAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsTemplate
public boolean getIsTemplate() -
isIsTemplate
public boolean isIsTemplate() -
setIsTemplate
public void setIsTemplate(boolean isTemplate) -
setIsTemplate
protected void setIsTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMap
-
setMap
-
setMap
protected void setMap(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMutuallyExclusive
-
setMutuallyExclusive
-
setMutuallyExclusive
protected void setMutuallyExclusive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOnBehalfOfExpression
-
setOnBehalfOfExpression
-
setOnBehalfOfExpression
protected void setOnBehalfOfExpression(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecommendationLimit
-
setRecommendationLimit
-
setRecommendationLimit
protected void setRecommendationLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecommendationLoad
-
setRecommendationLoad
-
setRecommendationLoad
protected void setRecommendationLoad(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSort
-
setSort
-
setSort
protected void setSort(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUnion
-
setUnion
-
setUnion
protected void setUnion(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
-