Liferay 6.2.0-ce-m3

com.liferay.portlet.journal.model
Class JournalFolderWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalFolderWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<JournalFolder>, ClassedModel, GroupedModel, ModelWrapper<JournalFolder>, PersistedModel, StagedModel, JournalFolder, JournalFolderModel, Serializable, Cloneable, Comparable<JournalFolder>

public class JournalFolderWrapper
extends Object
implements JournalFolder, ModelWrapper<JournalFolder>

This class is a wrapper for JournalFolder.

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

Field Summary
 
Fields inherited from interface com.liferay.portlet.journal.model.JournalFolder
FOLDER_ID_ACCESSOR
 
Constructor Summary
JournalFolderWrapper(JournalFolder journalFolder)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(JournalFolder journalFolder)
           
 List<JournalFolder> getAncestors()
           
 long getCompanyId()
          Returns the company ID 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.
 JournalFolder getParentFolder()
           
 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.
 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.
 JournalFolder getWrappedJournalFolder()
          Deprecated. Renamed to getWrappedModel()
 JournalFolder getWrappedModel()
           
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 boolean isRoot()
           
 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 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 setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 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 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.
 String toString()
           
 JournalFolder toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JournalFolderWrapper

public JournalFolderWrapper(JournalFolder journalFolder)
Method Detail

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<JournalFolder>

setModelAttributes

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

getPrimaryKey

public long getPrimaryKey()
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)
Sets the primary key of this journal folder.

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

getUuid

public String getUuid()
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)
Sets the uuid of this journal folder.

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

getFolderId

public long getFolderId()
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)
Sets the folder ID of this journal folder.

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

getGroupId

public long getGroupId()
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)
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

getCompanyId

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

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

setCompanyId

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

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

getUserId

public long getUserId()
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)
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
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)
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

public String getUserName()
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)
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

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

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

setCreateDate

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

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

getModifiedDate

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

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

setModifiedDate

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

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

getParentFolderId

public long getParentFolderId()
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)
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

getName

public String getName()
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)
Sets the name of this journal folder.

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

getDescription

public String getDescription()
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)
Sets the description of this journal folder.

Specified by:
setDescription in interface JournalFolderModel
Parameters:
description - the description of this journal 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<JournalFolder>
Specified by:
isNew in interface JournalFolderModel
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<JournalFolder>
Specified by:
setNew in interface JournalFolderModel
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<JournalFolder>
Specified by:
isCachedModel in interface JournalFolderModel
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<JournalFolder>
Specified by:
setCachedModel in interface JournalFolderModel
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<JournalFolder>
Specified by:
isEscapedModel in interface JournalFolderModel
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<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

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
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
Parameters:
serviceContext - the service context
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<JournalFolder>
Specified by:
clone in interface JournalFolderModel
Overrides:
clone in class Object
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>

hashCode

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

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
Returns:
the cache model object

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
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public JournalFolder toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<JournalFolder>
Specified by:
toUnescapedModel in interface JournalFolderModel

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

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

getAncestors

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

getParentFolder

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

isRoot

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

getWrappedJournalFolder

public JournalFolder getWrappedJournalFolder()
Deprecated. Renamed to getWrappedModel()


getWrappedModel

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

resetOriginalValues

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

Specified by:
resetOriginalValues in interface BaseModel<JournalFolder>

Liferay 6.2.0-ce-m3