com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMTemplateLinkBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<DDMTemplateLink>
com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkModelImpl
com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkBaseImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<DDMTemplateLink>, ClassedModel, PersistedModel, TypedModel, DDMTemplateLink, DDMTemplateLinkModel, Serializable, Cloneable, Comparable<DDMTemplateLink>
- Direct Known Subclasses:
- DDMTemplateLinkImpl
@ProviderType
public abstract class DDMTemplateLinkBaseImpl
- extends DDMTemplateLinkModelImpl
- implements DDMTemplateLink
The extended model base implementation for the DDMTemplateLink service. Represents a row in the "DDMTemplateLink" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in DDMTemplateLinkImpl.
- See Also:
DDMTemplateLinkImpl,
DDMTemplateLink,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| 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 |
|
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
| 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 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 |
DDMTemplateLinkBaseImpl
public DDMTemplateLinkBaseImpl()
persist
public void persist()
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist in interface PersistedModel