Liferay 6.2-ce-ga5

com.liferay.portlet.bookmarks.model
Interface BookmarksFolder

All Superinterfaces:
AuditedModel, BaseModel<BookmarksFolder>, BookmarksFolderModel, ClassedModel, Cloneable, Comparable<BookmarksFolder>, ContainerModel, GroupedModel, PermissionedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel
All Known Implementing Classes:
BookmarksFolderWrapper

@ProviderType
public interface BookmarksFolder
extends BookmarksFolderModel, PermissionedModel, TreeModel

The extended model interface for the BookmarksFolder service. Represents a row in the "BookmarksFolder" database table, with each column mapped to a property of this class.

See Also:
BookmarksFolderModel, BookmarksFolderImpl, BookmarksFolderModelImpl

Method Summary
 List<Long> getAncestorFolderIds()
           
 List<BookmarksFolder> getAncestors()
           
 BookmarksFolder getParentFolder()
           
 boolean isInTrashExplicitly()
           
 boolean isRoot()
           
 
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.PersistedModel
persist
 
Methods inherited from interface com.liferay.portal.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
 

Method Detail

getAncestorFolderIds

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

getAncestors

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

getParentFolder

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

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isRoot

boolean isRoot()

Liferay 6.2-ce-ga5