Liferay 6.0.3

com.liferay.portlet.bookmarks.model
Interface BookmarksFolder

All Superinterfaces:
BaseModel<BookmarksFolder>, BookmarksFolderModel, Cloneable, Comparable<BookmarksFolder>, Serializable
All Known Implementing Classes:
BookmarksFolderImpl, BookmarksFolderWrapper

public interface BookmarksFolder
extends BookmarksFolderModel

This interface is a model that represents the BookmarksFolder table in the database.

Customize BookmarksFolderImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
BookmarksFolderModel, BookmarksFolderImpl, BookmarksFolderModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, getUserId, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

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.0.3