Liferay 6.2-ce-ga5

com.liferay.portlet.bookmarks.model
Interface BookmarksEntry

All Superinterfaces:
AuditedModel, BaseModel<BookmarksEntry>, BookmarksEntryModel, ClassedModel, Cloneable, Comparable<BookmarksEntry>, GroupedModel, PermissionedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel
All Known Implementing Classes:
BookmarksEntryWrapper

@ProviderType
public interface BookmarksEntry
extends BookmarksEntryModel, PermissionedModel, TreeModel

The extended model interface for the BookmarksEntry service. Represents a row in the "BookmarksEntry" database table, with each column mapped to a property of this class.

See Also:
BookmarksEntryModel, BookmarksEntryImpl, BookmarksEntryModelImpl

Method Summary
 String buildTreePath()
           
 BookmarksFolder getFolder()
           
 boolean isInTrashExplicitly()
           
 
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksEntryModel
clone, compareTo, getApproved, getCompanyId, getCreateDate, getDescription, getEntryId, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getResourceBlockId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUrl, getUserId, getUserName, getUserUuid, getUuid, getVisits, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setCreateDate, setDescription, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setResourceBlockId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUrl, setUserId, setUserName, setUserUuid, setUuid, setVisits, 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.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PermissionedModel
getResourceBlockId, setResourceBlockId
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 
Methods inherited from interface com.liferay.portal.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
 

Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException,
                            SystemException
Specified by:
buildTreePath in interface TreeModel
Throws:
PortalException
SystemException

getFolder

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

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5