Liferay 7.0-ce-m6

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDMTemplateLink>
      extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkModelImpl
          extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkBaseImpl
              extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkImpl
All Implemented Interfaces:
AttachedModel, BaseModel<DDMTemplateLink>, ClassedModel, PersistedModel, TypedModel, DDMTemplateLink, DDMTemplateLinkModel, Serializable, Cloneable, Comparable<DDMTemplateLink>

public class DDMTemplateLinkImpl
extends DDMTemplateLinkBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TEMPLATEID_COLUMN_BITMASK, TEMPLATELINKID_COLUMN_BITMASK, TX_MANAGER
 
Constructor Summary
DDMTemplateLinkImpl()
           
 
Method Summary
 DDMTemplate getTemplate()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalTemplateId, getPrimaryKey, getPrimaryKeyObj, getTemplateId, getTemplateLinkId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setTemplateId, setTemplateLinkId, toCacheModel, toEscapedModel, 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.DDMTemplateLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getTemplateId, getTemplateLinkId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setTemplateId, setTemplateLinkId, 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

DDMTemplateLinkImpl

public DDMTemplateLinkImpl()
Method Detail

getTemplate

public DDMTemplate getTemplate()
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6