Package com.sforce.soap.metadata
Class SearchCriteriaConfiguration
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.SearchCriteriaConfiguration
-
-
Constructor Summary
Constructors Constructor Description SearchCriteriaConfiguration()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionList
public String getActionList()
-
setActionList
public void setActionList(String actionList)
-
setActionList
protected void setActionList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAggrCriteriaFieldset
public FieldSet getAggrCriteriaFieldset()
-
setAggrCriteriaFieldset
public void setAggrCriteriaFieldset(FieldSet aggrCriteriaFieldset)
-
setAggrCriteriaFieldset
protected void setAggrCriteriaFieldset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConfigurationType
public SearchCriteriaConfigurationConfigurationType getConfigurationType()
-
setConfigurationType
public void setConfigurationType(SearchCriteriaConfigurationConfigurationType configurationType)
-
setConfigurationType
protected void setConfigurationType(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
-
getDistanceCriteria
public String getDistanceCriteria()
-
setDistanceCriteria
public void setDistanceCriteria(String distanceCriteria)
-
setDistanceCriteria
protected void setDistanceCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterType
public SearchCriteriaConfigurationFilterType getFilterType()
-
setFilterType
public void setFilterType(SearchCriteriaConfigurationFilterType filterType)
-
setFilterType
protected void setFilterType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsActive
public boolean getIsActive()
-
isIsActive
public boolean isIsActive()
-
setIsActive
public void setIsActive(boolean isActive)
-
setIsActive
protected void setIsActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResultDisplayFormat
public SearchCriteriaConfigurationResultDisplayFormat getResultDisplayFormat()
-
setResultDisplayFormat
public void setResultDisplayFormat(SearchCriteriaConfigurationResultDisplayFormat resultDisplayFormat)
-
setResultDisplayFormat
protected void setResultDisplayFormat(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResultFieldset
public FieldSet getResultFieldset()
-
setResultFieldset
public void setResultFieldset(FieldSet resultFieldset)
-
setResultFieldset
protected void setResultFieldset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResultFlexCard
public String getResultFlexCard()
-
setResultFlexCard
public void setResultFlexCard(String resultFlexCard)
-
setResultFlexCard
protected void setResultFlexCard(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSearchCriteriaFieldset
public FieldSet getSearchCriteriaFieldset()
-
setSearchCriteriaFieldset
public void setSearchCriteriaFieldset(FieldSet searchCriteriaFieldset)
-
setSearchCriteriaFieldset
protected void setSearchCriteriaFieldset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSearchableObjDataSyncInfo
public String getSearchableObjDataSyncInfo()
-
setSearchableObjDataSyncInfo
public void setSearchableObjDataSyncInfo(String searchableObjDataSyncInfo)
-
setSearchableObjDataSyncInfo
protected void setSearchableObjDataSyncInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSearchableObject
public String getSearchableObject()
-
setSearchableObject
public void setSearchableObject(String searchableObject)
-
setSearchableObject
protected void setSearchableObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortingCriteriaFieldset
public FieldSet getSortingCriteriaFieldset()
-
setSortingCriteriaFieldset
public void setSortingCriteriaFieldset(FieldSet sortingCriteriaFieldset)
-
setSortingCriteriaFieldset
protected void setSortingCriteriaFieldset(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
-
-