Package com.sforce.soap.metadata
Class FlexiPage
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.FlexiPage
-
-
Constructor Summary
Constructors Constructor Description FlexiPage()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEvents
public FlexiPageEvent[] getEvents()
-
setEvents
public void setEvents(FlexiPageEvent[] events)
-
setEvents
protected void setEvents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlexiPageRegions
public FlexiPageRegion[] getFlexiPageRegions()
-
setFlexiPageRegions
public void setFlexiPageRegions(FlexiPageRegion[] flexiPageRegions)
-
setFlexiPageRegions
protected void setFlexiPageRegions(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
-
getParentFlexiPage
public String getParentFlexiPage()
-
setParentFlexiPage
public void setParentFlexiPage(String parentFlexiPage)
-
setParentFlexiPage
protected void setParentFlexiPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPlatformActionlist
public PlatformActionList getPlatformActionlist()
-
setPlatformActionlist
public void setPlatformActionlist(PlatformActionList platformActionlist)
-
setPlatformActionlist
protected void setPlatformActionlist(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActionList
public QuickActionList getQuickActionList()
-
setQuickActionList
public void setQuickActionList(QuickActionList quickActionList)
-
setQuickActionList
protected void setQuickActionList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobjectType
public String getSobjectType()
-
setSobjectType
public void setSobjectType(String sobjectType)
-
setSobjectType
protected void setSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTemplate
public FlexiPageTemplateInstance getTemplate()
-
setTemplate
public void setTemplate(FlexiPageTemplateInstance template)
-
setTemplate
protected void setTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public FlexiPageType getType()
-
setType
public void setType(FlexiPageType type)
-
setType
protected void setType(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
-
-