com.liferay.portlet.bookmarks.model
Interface BookmarksFolder

All Superinterfaces:
BaseModel<BookmarksFolder>, BookmarksFolderModel, java.lang.Cloneable, java.lang.Comparable<BookmarksFolder>, java.io.Serializable
All Known Implementing Classes:
BookmarksFolderWrapper

public interface BookmarksFolder
extends BookmarksFolderModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.bookmarks.model.impl.BookmarksFolderImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
BookmarksFolderModel, com.liferay.portlet.bookmarks.model.impl.BookmarksFolderImpl, com.liferay.portlet.bookmarks.model.impl.BookmarksFolderModelImpl
Generated:

Method Summary
 java.util.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

java.util.List<BookmarksFolder> getAncestors()
                                             throws com.liferay.portal.kernel.exception.PortalException,
                                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getParentFolder

BookmarksFolder getParentFolder()
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isRoot

boolean isRoot()