com.liferay.portlet.bookmarks.model.impl
Class BookmarksEntryBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.bookmarks.model.BookmarksEntry>
      extended by com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
          extended by com.liferay.portlet.bookmarks.model.impl.BookmarksEntryBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.bookmarks.model.BookmarksEntry>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PermissionedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.bookmarks.model.BookmarksEntry, com.liferay.portlet.bookmarks.model.BookmarksEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.bookmarks.model.BookmarksEntry>
Direct Known Subclasses:
BookmarksEntryImpl

public abstract class BookmarksEntryBaseImpl
extends BookmarksEntryModelImpl
implements com.liferay.portlet.bookmarks.model.BookmarksEntry

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

Author:
Brian Wing Shun Chan
See Also:
BookmarksEntryImpl, BookmarksEntry, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RESOURCEBLOCKID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
BookmarksEntryBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getEntryId, getExpandoBridge, getFolderId, getGroupId, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalFolderId, getOriginalGroupId, getOriginalResourceBlockId, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getPriority, getResourceBlockId, getUrl, getUserId, getUserName, getUserUuid, getUuid, getVisits, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setEntryId, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setPriority, setResourceBlockId, setUrl, setUserId, setUserName, setUserUuid, setUuid, setVisits, toCacheModel, toEscapedModel, toModel, toModels, 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.bookmarks.model.BookmarksEntry
getFolder
 
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksEntryModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getEntryId, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getResourceBlockId, getUrl, getUserId, getUserName, getUserUuid, getUuid, getVisits, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEntryId, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setResourceBlockId, setUrl, setUserId, setUserName, setUserUuid, setUuid, setVisits, 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
 
Methods inherited from interface com.liferay.portal.model.PermissionedModel
getResourceBlockId, setResourceBlockId
 

Constructor Detail

BookmarksEntryBaseImpl

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