Package com.sforce.soap.metadata
Class CommunityTemplateDefinition
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.CommunityTemplateDefinition
-
-
Constructor Summary
Constructors Constructor Description CommunityTemplateDefinition()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBaseTemplate
public CommunityBaseTemplate getBaseTemplate()
-
setBaseTemplate
public void setBaseTemplate(CommunityBaseTemplate baseTemplate)
-
setBaseTemplate
protected void setBaseTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBundlesInfo
public CommunityTemplateBundleInfo[] getBundlesInfo()
-
setBundlesInfo
public void setBundlesInfo(CommunityTemplateBundleInfo[] bundlesInfo)
-
setBundlesInfo
protected void setBundlesInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCategory
public CommunityTemplateCategory getCategory()
-
setCategory
public void setCategory(CommunityTemplateCategory category)
-
setCategory
protected void setCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultBrandingSet
public String getDefaultBrandingSet()
-
setDefaultBrandingSet
public void setDefaultBrandingSet(String defaultBrandingSet)
-
setDefaultBrandingSet
protected void setDefaultBrandingSet(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultThemeDefinition
public String getDefaultThemeDefinition()
-
setDefaultThemeDefinition
public void setDefaultThemeDefinition(String defaultThemeDefinition)
-
setDefaultThemeDefinition
protected void setDefaultThemeDefinition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableExtendedCleanUpOnDelete
public boolean getEnableExtendedCleanUpOnDelete()
-
isEnableExtendedCleanUpOnDelete
public boolean isEnableExtendedCleanUpOnDelete()
-
setEnableExtendedCleanUpOnDelete
public void setEnableExtendedCleanUpOnDelete(boolean enableExtendedCleanUpOnDelete)
-
setEnableExtendedCleanUpOnDelete
protected void setEnableExtendedCleanUpOnDelete(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
-
getNavigationLinkSet
public NavigationLinkSet[] getNavigationLinkSet()
-
setNavigationLinkSet
public void setNavigationLinkSet(NavigationLinkSet[] navigationLinkSet)
-
setNavigationLinkSet
protected void setNavigationLinkSet(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPageSetting
public CommunityTemplatePageSetting[] getPageSetting()
-
setPageSetting
public void setPageSetting(CommunityTemplatePageSetting[] pageSetting)
-
setPageSetting
protected void setPageSetting(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPublisher
public String getPublisher()
-
setPublisher
public void setPublisher(String publisher)
-
setPublisher
protected void setPublisher(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
-
-