Package com.sforce.soap.metadata
Class ChannelLayout
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ChannelLayout
-
-
Constructor Summary
Constructors Constructor Description ChannelLayout()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDoesExcludeFieldLabels
public boolean getDoesExcludeFieldLabels()
-
isDoesExcludeFieldLabels
public boolean isDoesExcludeFieldLabels()
-
setDoesExcludeFieldLabels
public void setDoesExcludeFieldLabels(boolean doesExcludeFieldLabels)
-
setDoesExcludeFieldLabels
protected void setDoesExcludeFieldLabels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDoesExcludeFiles
public boolean getDoesExcludeFiles()
-
isDoesExcludeFiles
public boolean isDoesExcludeFiles()
-
setDoesExcludeFiles
public void setDoesExcludeFiles(boolean doesExcludeFiles)
-
setDoesExcludeFiles
protected void setDoesExcludeFiles(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnabledChannels
public String[] getEnabledChannels()
-
setEnabledChannels
public void setEnabledChannels(String[] enabledChannels)
-
setEnabledChannels
protected void setEnabledChannels(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
-
getLayoutItems
public ChannelLayoutItem[] getLayoutItems()
-
setLayoutItems
public void setLayoutItems(ChannelLayoutItem[] layoutItems)
-
setLayoutItems
protected void setLayoutItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordType
public String getRecordType()
-
setRecordType
public void setRecordType(String recordType)
-
setRecordType
protected void setRecordType(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
-
-