Liferay 7.0-ce-b4

com.liferay.portlet.dynamicdatamapping
Interface DDMTemplate

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

public interface DDMTemplate
extends StagedGroupedModel


Method Summary
 boolean getCacheable()
           
 long getClassNameId()
           
 long getClassPK()
           
 String getDescription()
           
 String getDescription(Locale locale)
           
 long getGroupId()
           
 String getLanguage()
           
 String getMode()
           
 Date getModifiedDate()
           
 String getName()
           
 String getName(Locale locale)
           
 long getPrimaryKey()
           
 long getResourceClassNameId()
           
 String getScript()
           
 boolean getSmallImage()
           
 long getSmallImageId()
           
 String getSmallImageURL()
           
 long getTemplateId()
           
 String getTemplateKey()
           
 String getType()
           
 long getUserId()
           
 String getUserName()
           
 String getVersion()
           
 long getVersionUserId()
           
 String getVersionUserName()
           
 boolean isCacheable()
           
 boolean isSmallImage()
           
 
Methods inherited from interface com.liferay.portal.model.StagedGroupedModel
getLastPublishDate, setLastPublishDate
 
Methods inherited from interface com.liferay.portal.model.GroupedModel
setGroupId
 
Methods inherited from interface com.liferay.portal.model.AuditedModel
getCompanyId, getCreateDate, getUserUuid, setCompanyId, setCreateDate, setModifiedDate, setUserId, setUserName, setUserUuid
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, setPrimaryKeyObj
 
Methods inherited from interface com.liferay.portal.model.StagedModel
clone, getCompanyId, getCreateDate, getStagedModelType, getUuid, setCompanyId, setCreateDate, setModifiedDate, setUuid
 

Method Detail

getCacheable

boolean getCacheable()

getClassNameId

long getClassNameId()

getClassPK

long getClassPK()

getDescription

String getDescription()

getDescription

String getDescription(Locale locale)

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)

getPrimaryKey

long getPrimaryKey()

getResourceClassNameId

long getResourceClassNameId()

getScript

String getScript()

getSmallImage

boolean getSmallImage()

getSmallImageId

long getSmallImageId()

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()

isCacheable

boolean isCacheable()

isSmallImage

boolean isSmallImage()

Liferay 7.0-ce-b4