Package com.sforce.soap.metadata
Class ListView
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ListView
-
-
Constructor Summary
Constructors Constructor Description ListView()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBooleanFilter
public String getBooleanFilter()
-
setBooleanFilter
public void setBooleanFilter(String booleanFilter)
-
setBooleanFilter
protected void setBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getColumns
public String[] getColumns()
-
setColumns
public void setColumns(String[] columns)
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDivision
public String getDivision()
-
setDivision
public void setDivision(String division)
-
setDivision
protected void setDivision(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterScope
public FilterScope getFilterScope()
-
setFilterScope
public void setFilterScope(FilterScope filterScope)
-
setFilterScope
protected void setFilterScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilters
public ListViewFilter[] getFilters()
-
setFilters
public void setFilters(ListViewFilter[] filters)
-
setFilters
protected void setFilters(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
-
getLanguage
public Language getLanguage()
-
setLanguage
public void setLanguage(Language language)
-
setLanguage
protected void setLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQueue
public String getQueue()
-
setQueue
public void setQueue(String queue)
-
setQueue
protected void setQueue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSharedTo
public SharedTo getSharedTo()
-
setSharedTo
public void setSharedTo(SharedTo sharedTo)
-
setSharedTo
protected void setSharedTo(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
-
-