Liferay 6.2-ce-ga5

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, ContainerModel, GroupedModel, PermissionedModel, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel, 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, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTFOLDERID_COLUMN_BITMASK, RESOURCEBLOCKID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
BookmarksFolderImpl()
           
 
Method Summary
 List<Long> getAncestorFolderIds()
           
 List<BookmarksFolder> getAncestors()
           
 BookmarksFolder getParentFolder()
           
 boolean isInTrashExplicitly()
           
 boolean isRoot()
           
 
Methods inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksFolderBaseImpl
buildTreePath, persist, updateTreePath
 
Methods inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksFolderModelImpl
clone, compareTo, equals, getApproved, getColumnBitmask, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalFolderId, getOriginalGroupId, getOriginalParentFolderId, getOriginalResourceBlockId, getOriginalStatus, getOriginalUuid, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isPending, isScheduled, resetOriginalValues, setCompanyId, setContainerModelId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setModelAttributes, setModifiedDate, setName, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, 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.bookmarks.model.BookmarksFolderModel
clone, compareTo, getApproved, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, 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.ContainerModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PermissionedModel
getResourceBlockId, setResourceBlockId
 
Methods inherited from interface com.liferay.portal.model.TreeModel
getPrimaryKeyObj, getTreePath
 

Constructor Detail

BookmarksFolderImpl

public BookmarksFolderImpl()
Method Detail

getAncestorFolderIds

public List<Long> getAncestorFolderIds()
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getAncestors

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

getParentFolder

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

isInTrashExplicitly

public boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isRoot

public boolean isRoot()

Liferay 6.2-ce-ga5