com.liferay.portlet.documentlibrary.model.impl
Class DLFileRankBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.documentlibrary.model.DLFileRank>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileRankBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.documentlibrary.model.DLFileRank>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.documentlibrary.model.DLFileRank, com.liferay.portlet.documentlibrary.model.DLFileRankModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.documentlibrary.model.DLFileRank>
Direct Known Subclasses:
DLFileRankImpl

public abstract class DLFileRankBaseImpl
extends DLFileRankModelImpl
implements com.liferay.portlet.documentlibrary.model.DLFileRank

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

Author:
Brian Wing Shun Chan
See Also:
DLFileRankImpl, DLFileRank, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FILEENTRYID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
DLFileRankBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getFileEntryId, getFileRankId, getGroupId, getModelClass, getModelClassName, getOriginalCompanyId, getOriginalFileEntryId, getOriginalGroupId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileEntryId, setFileRankId, setGroupId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, 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.documentlibrary.model.DLFileRankModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFileEntryId, getFileRankId, getGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileEntryId, setFileRankId, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, 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

DLFileRankBaseImpl

public DLFileRankBaseImpl()
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