Liferay 6.2-ce-ga5

com.liferay.portlet.bookmarks.model
Class BookmarksFolderWrapper

java.lang.Object
  extended by com.liferay.portlet.bookmarks.model.BookmarksFolderWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<BookmarksFolder>, ClassedModel, ContainerModel, GroupedModel, ModelWrapper<BookmarksFolder>, PermissionedModel, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel, BookmarksFolder, BookmarksFolderModel, Serializable, Cloneable, Comparable<BookmarksFolder>

@ProviderType
public class BookmarksFolderWrapper
extends Object
implements BookmarksFolder, ModelWrapper<BookmarksFolder>

This class is a wrapper for BookmarksFolder.

See Also:
BookmarksFolder, Serialized Form

Constructor Summary
BookmarksFolderWrapper(BookmarksFolder bookmarksFolder)
           
 
Method Summary
 String buildTreePath()
           
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(BookmarksFolder bookmarksFolder)
           
 boolean equals(Object obj)
           
 List<Long> getAncestorFolderIds()
           
 List<BookmarksFolder> getAncestors()
           
 boolean getApproved()
          Deprecated. As of 6.1.0, replaced by isApproved()
 long getCompanyId()
          Returns the company ID of this bookmarks folder.
 long getContainerModelId()
          Returns the container model ID of this bookmarks folder.
 String getContainerModelName()
          Returns the container name of this bookmarks folder.
 Date getCreateDate()
          Returns the create date of this bookmarks folder.
 String getDescription()
          Returns the description of this bookmarks folder.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getFolderId()
          Returns the folder ID of this bookmarks folder.
 long getGroupId()
          Returns the group ID of this bookmarks folder.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this bookmarks folder.
 String getName()
          Returns the name of this bookmarks folder.
 long getParentContainerModelId()
          Returns the parent container model ID of this bookmarks folder.
 BookmarksFolder getParentFolder()
           
 long getParentFolderId()
          Returns the parent folder ID of this bookmarks folder.
 long getPrimaryKey()
          Returns the primary key of this bookmarks folder.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getResourceBlockId()
          Returns the resource block ID of this bookmarks folder.
 StagedModelType getStagedModelType()
           
 int getStatus()
          Returns the status of this bookmarks folder.
 long getStatusByUserId()
          Returns the status by user ID of this bookmarks folder.
 String getStatusByUserName()
          Returns the status by user name of this bookmarks folder.
 String getStatusByUserUuid()
          Returns the status by user uuid of this bookmarks folder.
 Date getStatusDate()
          Returns the status date of this bookmarks folder.
 TrashEntry getTrashEntry()
          Returns the trash entry created when this bookmarks folder was moved to the Recycle Bin.
 long getTrashEntryClassPK()
          Returns the class primary key of the trash entry for this bookmarks folder.
 TrashHandler getTrashHandler()
          Returns the trash handler for this bookmarks folder.
 String getTreePath()
          Returns the tree path of this bookmarks folder.
 long getUserId()
          Returns the user ID of this bookmarks folder.
 String getUserName()
          Returns the user name of this bookmarks folder.
 String getUserUuid()
          Returns the user uuid of this bookmarks folder.
 String getUuid()
          Returns the uuid of this bookmarks folder.
 BookmarksFolder getWrappedBookmarksFolder()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 BookmarksFolder getWrappedModel()
           
 int hashCode()
           
 boolean isApproved()
          Returns true if this bookmarks folder is approved.
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isDenied()
          Returns true if this bookmarks folder is denied.
 boolean isDraft()
          Returns true if this bookmarks folder is a draft.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isExpired()
          Returns true if this bookmarks folder is expired.
 boolean isInactive()
          Returns true if this bookmarks folder is inactive.
 boolean isIncomplete()
          Returns true if this bookmarks folder is incomplete.
 boolean isInTrash()
          Returns true if this bookmarks folder is in the Recycle Bin.
 boolean isInTrashContainer()
          Returns true if the parent of this bookmarks folder is in the Recycle Bin.
 boolean isInTrashExplicitly()
           
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 boolean isPending()
          Returns true if this bookmarks folder is pending.
 boolean isRoot()
           
 boolean isScheduled()
          Returns true if this bookmarks folder is scheduled.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company ID of this bookmarks folder.
 void setContainerModelId(long containerModelId)
          Sets the container model ID of this bookmarks folder.
 void setCreateDate(Date createDate)
          Sets the create date of this bookmarks folder.
 void setDescription(String description)
          Sets the description of this bookmarks folder.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 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 folder.
 void setGroupId(long groupId)
          Sets the group ID of this bookmarks folder.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this bookmarks folder.
 void setName(String name)
          Sets the name of this bookmarks folder.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setParentContainerModelId(long parentContainerModelId)
          Sets the parent container model ID of this bookmarks folder.
 void setParentFolderId(long parentFolderId)
          Sets the parent folder ID of this bookmarks folder.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this bookmarks folder.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setResourceBlockId(long resourceBlockId)
          Sets the resource block ID of this bookmarks folder.
 void setStatus(int status)
          Sets the status of this bookmarks folder.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this bookmarks folder.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this bookmarks folder.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this bookmarks folder.
 void setStatusDate(Date statusDate)
          Sets the status date of this bookmarks folder.
 void setTreePath(String treePath)
          Sets the tree path of this bookmarks folder.
 void setUserId(long userId)
          Sets the user ID of this bookmarks folder.
 void setUserName(String userName)
          Sets the user name of this bookmarks folder.
 void setUserUuid(String userUuid)
          Sets the user uuid of this bookmarks folder.
 void setUuid(String uuid)
          Sets the uuid of this bookmarks folder.
 CacheModel<BookmarksFolder> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 BookmarksFolder toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 BookmarksFolder toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 void updateTreePath(String treePath)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BookmarksFolderWrapper

