@ProviderType public interface DDMTemplate extends DDMTemplateModel, PersistedModel
DDMTemplateModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<DDMTemplate,java.lang.Long> |
TEMPLATE_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
DDMTemplateVersion |
getLatestTemplateVersion() |
java.lang.String |
getResourceClassName() |
java.lang.String |
getSmallImageType() |
java.lang.String |
getTemplateImageURL(ThemeDisplay themeDisplay) |
DDMTemplateVersion |
getTemplateVersion() |
java.lang.String |
getWebDavURL(ThemeDisplay themeDisplay,
java.lang.String webDAVToken)
Returns the WebDAV URL to access the template.
|
void |
setResourceClassName(java.lang.String resourceClassName) |
void |
setSmallImageType(java.lang.String smallImageType) |
getAvailableLanguageIds, getCacheable, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getGroupId, getLanguage, getLastPublishDate, getMode, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getResourceClassNameId, getScript, getSmallImage, getSmallImageId, getSmallImageURL, getTemplateId, getTemplateKey, getType, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, isCacheable, isSmallImage, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCacheable, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setGroupId, setLanguage, setLastPublishDate, setMode, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setResourceClassNameId, setScript, setSmallImage, setSmallImageId, setSmallImageURL, setTemplateId, setTemplateKey, setType, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuidclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclone, getStagedModelTypepersiststatic final Accessor<DDMTemplate,java.lang.Long> TEMPLATE_ID_ACCESSOR
DDMTemplateVersion getLatestTemplateVersion() throws PortalException
PortalExceptionjava.lang.String getResourceClassName()
java.lang.String getSmallImageType()
throws PortalException
PortalExceptionjava.lang.String getTemplateImageURL(ThemeDisplay themeDisplay)
DDMTemplateVersion getTemplateVersion() throws PortalException
PortalExceptionjava.lang.String getWebDavURL(ThemeDisplay themeDisplay, java.lang.String webDAVToken)
themeDisplay - the theme display needed to build the URL. It can
set HTTPS access, the server name, the server port, the path
context, and the scope group.webDAVToken - the WebDAV token for the URLvoid setResourceClassName(java.lang.String resourceClassName)
void setSmallImageType(java.lang.String smallImageType)