Liferay 6.2.0-ce-b3

com.liferay.portlet.bookmarks.model
Interface BookmarksFolder

All Superinterfaces:
AuditedModel, BaseModel<BookmarksFolder>, BookmarksFolderModel, ClassedModel, Cloneable, Comparable<BookmarksFolder>, ContainerModel, GroupedModel, PermissionedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, WorkflowedModel
All Known Implementing Classes:
BookmarksFolderBaseImpl, BookmarksFolderImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 List<Long> getAncestorFolderIds()
           
 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, setExpandoBridgeAttributes, 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.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
 

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

getTrashContainer

BookmarksFolder getTrashContainer()

isInTrashContainer

boolean isInTrashContainer()

isRoot

boolean isRoot()

Liferay 6.2.0-ce-b3