Liferay 6.2-ce-ga5

com.liferay.portlet.bookmarks.model.impl
Class BookmarksEntryModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<BookmarksEntry>
      extended by com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<BookmarksEntry>, ClassedModel, GroupedModel, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel, BookmarksEntryModel, Serializable, Cloneable, Comparable<BookmarksEntry>
Direct Known Subclasses:
BookmarksEntryBaseImpl

@JSON(strict=true)
public class BookmarksEntryModelImpl
extends BaseModelImpl<BookmarksEntry>
implements BookmarksEntryModel

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

This implementation and its corresponding interface BookmarksEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in BookmarksEntryImpl.

See Also:
BookmarksEntryImpl, BookmarksEntry, BookmarksEntryModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static long COMPANYID_COLUMN_BITMASK
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long FOLDERID_COLUMN_BITMASK
           
static long GROUPID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static long NAME_COLUMN_BITMASK
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static long RESOURCEBLOCKID_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static long STATUS_COLUMN_BITMASK
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
static long USERID_COLUMN_BITMASK
           
static long UUID_COLUMN_BITMASK
           
 
Constructor Summary
BookmarksEntryModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(BookmarksEntry bookmarksEntry)
           
 boolean equals(Object obj)
           
 boolean getApproved()
          Deprecated. As of 6.1.0, replaced by isApproved()
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this bookmarks entry.
 Date getCreateDate()
          Returns the create date of this bookmarks entry.
 String getDescription()
          Returns the description of this bookmarks entry.
 long getEntryId()
          Returns the entry ID of this bookmarks entry.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getFolderId()
          Returns the folder ID of this bookmarks entry.
 long getGroupId()
          Returns the group ID of this bookmarks entry.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this bookmarks entry.
 String getName()
          Returns the name of this bookmarks entry.
 long getOriginalCompanyId()
           
 long getOriginalFolderId()
           
 long getOriginalGroupId()
           
 long getOriginalResourceBlockId()
           
 int getOriginalStatus()
           
 long getOriginalUserId()
           
 String getOriginalUuid()
           
 long getPrimaryKey()
          Returns the primary key of this bookmarks entry.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 int getPriority()
          Returns the priority of this bookmarks entry.
 long getResourceBlockId()
          Returns the resource block ID of this bookmarks entry.
 StagedModelType getStagedModelType()
           
 int getStatus()
          Returns the status of this bookmarks entry.
 long getStatusByUserId()
          Returns the status by user ID of this bookmarks entry.
 String getStatusByUserName()
          Returns the status by user name of this bookmarks entry.
 String getStatusByUserUuid()
          Returns the status by user uuid of this bookmarks entry.
 Date getStatusDate()
          Returns the status date of this bookmarks entry.
 TrashEntry getTrashEntry()
          Returns the trash entry created when this bookmarks entry was moved to the Recycle Bin.
 long getTrashEntryClassPK()
          Returns the class primary key of the trash entry for this bookmarks entry.
 TrashHandler getTrashHandler()
          Returns the trash handler for this bookmarks entry.
 String getTreePath()
          Returns the tree path of this bookmarks entry.
 String getUrl()
          Returns the url of this bookmarks entry.
 long getUserId()
          Returns the user ID of this bookmarks entry.
 String getUserName()
          Returns the user name of this bookmarks entry.
 String getUserUuid()
          Returns the user uuid of this bookmarks entry.
 String getUuid()
          Returns the uuid of this bookmarks entry.
 int getVisits()
          Returns the visits of this bookmarks entry.
 int hashCode()
           
 boolean isApproved()
          Returns true if this bookmarks entry is approved.
 boolean isDenied()
          Returns true if this bookmarks entry is denied.
 boolean isDraft()
          Returns true if this bookmarks entry is a draft.
 boolean isExpired()
          Returns true if this bookmarks entry is expired.
 boolean isInactive()
          Returns true if this bookmarks entry is inactive.
 boolean isIncomplete()
          Returns true if this bookmarks entry is incomplete.
 boolean isInTrash()
          Returns true if this bookmarks entry is in the Recycle Bin.
 boolean isInTrashContainer()
          Returns true if the parent of this bookmarks entry is in the Recycle Bin.
 boolean isPending()
          Returns true if this bookmarks entry is pending.
 boolean isScheduled()
          Returns true if this bookmarks entry is scheduled.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCompanyId(long companyId)
          Sets the company ID of this bookmarks entry.
 void setCreateDate(Date createDate)
          Sets the create date of this bookmarks entry.
 void setDescription(String description)
          Sets the description of this bookmarks entry.
 void setEntryId(long entryId)
          Sets the entry ID of this bookmarks entry.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setFolderId(long folderId)
          Sets the folder ID of this bookmarks entry.
 void setGroupId(long groupId)
          Sets the group ID of this bookmarks entry.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this bookmarks entry.
 void setName(String name)
          Sets the name of this bookmarks entry.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this bookmarks entry.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setPriority(int priority)
          Sets the priority of this bookmarks entry.
 void setResourceBlockId(long resourceBlockId)
          Sets the resource block ID of this bookmarks entry.
 void setStatus(int status)
          Sets the status of this bookmarks entry.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this bookmarks entry.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this bookmarks entry.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this bookmarks entry.
 void setStatusDate(Date statusDate)
          Sets the status date of this bookmarks entry.
 void setTreePath(String treePath)
          Sets the tree path of this bookmarks entry.
 void setUrl(String url)
          Sets the url of this bookmarks entry.
 void setUserId(long userId)
          Sets the user ID of this bookmarks entry.
 void setUserName(String userName)
          Sets the user name of this bookmarks entry.
 void setUserUuid(String userUuid)
          Sets the user uuid of this bookmarks entry.
 void setUuid(String uuid)
          Sets the uuid of this bookmarks entry.
 void setVisits(int visits)
          Sets the visits of this bookmarks entry.
 CacheModel<BookmarksEntry> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 BookmarksEntry toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static BookmarksEntry toModel(BookmarksEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<BookmarksEntry> toModels(BookmarksEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksEntryModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

COMPANYID_COLUMN_BITMASK

public static long COMPANYID_COLUMN_BITMASK

FOLDERID_COLUMN_BITMASK

public static long FOLDERID_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

RESOURCEBLOCKID_COLUMN_BITMASK

public static long RESOURCEBLOCKID_COLUMN_BITMASK

STATUS_COLUMN_BITMASK

public static long STATUS_COLUMN_BITMASK

USERID_COLUMN_BITMASK

public static long USERID_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

NAME_COLUMN_BITMASK

public static long NAME_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

BookmarksEntryModelImpl

public BookmarksEntryModelImpl()
Method Detail

toModel

public static BookmarksEntry toModel(BookmarksEntrySoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<BookmarksEntry> toModels(BookmarksEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: BookmarksEntryModel
Returns the primary key of this bookmarks entry.

Specified by:
getPrimaryKey in interface BookmarksEntryModel
Returns:
the primary key of this bookmarks entry

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: BookmarksEntryModel
Sets the primary key of this bookmarks entry.

Specified by:
setPrimaryKey in interface BookmarksEntryModel
Parameters:
primaryKey - the primary key of this bookmarks entry

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<BookmarksEntry>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface BookmarksEntryModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<BookmarksEntry>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface BookmarksEntryModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<BookmarksEntry>
Overrides:
getModelAttributes in class BaseModelImpl<BookmarksEntry>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<BookmarksEntry>
Overrides:
setModelAttributes in class BaseModelImpl<BookmarksEntry>

getUuid

@JSON
public String getUuid()
Description copied from interface: BookmarksEntryModel
Returns the uuid of this bookmarks entry.

Specified by:
getUuid in interface StagedModel
Specified by:
getUuid in interface BookmarksEntryModel
Returns:
the uuid of this bookmarks entry

setUuid

public void setUuid(String uuid)
Description copied from interface: BookmarksEntryModel
Sets the uuid of this bookmarks entry.

Specified by:
setUuid in interface StagedModel
Specified by:
setUuid in interface BookmarksEntryModel
Parameters:
uuid - the uuid of this bookmarks entry

getOriginalUuid

public String getOriginalUuid()

getEntryId

@JSON
public long getEntryId()
Description copied from interface: BookmarksEntryModel
Returns the entry ID of this bookmarks entry.

Specified by:
getEntryId in interface BookmarksEntryModel
Returns:
the entry ID of this bookmarks entry

setEntryId

public void setEntryId(long entryId)
Description copied from interface: BookmarksEntryModel
Sets the entry ID of this bookmarks entry.

Specified by:
setEntryId in interface BookmarksEntryModel
Parameters:
entryId - the entry ID of this bookmarks entry

getGroupId

@JSON
public long getGroupId()
Description copied from interface: BookmarksEntryModel
Returns the group ID of this bookmarks entry.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface BookmarksEntryModel
Returns:
the group ID of this bookmarks entry

setGroupId

public void setGroupId(long groupId)
Description copied from interface: BookmarksEntryModel
Sets the group ID of this bookmarks entry.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface BookmarksEntryModel
Parameters:
groupId - the group ID of this bookmarks entry

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: BookmarksEntryModel
Returns the company ID of this bookmarks entry.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel
Specified by:
getCompanyId in interface BookmarksEntryModel
Returns:
the company ID of this bookmarks entry

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: BookmarksEntryModel
Sets the company ID of this bookmarks entry.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface StagedModel
Specified by:
setCompanyId in interface BookmarksEntryModel
Parameters:
companyId - the company ID of this bookmarks entry

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

@JSON
public long getUserId()
Description copied from interface: BookmarksEntryModel
Returns the user ID of this bookmarks entry.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface BookmarksEntryModel
Returns:
the user ID of this bookmarks entry

setUserId

public void setUserId(long userId)
Description copied from interface: BookmarksEntryModel
Sets the user ID of this bookmarks entry.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface BookmarksEntryModel
Parameters:
userId - the user ID of this bookmarks entry

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: BookmarksEntryModel
Returns the user uuid of this bookmarks entry.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface BookmarksEntryModel
Returns:
the user uuid of this bookmarks entry
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: BookmarksEntryModel
Sets the user uuid of this bookmarks entry.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface BookmarksEntryModel
Parameters:
userUuid - the user uuid of this bookmarks entry

getOriginalUserId

public long getOriginalUserId()

getUserName

@JSON
public String getUserName()
Description copied from interface: BookmarksEntryModel
Returns the user name of this bookmarks entry.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface BookmarksEntryModel
Returns:
the user name of this bookmarks entry

setUserName

public void setUserName(String userName)
Description copied from interface: BookmarksEntryModel
Sets the user name of this bookmarks entry.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface BookmarksEntryModel
Parameters:
userName - the user name of this bookmarks entry

getCreateDate

@JSON
public Date getCreateDate()
Description copied from interface: BookmarksEntryModel
Returns the create date of this bookmarks entry.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel
Specified by:
getCreateDate in interface BookmarksEntryModel
Returns:
the create date of this bookmarks entry

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: BookmarksEntryModel
Sets the create date of this bookmarks entry.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface StagedModel
Specified by:
setCreateDate in interface BookmarksEntryModel
Parameters:
createDate - the create date of this bookmarks entry

getModifiedDate

@JSON
public Date getModifiedDate()
Description copied from interface: BookmarksEntryModel
Returns the modified date of this bookmarks entry.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel
Specified by:
getModifiedDate in interface BookmarksEntryModel
Returns:
the modified date of this bookmarks entry

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: BookmarksEntryModel
Sets the modified date of this bookmarks entry.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface StagedModel
Specified by:
setModifiedDate in interface BookmarksEntryModel
Parameters:
modifiedDate - the modified date of this bookmarks entry

getResourceBlockId

@JSON
public long getResourceBlockId()
Description copied from interface: BookmarksEntryModel
Returns the resource block ID of this bookmarks entry.

Specified by:
getResourceBlockId in interface BookmarksEntryModel
Returns:
the resource block ID of this bookmarks entry

setResourceBlockId

public void setResourceBlockId(long resourceBlockId)
Description copied from interface: BookmarksEntryModel
Sets the resource block ID of this bookmarks entry.

Specified by:
setResourceBlockId in interface BookmarksEntryModel
Parameters:
resourceBlockId - the resource block ID of this bookmarks entry

getOriginalResourceBlockId

public long getOriginalResourceBlockId()

getFolderId

@JSON
public long getFolderId()
Description copied from interface: BookmarksEntryModel
Returns the folder ID of this bookmarks entry.

Specified by:
getFolderId in interface BookmarksEntryModel
Returns:
the folder ID of this bookmarks entry

setFolderId

public void setFolderId(long folderId)
Description copied from interface: BookmarksEntryModel
Sets the folder ID of this bookmarks entry.

Specified by:
setFolderId in interface BookmarksEntryModel
Parameters:
folderId - the folder ID of this bookmarks entry

getOriginalFolderId

public long getOriginalFolderId()

getTreePath

@JSON
public String getTreePath()
Description copied from interface: BookmarksEntryModel
Returns the tree path of this bookmarks entry.

Specified by:
getTreePath in interface BookmarksEntryModel
Returns:
the tree path of this bookmarks entry

setTreePath

public void setTreePath(String treePath)
Description copied from interface: BookmarksEntryModel
Sets the tree path of this bookmarks entry.

Specified by:
setTreePath in interface BookmarksEntryModel
Parameters:
treePath - the tree path of this bookmarks entry

getName

@JSON
public String getName()
Description copied from interface: BookmarksEntryModel
Returns the name of this bookmarks entry.

Specified by:
getName in interface BookmarksEntryModel
Returns:
the name of this bookmarks entry

setName

public void setName(String name)
Description copied from interface: BookmarksEntryModel
Sets the name of this bookmarks entry.

Specified by:
setName in interface BookmarksEntryModel
Parameters:
name - the name of this bookmarks entry

getUrl

@JSON
public String getUrl()
Description copied from interface: BookmarksEntryModel
Returns the url of this bookmarks entry.

Specified by:
getUrl in interface BookmarksEntryModel
Returns:
the url of this bookmarks entry

setUrl

public void setUrl(String url)
Description copied from interface: BookmarksEntryModel
Sets the url of this bookmarks entry.

Specified by:
setUrl in interface BookmarksEntryModel
Parameters:
url - the url of this bookmarks entry

getDescription

@JSON
public String getDescription()
Description copied from interface: BookmarksEntryModel
Returns the description of this bookmarks entry.

Specified by:
getDescription in interface BookmarksEntryModel
Returns:
the description of this bookmarks entry

setDescription

public void setDescription(String description)
Description copied from interface: BookmarksEntryModel
Sets the description of this bookmarks entry.

Specified by:
setDescription in interface BookmarksEntryModel
Parameters:
description - the description of this bookmarks entry

getVisits

@JSON
public int getVisits()
Description copied from interface: BookmarksEntryModel
Returns the visits of this bookmarks entry.

Specified by:
getVisits in interface BookmarksEntryModel
Returns:
the visits of this bookmarks entry

setVisits

public void setVisits(int visits)
Description copied from interface: BookmarksEntryModel
Sets the visits of this bookmarks entry.

Specified by:
setVisits in interface BookmarksEntryModel
Parameters:
visits - the visits of this bookmarks entry

getPriority

@JSON
public int getPriority()
Description copied from interface: BookmarksEntryModel
Returns the priority of this bookmarks entry.

Specified by:
getPriority in interface BookmarksEntryModel
Returns:
the priority of this bookmarks entry

setPriority

public void setPriority(int priority)
Description copied from interface: BookmarksEntryModel
Sets the priority of this bookmarks entry.

Specified by:
setPriority in interface BookmarksEntryModel
Parameters:
priority - the priority of this bookmarks entry

getStatus

@JSON
public int getStatus()
Description copied from interface: BookmarksEntryModel
Returns the status of this bookmarks entry.

Specified by:
getStatus in interface TrashedModel
Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface BookmarksEntryModel
Returns:
the status of this bookmarks entry

setStatus

public void setStatus(int status)
Description copied from interface: BookmarksEntryModel
Sets the status of this bookmarks entry.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface BookmarksEntryModel
Parameters:
status - the status of this bookmarks entry

getOriginalStatus

public int getOriginalStatus()

getStatusByUserId

@JSON
public long getStatusByUserId()
Description copied from interface: BookmarksEntryModel
Returns the status by user ID of this bookmarks entry.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface BookmarksEntryModel
Returns:
the status by user ID of this bookmarks entry

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: BookmarksEntryModel
Sets the status by user ID of this bookmarks entry.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface BookmarksEntryModel
Parameters:
statusByUserId - the status by user ID of this bookmarks entry

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Description copied from interface: BookmarksEntryModel
Returns the status by user uuid of this bookmarks entry.

Specified by:
getStatusByUserUuid in interface WorkflowedModel
Specified by:
getStatusByUserUuid in interface BookmarksEntryModel
Returns:
the status by user uuid of this bookmarks entry
Throws:
SystemException - if a system exception occurred

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: BookmarksEntryModel
Sets the status by user uuid of this bookmarks entry.

Specified by:
setStatusByUserUuid in interface WorkflowedModel
Specified by:
setStatusByUserUuid in interface BookmarksEntryModel
Parameters:
statusByUserUuid - the status by user uuid of this bookmarks entry

getStatusByUserName

@JSON
public String getStatusByUserName()
Description copied from interface: BookmarksEntryModel
Returns the status by user name of this bookmarks entry.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface BookmarksEntryModel
Returns:
the status by user name of this bookmarks entry

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: BookmarksEntryModel
Sets the status by user name of this bookmarks entry.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface BookmarksEntryModel
Parameters:
statusByUserName - the status by user name of this bookmarks entry

getStatusDate

@JSON
public Date getStatusDate()
Description copied from interface: BookmarksEntryModel
Returns the status date of this bookmarks entry.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface BookmarksEntryModel
Returns:
the status date of this bookmarks entry

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: BookmarksEntryModel
Sets the status date of this bookmarks entry.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface BookmarksEntryModel
Parameters:
statusDate - the status date of this bookmarks entry

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getTrashEntry

public TrashEntry getTrashEntry()
                         throws PortalException,
                                SystemException
Description copied from interface: BookmarksEntryModel
Returns the trash entry created when this bookmarks entry was moved to the Recycle Bin. The trash entry may belong to one of the ancestors of this bookmarks entry.

Specified by:
getTrashEntry in interface TrashedModel
Specified by:
getTrashEntry in interface BookmarksEntryModel
Returns:
the trash entry created when this bookmarks entry was moved to the Recycle Bin
Throws:
SystemException - if a system exception occurred
PortalException

getTrashEntryClassPK

public long getTrashEntryClassPK()
Description copied from interface: BookmarksEntryModel
Returns the class primary key of the trash entry for this bookmarks entry.

Specified by:
getTrashEntryClassPK in interface TrashedModel
Specified by:
getTrashEntryClassPK in interface BookmarksEntryModel
Returns:
the class primary key of the trash entry for this bookmarks entry

getTrashHandler

public TrashHandler getTrashHandler()
Description copied from interface: BookmarksEntryModel
Returns the trash handler for this bookmarks entry.

Specified by:
getTrashHandler in interface TrashedModel
Specified by:
getTrashHandler in interface BookmarksEntryModel
Returns:
the trash handler for this bookmarks entry

isInTrash

public boolean isInTrash()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is in the Recycle Bin.

Specified by:
isInTrash in interface TrashedModel
Specified by:
isInTrash in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is in the Recycle Bin; false otherwise

isInTrashContainer

public boolean isInTrashContainer()
Description copied from interface: BookmarksEntryModel
Returns true if the parent of this bookmarks entry is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface BookmarksEntryModel
Returns:
true if the parent of this bookmarks entry is in the Recycle Bin; false otherwise

getApproved

public boolean getApproved()
Deprecated. As of 6.1.0, replaced by isApproved()

Specified by:
getApproved in interface WorkflowedModel
Specified by:
getApproved in interface BookmarksEntryModel

isApproved

public boolean isApproved()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is approved; false otherwise

isDenied

public boolean isDenied()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is denied.

Specified by:
isDenied in interface WorkflowedModel
Specified by:
isDenied in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is denied; false otherwise

isDraft

public boolean isDraft()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is a draft; false otherwise

isExpired

public boolean isExpired()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is expired; false otherwise

isInactive

public boolean isInactive()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is inactive.

Specified by:
isInactive in interface WorkflowedModel
Specified by:
isInactive in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is incomplete.

Specified by:
isIncomplete in interface WorkflowedModel
Specified by:
isIncomplete in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is incomplete; false otherwise

isPending

public boolean isPending()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is pending; false otherwise

isScheduled

public boolean isScheduled()
Description copied from interface: BookmarksEntryModel
Returns true if this bookmarks entry is scheduled.

Specified by:
isScheduled in interface WorkflowedModel
Specified by:
isScheduled in interface BookmarksEntryModel
Returns:
true if this bookmarks entry is scheduled; false otherwise

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<BookmarksEntry>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface BookmarksEntryModel
Overrides:
getExpandoBridge in class BaseModelImpl<BookmarksEntry>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<BookmarksEntry>
Specified by:
setExpandoBridgeAttributes in interface BookmarksEntryModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<BookmarksEntry>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public BookmarksEntry toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<BookmarksEntry>
Specified by:
toEscapedModel in interface BookmarksEntryModel
Overrides:
toEscapedModel in class BaseModelImpl<BookmarksEntry>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<BookmarksEntry>
Specified by:
clone in interface StagedModel
Specified by:
clone in interface BookmarksEntryModel
Specified by:
clone in class BaseModelImpl<BookmarksEntry>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(BookmarksEntry bookmarksEntry)
Specified by:
compareTo in interface BookmarksEntryModel
Specified by:
compareTo in interface Comparable<BookmarksEntry>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface BookmarksEntryModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<BookmarksEntry>
Overrides:
resetOriginalValues in class BaseModelImpl<BookmarksEntry>

toCacheModel

public CacheModel<BookmarksEntry> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<BookmarksEntry>
Specified by:
toCacheModel in interface BookmarksEntryModel
Overrides:
toCacheModel in class BaseModelImpl<BookmarksEntry>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface BookmarksEntryModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<BookmarksEntry>
Specified by:
toXmlString in interface BookmarksEntryModel
Returns:
the XML representation of this model instance

Liferay 6.2-ce-ga5