Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model
Interface DDMTemplateVersion

All Superinterfaces:
AttachedModel, BaseModel<DDMTemplateVersion>, ClassedModel, Cloneable, Comparable<DDMTemplateVersion>, DDMTemplateVersionModel, LocalizedModel, PersistedModel, Serializable, TypedModel, WorkflowedModel
All Known Implementing Classes:
DDMTemplateVersionWrapper

@ProviderType
public interface DDMTemplateVersion
extends DDMTemplateVersionModel, PersistedModel

The extended model interface for the DDMTemplateVersion service. Represents a row in the "DDMTemplateVersion" database table, with each column mapped to a property of this class.

See Also:
DDMTemplateVersionModel, com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionImpl, com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionModelImpl

Method Summary
 DDMTemplate getTemplate()
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMTemplateVersionModel
clone, compareTo, getApproved, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLanguage, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getScript, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTemplateId, getTemplateVersionId, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLanguage, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setScript, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTemplateId, setTemplateVersionId, setUserId, setUserName, setUserUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getTemplate

DDMTemplate getTemplate()
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6