public BookmarksFolderWrapper(BookmarksFolder bookmarksFolder)
Method Detail

getModelClass

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

getModelClassName

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

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<BookmarksFolder>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<BookmarksFolder>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this bookmarks folder.

Specified by:
getPrimaryKey in interface BookmarksFolderModel
Returns:
the primary key of this bookmarks folder

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this bookmarks folder.

Specified by:
setPrimaryKey in interface BookmarksFolderModel
Parameters:
primaryKey - the primary key of this bookmarks folder

getUuid

public String getUuid()
Returns the uuid of this bookmarks folder.

Specified by:
getUuid in interface StagedModel
Specified by:
getUuid in interface BookmarksFolderModel
Returns:
the uuid of this bookmarks folder

setUuid

public void setUuid(String uuid)
Sets the uuid of this bookmarks folder.

Specified by:
setUuid in interface StagedModel
Specified by:
setUuid in interface BookmarksFolderModel
Parameters:
uuid - the uuid of this bookmarks folder

getFolderId

public long getFolderId()
Returns the folder ID of this bookmarks folder.

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

setFolderId

public void setFolderId(long folderId)
Sets the folder ID of this bookmarks folder.

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

getGroupId

public long getGroupId()
Returns the group ID of this bookmarks folder.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface BookmarksFolderModel
Returns:
the group ID of this bookmarks folder

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this bookmarks folder.

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

getCompanyId

public long getCompanyId()
Returns the company ID of this bookmarks folder.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel
Specified by:
getCompanyId in interface BookmarksFolderModel
Returns:
the company ID of this bookmarks folder

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this bookmarks folder.

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

getUserId

public long getUserId()
Returns the user ID of this bookmarks folder.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface BookmarksFolderModel
Returns:
the user ID of this bookmarks folder

setUserId

public void setUserId(long userId)
Sets the user ID of this bookmarks folder.

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

getUserUuid

public String getUserUuid()
                   throws SystemException
Returns the user uuid of this bookmarks folder.

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

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this bookmarks folder.

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

getUserName

public String getUserName()
Returns the user name of this bookmarks folder.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface BookmarksFolderModel
Returns:
the user name of this bookmarks folder

setUserName

public void setUserName(String userName)
Sets the user name of this bookmarks folder.

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

getCreateDate

public Date getCreateDate()
Returns the create date of this bookmarks folder.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel
Specified by:
getCreateDate in interface BookmarksFolderModel
Returns:
the create date of this bookmarks folder

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this bookmarks folder.

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

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this bookmarks folder.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel
Specified by:
getModifiedDate in interface BookmarksFolderModel
Returns:
the modified date of this bookmarks folder

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this bookmarks folder.

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

getResourceBlockId

public long getResourceBlockId()
Returns the resource block ID of this bookmarks folder.

Specified by:
getResourceBlockId in interface PermissionedModel
Specified by:
getResourceBlockId in interface BookmarksFolderModel
Returns:
the resource block ID of this bookmarks folder

setResourceBlockId

public void setResourceBlockId(long resourceBlockId)
Sets the resource block ID of this bookmarks folder.

Specified by:
setResourceBlockId in interface PermissionedModel
Specified by:
setResourceBlockId in interface BookmarksFolderModel
Parameters:
resourceBlockId - the resource block ID of this bookmarks folder

getParentFolderId

public long getParentFolderId()
Returns the parent folder ID of this bookmarks folder.

