Liferay 6.1.2-ce-ga3

com.liferay.portlet.bookmarks.model
Interface BookmarksFolder

All Superinterfaces:
AuditedModel, BaseModel<BookmarksFolder>, BookmarksFolderModel, ClassedModel, Cloneable, Comparable<BookmarksFolder>, GroupedModel, PermissionedModel, PersistedModel, Serializable
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()
           
 boolean isRoot()
           
 
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
 
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

isRoot

boolean isRoot()

Liferay 6.1.2-ce-ga3