Package com.sforce.soap.partner
Class DescribeLayout
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayout
-
- All Implemented Interfaces:
IDescribeLayout,XMLizable
public class DescribeLayout extends Object implements XMLizable, IDescribeLayout
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeLayout()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeLayoutButtonSectiongetButtonLayoutSection()element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSectionDescribeLayoutSection[]getDetailLayoutSections()element : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]DescribeLayoutSection[]getEditLayoutSections()element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]DescribeLayoutFeedViewgetFeedView()element : feedView of type {urn:partner.soap.sforce.com}DescribeLayoutFeedView java type: com.sforce.soap.partner.DescribeLayoutFeedViewDescribeLayoutSectiongetHighlightsPanelLayoutSection()element : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSectionStringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringDescribeLayoutSection[]getMultirowEditLayoutSections()element : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]DescribeQuickActionListResultgetQuickActionList()element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult java type: com.sforce.soap.partner.DescribeQuickActionListResultRelatedContentgetRelatedContent()element : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent java type: com.sforce.soap.partner.RelatedContentRelatedList[]getRelatedLists()element : relatedLists of type {urn:partner.soap.sforce.com}RelatedList java type: com.sforce.soap.partner.RelatedList[]DescribeLayoutSaveOption[]getSaveOptions()element : saveOptions of type {urn:partner.soap.sforce.com}DescribeLayoutSaveOption java type: com.sforce.soap.partner.DescribeLayoutSaveOption[]voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection)protected voidsetButtonLayoutSection(XmlInputStream __in, TypeMapper __typeMapper)voidsetDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections)protected voidsetDetailLayoutSections(XmlInputStream __in, TypeMapper __typeMapper)voidsetEditLayoutSections(IDescribeLayoutSection[] editLayoutSections)protected voidsetEditLayoutSections(XmlInputStream __in, TypeMapper __typeMapper)voidsetFeedView(IDescribeLayoutFeedView feedView)protected voidsetFeedView(XmlInputStream __in, TypeMapper __typeMapper)voidsetHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection)protected voidsetHighlightsPanelLayoutSection(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper)voidsetId(String id)voidsetMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections)protected voidsetMultirowEditLayoutSections(XmlInputStream __in, TypeMapper __typeMapper)voidsetQuickActionList(IDescribeQuickActionListResult quickActionList)protected voidsetQuickActionList(XmlInputStream __in, TypeMapper __typeMapper)voidsetRelatedContent(IRelatedContent relatedContent)protected voidsetRelatedContent(XmlInputStream __in, TypeMapper __typeMapper)voidsetRelatedLists(IRelatedList[] relatedLists)protected voidsetRelatedLists(XmlInputStream __in, TypeMapper __typeMapper)voidsetSaveOptions(IDescribeLayoutSaveOption[] saveOptions)protected voidsetSaveOptions(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getButtonLayoutSection
public DescribeLayoutButtonSection getButtonLayoutSection()
Description copied from interface:IDescribeLayoutelement : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSection- Specified by:
getButtonLayoutSectionin interfaceIDescribeLayout
-
setButtonLayoutSection
public void setButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection)
- Specified by:
setButtonLayoutSectionin interfaceIDescribeLayout
-
setButtonLayoutSection
protected void setButtonLayoutSection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDetailLayoutSections
public DescribeLayoutSection[] getDetailLayoutSections()
Description copied from interface:IDescribeLayoutelement : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]- Specified by:
getDetailLayoutSectionsin interfaceIDescribeLayout
-
setDetailLayoutSections
public void setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections)
- Specified by:
setDetailLayoutSectionsin interfaceIDescribeLayout
-
setDetailLayoutSections
protected void setDetailLayoutSections(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEditLayoutSections
public DescribeLayoutSection[] getEditLayoutSections()
Description copied from interface:IDescribeLayoutelement : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]- Specified by:
getEditLayoutSectionsin interfaceIDescribeLayout
-
setEditLayoutSections
public void setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections)
- Specified by:
setEditLayoutSectionsin interfaceIDescribeLayout
-
setEditLayoutSections
protected void setEditLayoutSections(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFeedView
public DescribeLayoutFeedView getFeedView()
Description copied from interface:IDescribeLayoutelement : feedView of type {urn:partner.soap.sforce.com}DescribeLayoutFeedView java type: com.sforce.soap.partner.DescribeLayoutFeedView- Specified by:
getFeedViewin interfaceIDescribeLayout
-
setFeedView
public void setFeedView(IDescribeLayoutFeedView feedView)
- Specified by:
setFeedViewin interfaceIDescribeLayout
-
setFeedView
protected void setFeedView(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHighlightsPanelLayoutSection
public DescribeLayoutSection getHighlightsPanelLayoutSection()
Description copied from interface:IDescribeLayoutelement : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection- Specified by:
getHighlightsPanelLayoutSectionin interfaceIDescribeLayout
-
setHighlightsPanelLayoutSection
public void setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection)
- Specified by:
setHighlightsPanelLayoutSectionin interfaceIDescribeLayout
-
setHighlightsPanelLayoutSection
protected void setHighlightsPanelLayoutSection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getId
public String getId()
Description copied from interface:IDescribeLayoutelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIDescribeLayout
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceIDescribeLayout
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMultirowEditLayoutSections
public DescribeLayoutSection[] getMultirowEditLayoutSections()
Description copied from interface:IDescribeLayoutelement : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]- Specified by:
getMultirowEditLayoutSectionsin interfaceIDescribeLayout
-
setMultirowEditLayoutSections
public void setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections)
- Specified by:
setMultirowEditLayoutSectionsin interfaceIDescribeLayout
-
setMultirowEditLayoutSections
protected void setMultirowEditLayoutSections(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActionList
public DescribeQuickActionListResult getQuickActionList()
Description copied from interface:IDescribeLayoutelement : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult java type: com.sforce.soap.partner.DescribeQuickActionListResult- Specified by:
getQuickActionListin interfaceIDescribeLayout
-
setQuickActionList
public void setQuickActionList(IDescribeQuickActionListResult quickActionList)
- Specified by:
setQuickActionListin interfaceIDescribeLayout
-
setQuickActionList
protected void setQuickActionList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedContent
public RelatedContent getRelatedContent()
Description copied from interface:IDescribeLayoutelement : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent java type: com.sforce.soap.partner.RelatedContent- Specified by:
getRelatedContentin interfaceIDescribeLayout
-
setRelatedContent
public void setRelatedContent(IRelatedContent relatedContent)
- Specified by:
setRelatedContentin interfaceIDescribeLayout
-
setRelatedContent
protected void setRelatedContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedLists
public RelatedList[] getRelatedLists()
Description copied from interface:IDescribeLayoutelement : relatedLists of type {urn:partner.soap.sforce.com}RelatedList java type: com.sforce.soap.partner.RelatedList[]- Specified by:
getRelatedListsin interfaceIDescribeLayout
-
setRelatedLists
public void setRelatedLists(IRelatedList[] relatedLists)
- Specified by:
setRelatedListsin interfaceIDescribeLayout
-
setRelatedLists
protected void setRelatedLists(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSaveOptions
public DescribeLayoutSaveOption[] getSaveOptions()
Description copied from interface:IDescribeLayoutelement : saveOptions of type {urn:partner.soap.sforce.com}DescribeLayoutSaveOption java type: com.sforce.soap.partner.DescribeLayoutSaveOption[]- Specified by:
getSaveOptionsin interfaceIDescribeLayout
-
setSaveOptions
public void setSaveOptions(IDescribeLayoutSaveOption[] saveOptions)
- Specified by:
setSaveOptionsin interfaceIDescribeLayout
-
setSaveOptions
protected void setSaveOptions(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
-
-