Specified by:
getParentFolderId in interface BookmarksFolderModel
Returns:
the parent folder ID of this bookmarks folder

setParentFolderId

public void setParentFolderId(long parentFolderId)
Sets the parent folder ID of this bookmarks folder.

Specified by:
setParentFolderId in interface BookmarksFolderModel
Parameters:
parentFolderId - the parent folder ID of this bookmarks folder

getTreePath

public String getTreePath()
Returns the tree path of this bookmarks folder.

Specified by:
getTreePath in interface TreeModel
Specified by:
getTreePath in interface BookmarksFolderModel
Returns:
the tree path of this bookmarks folder

setTreePath

public void setTreePath(String treePath)
Sets the tree path of this bookmarks folder.

Specified by:
setTreePath in interface BookmarksFolderModel
Parameters:
treePath - the tree path of this bookmarks folder

getName

public String getName()
Returns the name of this bookmarks folder.

Specified by:
getName in interface BookmarksFolderModel
Returns:
the name of this bookmarks folder

setName

public void setName(String name)
Sets the name of this bookmarks folder.

Specified by:
setName in interface BookmarksFolderModel
Parameters:
name - the name of this bookmarks folder

getDescription

public String getDescription()
Returns the description of this bookmarks folder.

Specified by:
getDescription in interface BookmarksFolderModel
Returns:
the description of this bookmarks folder

setDescription

public void setDescription(String description)
Sets the description of this bookmarks folder.

Specified by:
setDescription in interface BookmarksFolderModel
Parameters:
description - the description of this bookmarks folder

getStatus

public int getStatus()
Returns the status of this bookmarks folder.

Specified by:
getStatus in interface TrashedModel
Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface BookmarksFolderModel
Returns:
the status of this bookmarks folder

setStatus

public void setStatus(int status)
Sets the status of this bookmarks folder.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface BookmarksFolderModel
Parameters:
status - the status of this bookmarks folder

getStatusByUserId

public long getStatusByUserId()
Returns the status by user ID of this bookmarks folder.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface BookmarksFolderModel
Returns:
the status by user ID of this bookmarks folder

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Sets the status by user ID of this bookmarks folder.

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

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Returns the status by user uuid of this bookmarks folder.

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

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this bookmarks folder.

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

getStatusByUserName

public String getStatusByUserName()
Returns the status by user name of this bookmarks folder.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface BookmarksFolderModel
Returns:
the status by user name of this bookmarks folder

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Sets the status by user name of this bookmarks folder.

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

getStatusDate

public Date getStatusDate()
Returns the status date of this bookmarks folder.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface BookmarksFolderModel
Returns:
the status date of this bookmarks folder

setStatusDate

public void setStatusDate(Date statusDate)
Sets the status date of this bookmarks folder.

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

getTrashEntry

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

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

getTrashEntryClassPK

public long getTrashEntryClassPK()
Returns the class primary key of the trash entry for this bookmarks folder.

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

getTrashHandler

public TrashHandler getTrashHandler()
Returns the trash handler for this bookmarks folder.

Specified by:
getTrashHandler in interface TrashedModel
Specified by:
getTrashHandler in interface BookmarksFolderModel
Returns:
the trash handler for this bookmarks folder

isInTrash

public boolean isInTrash()
Returns true if this bookmarks folder is in the Recycle Bin.

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

isInTrashContainer

public boolean isInTrashContainer()
Returns true if the parent of this bookmarks folder is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface BookmarksFolderModel
Returns:
true if the parent of this bookmarks folder is in the Recycle Bin; false otherwise
Throws:
SystemException - if a system exception occurred

getApproved

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

Specified by:
getApproved in interface WorkflowedModel
Specified by:
getApproved in interface BookmarksFolderModel

isApproved

public boolean isApproved()
Returns true if this bookmarks folder is approved.

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

isDenied

public boolean isDenied()
Returns true if this bookmarks folder is denied.

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

isDraft

public boolean isDraft()
Returns true if this bookmarks folder is a draft.

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

isExpired

public boolean isExpired()
Returns true if this bookmarks folder is expired.

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

isInactive

public boolean isInactive()
Returns true if this bookmarks folder is inactive.

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

isIncomplete

public boolean isIncomplete()
Returns true if this bookmarks folder is incomplete.

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

isPending

public boolean isPending()
Returns true if this bookmarks folder is pending.

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

isScheduled

public boolean isScheduled()
Returns true if this bookmarks folder is scheduled.

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

getContainerModelId

public long getContainerModelId()
Returns the container model ID of this bookmarks folder.

Specified by:
getContainerModelId in interface ContainerModel
Specified by:
getContainerModelId in interface BookmarksFolderModel
Returns:
the container model ID of this bookmarks folder

