Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMTemplateVersionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDMTemplateVersion>
      extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionModelImpl
          extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionBaseImpl
              extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionImpl
All Implemented Interfaces:
AttachedModel, BaseModel<DDMTemplateVersion>, ClassedModel, LocalizedModel, PersistedModel, TypedModel, WorkflowedModel, DDMTemplateVersion, DDMTemplateVersionModel, Serializable, Cloneable, Comparable<DDMTemplateVersion>

@ProviderType
public class DDMTemplateVersionImpl
extends DDMTemplateVersionBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TEMPLATEID_COLUMN_BITMASK, TEMPLATEVERSIONID_COLUMN_BITMASK, TX_MANAGER, VERSION_COLUMN_BITMASK
 
Constructor Summary
DDMTemplateVersionImpl()
           
 
Method Summary
 DDMTemplate getTemplate()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateVersionModelImpl
clone, compareTo, equals, getApproved, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLanguage, getModelAttributes, getModelClass, getModelClassName, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalStatus, getOriginalTemplateId, getOriginalVersion, getPrimaryKey, getPrimaryKeyObj, getScript, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTemplateId, getTemplateVersionId, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isDenied, isDraft, isEntityCacheEnabled, isExpired, isFinderCacheEnabled, isInactive, isIncomplete, isPending, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setLanguage, setModelAttributes, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setScript, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTemplateId, setTemplateVersionId, setUserId, setUserName, setUserUuid, setVersion, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DDMTemplateVersionImpl

public DDMTemplateVersionImpl()
Method Detail

getTemplate

public DDMTemplate getTemplate()
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6