Liferay 6.2.0-ce-m4

com.liferay.portlet.bookmarks.model
Interface BookmarksFolder

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

public interface BookmarksFolder
extends BookmarksFolderModel, PermissionedModel

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<BookmarksFolder> getAncestors()
           
 BookmarksFolder getParentFolder()
           
 BookmarksFolder getTrashContainer()
           
 boolean isInTrashContainer()
           
 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, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, 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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getAncestors

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

getParentFolder

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

getTrashContainer

BookmarksFolder getTrashContainer()

isInTrashContainer

boolean isInTrashContainer()

isRoot

boolean isRoot()

Liferay 6.2.0-ce-m4