Package com.sforce.soap.metadata
Class RecommendationStrategy
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.RecommendationStrategy
-
-
Constructor Summary
Constructors Constructor Description RecommendationStrategy()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionContext
public StrategyAction[] getActionContext()
-
setActionContext
public void setActionContext(StrategyAction[] actionContext)
-
setActionContext
protected void setActionContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContextRecordType
public String getContextRecordType()
-
setContextRecordType
public void setContextRecordType(String contextRecordType)
-
setContextRecordType
protected void setContextRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilter
public StrategyNodeFilter[] getFilter()
-
setFilter
public void setFilter(StrategyNodeFilter[] filter)
-
setFilter
protected void setFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIf
public StrategyNodeIf[] getIf()
-
setIf
public void setIf(StrategyNodeIf[] _if)
-
setIf
protected void setIf(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInvocableAction
public StrategyNodeInvocableAction[] getInvocableAction()
-
setInvocableAction
public void setInvocableAction(StrategyNodeInvocableAction[] invocableAction)
-
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
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMap
public StrategyNodeMap[] getMap()
-
setMap
public void setMap(StrategyNodeMap[] map)
-
setMap
protected void setMap(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMutuallyExclusive
public StrategyNodeExclusive[] getMutuallyExclusive()
-
setMutuallyExclusive
public void setMutuallyExclusive(StrategyNodeExclusive[] mutuallyExclusive)
-
setMutuallyExclusive
protected void setMutuallyExclusive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOnBehalfOfExpression
public String getOnBehalfOfExpression()
-
setOnBehalfOfExpression
public void setOnBehalfOfExpression(String onBehalfOfExpression)
-
setOnBehalfOfExpression
protected void setOnBehalfOfExpression(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecommendationLimit
public StrategyNodeRecommendationLimit[] getRecommendationLimit()
-
setRecommendationLimit
public void setRecommendationLimit(StrategyNodeRecommendationLimit[] recommendationLimit)
-
setRecommendationLimit
protected void setRecommendationLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecommendationLoad
public StrategyNodeRecommendationLoad[] getRecommendationLoad()
-
setRecommendationLoad
public void setRecommendationLoad(StrategyNodeRecommendationLoad[] recommendationLoad)
-
setRecommendationLoad
protected void setRecommendationLoad(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSort
public StrategyNodeSort[] getSort()
-
setSort
public void setSort(StrategyNodeSort[] sort)
-
setSort
protected void setSort(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUnion
public StrategyNodeUnion[] getUnion()
-
setUnion
public void setUnion(StrategyNodeUnion[] union)
-
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
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
-
-