Liferay 6.2-ce-ga5

com.liferay.portlet.trash.model.impl
Class TrashVersionBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<TrashVersion>
      extended by com.liferay.portlet.trash.model.impl.TrashVersionModelImpl
          extended by com.liferay.portlet.trash.model.impl.TrashVersionBaseImpl
All Implemented Interfaces:
AttachedModel, BaseModel<TrashVersion>, ClassedModel, PersistedModel, TypedModel, TrashVersion, TrashVersionModel, Serializable, Cloneable, Comparable<TrashVersion>
Direct Known Subclasses:
TrashVersionImpl

public abstract class TrashVersionBaseImpl
extends TrashVersionModelImpl
implements TrashVersion

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

See Also:
TrashVersionImpl, TrashVersion, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 
Fields inherited from class com.liferay.portlet.trash.model.impl.TrashVersionModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, ENTRYID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VERSIONID_COLUMN_BITMASK
 
Constructor Summary
TrashVersionBaseImpl()
           
 
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.trash.model.impl.TrashVersionModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getEntryId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalEntryId, getPrimaryKey, getPrimaryKeyObj, getStatus, getTypeSettings, getVersionId, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setEntryId, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setStatus, setTypeSettings, setVersionId, 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.trash.model.TrashVersion
getTypeSettingsProperties, getTypeSettingsProperty, getTypeSettingsProperty, setTypeSettingsProperties
 
Methods inherited from interface com.liferay.portlet.trash.model.TrashVersionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getEntryId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStatus, getTypeSettings, getVersionId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setTypeSettings, setVersionId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

TrashVersionBaseImpl

public TrashVersionBaseImpl()
Method Detail

persist

public void persist()
             throws SystemException
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
Throws:
SystemException - if a system exception occurred

Liferay 6.2-ce-ga5