Liferay 6.2.0-ce-b2

com.liferay.portlet.bookmarks.model
Interface BookmarksEntry

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

public interface BookmarksEntry
extends BookmarksEntryModel, PermissionedModel

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
 BookmarksFolder getFolder()
           
 BookmarksFolder getTrashContainer()
           
 boolean isInTrashContainer()
           
 
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, getUrl, getUserId, getUserName, getUserUuid, getUuid, getVisits, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, 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, 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
 

Method Detail

getFolder

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

getTrashContainer

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

isInTrashContainer

boolean isInTrashContainer()
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0-ce-b2