Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model.impl
Class JournalFolderModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<JournalFolder>
      extended by com.liferay.portlet.journal.model.impl.JournalFolderModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<JournalFolder>, ClassedModel, ContainerModel, GroupedModel, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel, JournalFolderModel, Serializable, Cloneable, Comparable<JournalFolder>
Direct Known Subclasses:
JournalFolderBaseImpl

@JSON(strict=true)
public class JournalFolderModelImpl
extends BaseModelImpl<JournalFolder>
implements JournalFolderModel

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

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

See Also:
JournalFolderImpl, JournalFolder, JournalFolderModel, 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 PARENTFOLDERID_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 UUID_COLUMN_BITMASK
           
 
Constructor Summary
JournalFolderModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(JournalFolder journalFolder)
           
 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 journal folder.
 long getContainerModelId()
          Returns the container model ID of this journal folder.
 String getContainerModelName()
          Returns the container name of this journal folder.
 Date getCreateDate()
          Returns the create date of this journal folder.
 String getDescription()
          Returns the description of this journal folder.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getFolderId()
          Returns the folder ID of this journal folder.
 long getGroupId()
          Returns the group ID of this journal folder.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this journal folder.
 String getName()
          Returns the name of this journal folder.
 long getOriginalCompanyId()
           
 long getOriginalFolderId()
           
 long getOriginalGroupId()
           
 String getOriginalName()
           
 long getOriginalParentFolderId()
           
 int getOriginalStatus()
           
 String getOriginalUuid()
           
 long getParentContainerModelId()
          Returns the parent container model ID of this journal folder.
 long getParentFolderId()
          Returns the parent folder ID of this journal folder.
 long getPrimaryKey()
          Returns the primary key of this journal folder.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 StagedModelType getStagedModelType()
           
 int getStatus()
          Returns the status of this journal folder.
 long getStatusByUserId()
          Returns the status by user ID of this journal folder.
 String getStatusByUserName()
          Returns the status by user name of this journal folder.
 String getStatusByUserUuid()
          Returns the status by user uuid of this journal folder.
 Date getStatusDate()
          Returns the status date of this journal folder.
 TrashEntry getTrashEntry()
          Returns the trash entry created when this journal folder was moved to the Recycle Bin.
 long getTrashEntryClassPK()
          Returns the class primary key of the trash entry for this journal folder.
 TrashHandler getTrashHandler()
          Returns the trash handler for this journal folder.
 String getTreePath()
          Returns the tree path of this journal folder.
 long getUserId()
          Returns the user ID of this journal folder.
 String getUserName()
          Returns the user name of this journal folder.
 String getUserUuid()
          Returns the user uuid of this journal folder.
 String getUuid()
          Returns the uuid of this journal folder.
 int hashCode()
           
 boolean isApproved()
          Returns true if this journal folder is approved.
 boolean isDenied()
          Returns true if this journal folder is denied.
 boolean isDraft()
          Returns true if this journal folder is a draft.
 boolean isExpired()
          Returns true if this journal folder is expired.
 boolean isInactive()
          Returns true if this journal folder is inactive.
 boolean isIncomplete()
          Returns true if this journal folder is incomplete.
 boolean isInTrash()
          Returns true if this journal folder is in the Recycle Bin.
 boolean isInTrashContainer()
          Returns true if the parent of this journal folder is in the Recycle Bin.
 boolean isPending()
          Returns true if this journal folder is pending.
 boolean isScheduled()
          Returns true if this journal folder is scheduled.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCompanyId(long companyId)
          Sets the company ID of this journal folder.
 void setContainerModelId(long containerModelId)
          Sets the container model ID of this journal folder.
 void setCreateDate(Date createDate)
          Sets the create date of this journal folder.
 void setDescription(String description)
          Sets the description of this journal folder.
 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 journal folder.
 void setGroupId(long groupId)
          Sets the group ID of this journal folder.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this journal folder.
 void setName(String name)
          Sets the name of this journal folder.
 void setParentContainerModelId(long parentContainerModelId)
          Sets the parent container model ID of this journal folder.
 void setParentFolderId(long parentFolderId)
          Sets the parent folder ID of this journal folder.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this journal folder.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setStatus(int status)
          Sets the status of this journal folder.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this journal folder.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this journal folder.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this journal folder.
 void setStatusDate(Date statusDate)
          Sets the status date of this journal folder.
 void setTreePath(String treePath)
          Sets the tree path of this journal folder.
 void setUserId(long userId)
          Sets the user ID of this journal folder.
 void setUserName(String userName)
          Sets the user name of this journal folder.
 void setUserUuid(String userUuid)
          Sets the user uuid of this journal folder.
 void setUuid(String uuid)
          Sets the uuid of this journal folder.
 CacheModel<JournalFolder> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 JournalFolder toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static JournalFolder toModel(JournalFolderSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<JournalFolder> toModels(JournalFolderSoap[] 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.journal.model.JournalFolderModel
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

NAME_COLUMN_BITMASK

public static long NAME_COLUMN_BITMASK

PARENTFOLDERID_COLUMN_BITMASK

public static long PARENTFOLDERID_COLUMN_BITMASK

STATUS_COLUMN_BITMASK

public static long STATUS_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

JournalFolderModelImpl

public JournalFolderModelImpl()
Method Detail

toModel

public static JournalFolder toModel(JournalFolderSoap 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<JournalFolder> toModels(JournalFolderSoap[] 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: JournalFolderModel
Returns the primary key of this journal folder.

Specified by:
getPrimaryKey in interface JournalFolderModel
Returns:
the primary key of this journal folder

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: JournalFolderModel
Sets the primary key of this journal folder.

Specified by:
setPrimaryKey in interface JournalFolderModel
Parameters:
primaryKey - the primary key of this journal folder

getPrimaryKeyObj

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

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

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<JournalFolder>
Overrides:
getModelAttributes in class BaseModelImpl<JournalFolder>

setModelAttributes

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

getUuid

@JSON
public String getUuid()
Description copied from interface: JournalFolderModel
Returns the uuid of this journal folder.

Specified by:
getUuid in interface StagedModel
Specified by:
getUuid in interface JournalFolderModel
Returns:
the uuid of this journal folder

setUuid

public void setUuid(String uuid)
Description copied from interface: JournalFolderModel
Sets the uuid of this journal folder.

Specified by:
setUuid in interface StagedModel
Specified by:
setUuid in interface JournalFolderModel
Parameters:
uuid - the uuid of this journal folder

getOriginalUuid

public String getOriginalUuid()

getFolderId

@JSON
public long getFolderId()
Description copied from interface: JournalFolderModel
Returns the folder ID of this journal folder.

Specified by:
getFolderId in interface JournalFolderModel
Returns:
the folder ID of this journal folder

setFolderId

public void setFolderId(long folderId)
Description copied from interface: JournalFolderModel
Sets the folder ID of this journal folder.

Specified by:
setFolderId in interface JournalFolderModel
Parameters:
folderId - the folder ID of this journal folder

getOriginalFolderId

public long getOriginalFolderId()

getGroupId

@JSON
public long getGroupId()
Description copied from interface: JournalFolderModel
Returns the group ID of this journal folder.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface JournalFolderModel
Returns:
the group ID of this journal folder

setGroupId

public void setGroupId(long groupId)
Description copied from interface: JournalFolderModel
Sets the group ID of this journal folder.

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

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: JournalFolderModel
Returns the company ID of this journal folder.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel
Specified by:
getCompanyId in interface JournalFolderModel
Returns:
the company ID of this journal folder

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: JournalFolderModel
Sets the company ID of this journal folder.

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

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

@JSON
public long getUserId()
Description copied from interface: JournalFolderModel
Returns the user ID of this journal folder.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface JournalFolderModel
Returns:
the user ID of this journal folder

setUserId

public void setUserId(long userId)
Description copied from interface: JournalFolderModel
Sets the user ID of this journal folder.

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

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: JournalFolderModel
Returns the user uuid of this journal folder.

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

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: JournalFolderModel
Sets the user uuid of this journal folder.

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

getUserName

@JSON
public String getUserName()
Description copied from interface: JournalFolderModel
Returns the user name of this journal folder.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface JournalFolderModel
Returns:
the user name of this journal folder

setUserName

public void setUserName(String userName)
Description copied from interface: JournalFolderModel
Sets the user name of this journal folder.

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

getCreateDate

@JSON
public Date getCreateDate()
Description copied from interface: JournalFolderModel
Returns the create date of this journal folder.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel
Specified by:
getCreateDate in interface JournalFolderModel
Returns:
the create date of this journal folder

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: JournalFolderModel
Sets the create date of this journal folder.

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

getModifiedDate

@JSON
public Date getModifiedDate()
Description copied from interface: JournalFolderModel
Returns the modified date of this journal folder.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel
Specified by:
getModifiedDate in interface JournalFolderModel
Returns:
the modified date of this journal folder

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: JournalFolderModel
Sets the modified date of this journal folder.

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

getParentFolderId

@JSON
public long getParentFolderId()
Description copied from interface: JournalFolderModel
Returns the parent folder ID of this journal folder.

Specified by:
getParentFolderId in interface JournalFolderModel
Returns:
the parent folder ID of this journal folder

setParentFolderId

public void setParentFolderId(long parentFolderId)
Description copied from interface: JournalFolderModel
Sets the parent folder ID of this journal folder.

Specified by:
setParentFolderId in interface JournalFolderModel
Parameters:
parentFolderId - the parent folder ID of this journal folder

getOriginalParentFolderId

public long getOriginalParentFolderId()

getTreePath

@JSON
public String getTreePath()
Description copied from interface: JournalFolderModel
Returns the tree path of this journal folder.

Specified by:
getTreePath in interface JournalFolderModel
Returns:
the tree path of this journal folder

setTreePath

public void setTreePath(String treePath)
Description copied from interface: JournalFolderModel
Sets the tree path of this journal folder.

Specified by:
setTreePath in interface JournalFolderModel
Parameters:
treePath - the tree path of this journal folder

getName

@JSON
public String getName()
Description copied from interface: JournalFolderModel
Returns the name of this journal folder.

Specified by:
getName in interface JournalFolderModel
Returns:
the name of this journal folder

setName

public void setName(String name)
Description copied from interface: JournalFolderModel
Sets the name of this journal folder.

Specified by:
setName in interface JournalFolderModel
Parameters:
name - the name of this journal folder

getOriginalName

public String getOriginalName()

getDescription

@JSON
public String getDescription()
Description copied from interface: JournalFolderModel
Returns the description of this journal folder.

Specified by:
getDescription in interface JournalFolderModel
Returns:
the description of this journal folder

setDescription

public void setDescription(String description)
Description copied from interface: JournalFolderModel
Sets the description of this journal folder.

Specified by:
setDescription in interface JournalFolderModel
Parameters:
description - the description of this journal folder

getStatus

@JSON
public int getStatus()
Description copied from interface: JournalFolderModel
Returns the status of this journal folder.

Specified by:
getStatus in interface TrashedModel
Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface JournalFolderModel
Returns:
the status of this journal folder

setStatus

public void setStatus(int status)
Description copied from interface: JournalFolderModel
Sets the status of this journal folder.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface JournalFolderModel
Parameters:
status - the status of this journal folder

getOriginalStatus

public int getOriginalStatus()

getStatusByUserId

@JSON
public long getStatusByUserId()
Description copied from interface: JournalFolderModel
Returns the status by user ID of this journal folder.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface JournalFolderModel
Returns:
the status by user ID of this journal folder

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: JournalFolderModel
Sets the status by user ID of this journal folder.

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

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Description copied from interface: JournalFolderModel
Returns the status by user uuid of this journal folder.

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

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: JournalFolderModel
Sets the status by user uuid of this journal folder.

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

getStatusByUserName

@JSON
public String getStatusByUserName()
Description copied from interface: JournalFolderModel
Returns the status by user name of this journal folder.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface JournalFolderModel
Returns:
the status by user name of this journal folder

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: JournalFolderModel
Sets the status by user name of this journal folder.

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

getStatusDate

@JSON
public Date getStatusDate()
Description copied from interface: JournalFolderModel
Returns the status date of this journal folder.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface JournalFolderModel
Returns:
the status date of this journal folder

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: JournalFolderModel
Sets the status date of this journal folder.

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

getContainerModelId

public long getContainerModelId()
Description copied from interface: JournalFolderModel
Returns the container model ID of this journal folder.

Specified by:
getContainerModelId in interface ContainerModel
Specified by:
getContainerModelId in interface JournalFolderModel
Returns:
the container model ID of this journal folder

setContainerModelId

public void setContainerModelId(long containerModelId)
Description copied from interface: JournalFolderModel
Sets the container model ID of this journal folder.

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

getParentContainerModelId

public long getParentContainerModelId()
Description copied from interface: JournalFolderModel
Returns the parent container model ID of this journal folder.

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

setParentContainerModelId

public void setParentContainerModelId(long parentContainerModelId)
Description copied from interface: JournalFolderModel
Sets the parent container model ID of this journal folder.

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

getContainerModelName

public String getContainerModelName()
Description copied from interface: JournalFolderModel
Returns the container name of this journal folder.

Specified by:
getContainerModelName in interface ContainerModel
Specified by:
getContainerModelName in interface JournalFolderModel
Returns:
the container name of this journal folder

getStagedModelType

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

getTrashEntry

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

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

getTrashEntryClassPK

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

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

getTrashHandler

public TrashHandler getTrashHandler()
Description copied from interface: JournalFolderModel
Returns the trash handler for this journal folder.

Specified by:
getTrashHandler in interface TrashedModel
Specified by:
getTrashHandler in interface JournalFolderModel
Returns:
the trash handler for this journal folder

isInTrash

public boolean isInTrash()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is in the Recycle Bin.

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

isInTrashContainer

public boolean isInTrashContainer()
Description copied from interface: JournalFolderModel
Returns true if the parent of this journal folder is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface JournalFolderModel
Returns:
true if the parent of this journal folder 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 JournalFolderModel

isApproved

public boolean isApproved()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is approved.

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

isDenied

public boolean isDenied()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is denied.

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

isDraft

public boolean isDraft()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is a draft.

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

isExpired

public boolean isExpired()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is expired.

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

isInactive

public boolean isInactive()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is inactive.

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

isIncomplete

public boolean isIncomplete()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is incomplete.

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

isPending

public boolean isPending()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is pending.

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

isScheduled

public boolean isScheduled()
Description copied from interface: JournalFolderModel
Returns true if this journal folder is scheduled.

Specified by:
isScheduled in interface WorkflowedModel
Specified by:
isScheduled in interface JournalFolderModel
Returns:
true if this journal folder 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<JournalFolder>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface JournalFolderModel
Overrides:
getExpandoBridge in class BaseModelImpl<JournalFolder>
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<JournalFolder>
Specified by:
setExpandoBridgeAttributes in interface JournalFolderModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<JournalFolder>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public JournalFolder 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<JournalFolder>
Specified by:
toEscapedModel in interface JournalFolderModel
Overrides:
toEscapedModel in class BaseModelImpl<JournalFolder>
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<JournalFolder>
Specified by:
clone in interface StagedModel
Specified by:
clone in interface JournalFolderModel
Specified by:
clone in class BaseModelImpl<JournalFolder>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(JournalFolder journalFolder)
Specified by:
compareTo in interface JournalFolderModel
Specified by:
compareTo in interface Comparable<JournalFolder>

equals

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

hashCode

public int hashCode()
Specified by:
hashCode in interface JournalFolderModel
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<JournalFolder>
Overrides:
resetOriginalValues in class BaseModelImpl<JournalFolder>

toCacheModel

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

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

toString

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

Liferay 6.2-ce-ga5