Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<BookmarksFolder>
      extended by com.liferay.portlet.bookmarks.model.impl.BookmarksFolderModelImpl
          extended by com.liferay.portlet.bookmarks.model.impl.BookmarksFolderBaseImpl
              extended by com.liferay.portlet.bookmarks.model.impl.BookmarksFolderImpl
All Implemented Interfaces:
AuditedModel, BaseModel<BookmarksFolder>, ClassedModel, GroupedModel, PermissionedModel, PersistedModel, BookmarksFolder, BookmarksFolderModel, Serializable, Cloneable, Comparable<BookmarksFolder>

public class BookmarksFolderImpl
extends BookmarksFolderBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksFolderModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTFOLDERID_COLUMN_BITMASK, RESOURCEBLOCKID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
BookmarksFolderImpl()
           
 
Method Summary
 List<BookmarksFolder> getAncestors()
           
 BookmarksFolder getParentFolder()
           
 boolean isRoot()
           
 
Methods inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksFolderBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksFolderModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalGroupId, getOriginalParentFolderId, getOriginalResourceBlockId, getOriginalUuid, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setModelAttributes, setModifiedDate, setName, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, 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.BookmarksFolderModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setUserId, setUserName, setUserUuid, setUuid, 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
 
Methods inherited from interface com.liferay.portal.model.PermissionedModel
getResourceBlockId, setResourceBlockId
 

Constructor Detail

BookmarksFolderImpl

public BookmarksFolderImpl()
Method Detail

getAncestors

public List<BookmarksFolder> getAncestors()
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getParentFolder

public BookmarksFolder getParentFolder()
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

isRoot

public boolean isRoot()

Liferay 6.1.2-ce-ga3