setContainerModelId

public void setContainerModelId(long containerModelId)
Sets the container model ID of this bookmarks folder.

Specified by:
setContainerModelId in interface ContainerModel
Specified by:
setContainerModelId in interface BookmarksFolderModel
Parameters:
containerModelId - the container model ID of this bookmarks folder

getContainerModelName

public String getContainerModelName()
Returns the container name of this bookmarks folder.

Specified by:
getContainerModelName in interface ContainerModel
Specified by:
getContainerModelName in interface BookmarksFolderModel
Returns:
the container name of this bookmarks folder

getParentContainerModelId

public long getParentContainerModelId()
Returns the parent container model ID of this bookmarks folder.

Specified by:
getParentContainerModelId in interface ContainerModel
Specified by:
getParentContainerModelId in interface BookmarksFolderModel
Returns:
the parent container model ID of this bookmarks folder

setParentContainerModelId

public void setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this bookmarks folder.

Specified by:
setParentContainerModelId in interface ContainerModel
Specified by:
setParentContainerModelId in interface BookmarksFolderModel
Parameters:
parentContainerModelId - the parent container model ID of this bookmarks folder

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<BookmarksFolder>
Specified by:
isNew in interface BookmarksFolderModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<BookmarksFolder>
Specified by:
setNew in interface BookmarksFolderModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<BookmarksFolder>
Specified by:
isCachedModel in interface BookmarksFolderModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<BookmarksFolder>
Specified by:
setCachedModel in interface BookmarksFolderModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<BookmarksFolder>
Specified by:
isEscapedModel in interface BookmarksFolderModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<BookmarksFolder>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface TreeModel
Specified by:
getPrimaryKeyObj in interface BookmarksFolderModel
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<BookmarksFolder>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface BookmarksFolderModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<BookmarksFolder>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface BookmarksFolderModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<BookmarksFolder>
Specified by:
setExpandoBridgeAttributes in interface BookmarksFolderModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<BookmarksFolder>
Specified by:
setExpandoBridgeAttributes in interface BookmarksFolderModel

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<BookmarksFolder>
Specified by:
setExpandoBridgeAttributes in interface BookmarksFolderModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

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

Specified by:
clone in interface BaseModel<BookmarksFolder>
Specified by:
clone in interface StagedModel
Specified by:
clone in interface BookmarksFolderModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(BookmarksFolder bookmarksFolder)
Specified by:
compareTo in interface BookmarksFolderModel
Specified by:
compareTo in interface Comparable<BookmarksFolder>

hashCode

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

toCacheModel

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

Specified by:
toCacheModel in interface BaseModel<BookmarksFolder>
Specified by:
toCacheModel in interface BookmarksFolderModel
Returns:
the cache model object

toEscapedModel

public BookmarksFolder 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<BookmarksFolder>
Specified by:
toEscapedModel in interface BookmarksFolderModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public BookmarksFolder toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<BookmarksFolder>
Specified by:
toUnescapedModel in interface BookmarksFolderModel

toString

public String toString()
Specified by:
toString in interface BookmarksFolderModel
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<BookmarksFolder>
Specified by:
toXmlString in interface BookmarksFolderModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

buildTreePath

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

updateTreePath

public void updateTreePath(String treePath)
                    throws SystemException
Specified by:
updateTreePath in interface TreeModel
Throws:
SystemException

getAncestorFolderIds

public List<Long> getAncestorFolderIds()
                                throws PortalException,
                                       SystemException
Specified by:
getAncestorFolderIds in interface BookmarksFolder
Throws:
PortalException
SystemException

getAncestors

public List<BookmarksFolder> getAncestors()
                                   throws PortalException,
                                          SystemException
Specified by:
getAncestors in interface BookmarksFolder
Throws:
PortalException
SystemException

getParentFolder

public BookmarksFolder getParentFolder()
                                throws PortalException,
                                       SystemException
Specified by:
getParentFolder in interface BookmarksFolder
Throws:
PortalException
SystemException

isInTrashExplicitly

public boolean isInTrashExplicitly()
                            throws SystemException
Specified by:
isInTrashExplicitly in interface BookmarksFolder
Throws:
SystemException

isRoot

public boolean isRoot()
Specified by:
isRoot in interface BookmarksFolder

equals

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

getStagedModelType

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

getWrappedBookmarksFolder

public BookmarksFolder getWrappedBookmarksFolder()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public BookmarksFolder getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<BookmarksFolder>

resetOriginalValues

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

Specified by:
resetOriginalValues in interface BaseModel<BookmarksFolder>

Liferay 6.2-ce-ga5