Package com.sforce.soap.metadata
Class ObjectSearchSetting
- java.lang.Object
-
- com.sforce.soap.metadata.ObjectSearchSetting
-
-
Constructor Summary
Constructors Constructor Description ObjectSearchSetting()Constructor
-
Method Summary
-
-
-
Method Detail
-
getEnhancedLookupEnabled
public boolean getEnhancedLookupEnabled()
-
isEnhancedLookupEnabled
public boolean isEnhancedLookupEnabled()
-
setEnhancedLookupEnabled
public void setEnhancedLookupEnabled(boolean enhancedLookupEnabled)
-
setEnhancedLookupEnabled
protected void setEnhancedLookupEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLookupAutoCompleteEnabled
public boolean getLookupAutoCompleteEnabled()
-
isLookupAutoCompleteEnabled
public boolean isLookupAutoCompleteEnabled()
-
setLookupAutoCompleteEnabled
public void setLookupAutoCompleteEnabled(boolean lookupAutoCompleteEnabled)
-
setLookupAutoCompleteEnabled
protected void setLookupAutoCompleteEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResultsPerPageCount
public int getResultsPerPageCount()
-
setResultsPerPageCount
public void setResultsPerPageCount(int resultsPerPageCount)
-
setResultsPerPageCount
protected void setResultsPerPageCount(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-