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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink>
      extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkModelImpl
          extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AttachedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink, com.liferay.portlet.dynamicdatamapping.model.DDMStructureLinkModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink>
Direct Known Subclasses:
DDMStructureLinkImpl

public abstract class DDMStructureLinkBaseImpl
extends DDMStructureLinkModelImpl
implements com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink

The extended model base implementation for the DDMStructureLink service. Represents a row in the "DDMStructureLink" 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 DDMStructureLinkImpl.

Author:
Brian Wing Shun Chan
See Also:
DDMStructureLinkImpl, DDMStructureLink, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, STRUCTUREID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
DDMStructureLinkBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getExpandoBridge, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getStructureLinkId, hashCode, resetOriginalValues, setClassNameId, setClassPK, setExpandoBridgeAttributes, setPrimaryKey, setPrimaryKeyObj, setStructureId, setStructureLinkId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink
getStructure
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStructureLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStructureId, getStructureLinkId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStructureId, setStructureLinkId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

DDMStructureLinkBaseImpl

public DDMStructureLinkBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException