Liferay 7.0-ga1 portal-kernel

com.liferay.dynamic.data.mapping.kernel
Interface DDMTemplate

All Superinterfaces:
AuditedModel, ClassedModel, GroupedModel, StagedGroupedModel, StagedModel

@ProviderType
public interface DDMTemplate
extends StagedGroupedModel


Method Summary
 boolean getCacheable()
           
 String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 String getDescription()
           
 String getDescription(Locale locale)
           
 String getDescription(Locale locale, boolean useDefault)
           
 String getDescription(String languageId)
           
 String getDescription(String languageId, boolean useDefault)
           
 String getDescriptionCurrentLanguageId()
           
 String getDescriptionCurrentValue()
           
 Map<Locale,String> getDescriptionMap()
           
 long getGroupId()
           
 String getLanguage()
           
 String getMode()
           
 Date getModifiedDate()
           
 String getName()
           
 String getName(Locale locale)
           
 String getName(Locale locale, boolean useDefault)
           
 String getName(String languageId)
           
 String getName(String languageId, boolean useDefault)
           
 String getNameCurrentLanguageId()
           
 String getNameCurrentValue()
           
 Map<Locale,String> getNameMap()
           
 long getPrimaryKey()
           
 long getResourceClassNameId()
           
 String getScript()
           
 boolean getSmallImage()
           
 long getSmallImageId()
           
 String getSmallImageType()
           
 String getSmallImageURL()
           
 long getTemplateId()
           
 String getTemplateKey()
           
 String getType()
           
 long getUserId()
           
 String getUserName()
           
 String getVersion()
           
 long getVersionUserId()
           
 String getVersionUserName()
           
 String getWebDavURL(ThemeDisplay themeDisplay, String webDAVToken)
           
 boolean isCacheable()
           
 boolean isSmallImage()
           
 String toXmlString()
           
 
Methods inherited from interface com.liferay.portal.kernel.model.StagedGroupedModel
getLastPublishDate, setLastPublishDate
 
Methods inherited from interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
 
Methods inherited from interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId, getCreateDate, getUserUuid, setCompanyId, setCreateDate, setModifiedDate, setUserId, setUserName, setUserUuid
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, setPrimaryKeyObj
 
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getCompanyId, getCreateDate, getStagedModelType, getUuid, setCompanyId, setCreateDate, setModifiedDate, setUuid
 

Method Detail

getCacheable

boolean getCacheable()

getClassName

String getClassName()

getClassNameId

long getClassNameId()

getClassPK

long getClassPK()

getDescription

String getDescription()

getDescription

String getDescription(Locale locale)

getDescription

String getDescription(Locale locale,
                      boolean useDefault)

getDescription

String getDescription(String languageId)

getDescription

String getDescription(String languageId,
                      boolean useDefault)

getDescriptionCurrentLanguageId

String getDescriptionCurrentLanguageId()

getDescriptionCurrentValue

String getDescriptionCurrentValue()

getDescriptionMap

Map<Locale,String> getDescriptionMap()

getGroupId

long getGroupId()
Specified by:
getGroupId in interface GroupedModel

getLanguage

String getLanguage()

getMode

String getMode()

getModifiedDate

Date getModifiedDate()
Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel

getName

String getName()

getName

String getName(Locale locale)

getName

String getName(Locale locale,
               boolean useDefault)

getName

String getName(String languageId)

getName

String getName(String languageId,
               boolean useDefault)

getNameCurrentLanguageId

String getNameCurrentLanguageId()

getNameCurrentValue

String getNameCurrentValue()

getNameMap

Map<Locale,String> getNameMap()

getPrimaryKey

long getPrimaryKey()

getResourceClassNameId

long getResourceClassNameId()

getScript

String getScript()

getSmallImage

boolean getSmallImage()

getSmallImageId

long getSmallImageId()

getSmallImageType

String getSmallImageType()
                         throws PortalException
Throws:
PortalException

getSmallImageURL

String getSmallImageURL()

getTemplateId

long getTemplateId()

getTemplateKey

String getTemplateKey()

getType

String getType()

getUserId

long getUserId()
Specified by:
getUserId in interface AuditedModel

getUserName

String getUserName()
Specified by:
getUserName in interface AuditedModel

getVersion

String getVersion()

getVersionUserId

long getVersionUserId()

getVersionUserName

String getVersionUserName()

getWebDavURL

String getWebDavURL(ThemeDisplay themeDisplay,
                    String webDAVToken)

isCacheable

boolean isCacheable()

isSmallImage

boolean isSmallImage()

toXmlString

String toXmlString()

Liferay 7.0-ga1 portal-kernel