Liferay 6.0.5

com.liferay.portlet.wiki.model.impl
Class WikiNodeModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WikiNode>
      extended by com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
All Implemented Interfaces:
BaseModel<WikiNode>, WikiNodeModel, Serializable, Cloneable, Comparable<WikiNode>
Direct Known Subclasses:
WikiNodeImpl

public class WikiNodeModelImpl
extends BaseModelImpl<WikiNode>
implements WikiNodeModel

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

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

Never modify or reference this class directly. All methods that expect a wiki node model instance should use the WikiNode interface instead.

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

Field Summary
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long LOCK_EXPIRATION_TIME
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
 
Constructor Summary
WikiNodeModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(WikiNode wikiNode)
           
 boolean equals(Object obj)
           
 long getCompanyId()
          Gets the company id of this wiki node.
 Date getCreateDate()
          Gets the create date of this wiki node.
 String getDescription()
          Gets the description of this wiki node.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getGroupId()
          Gets the group id of this wiki node.
 Date getLastPostDate()
          Gets the last post date of this wiki node.
 Date getModifiedDate()
          Gets the modified date of this wiki node.
 String getName()
          Gets the name of this wiki node.
 long getNodeId()
          Gets the node id of this wiki node.
 long getOriginalGroupId()
           
 String getOriginalName()
           
 String getOriginalUuid()
           
 long getPrimaryKey()
          Gets the primary key of this wiki node.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 long getUserId()
          Gets the user id of this wiki node.
 String getUserName()
          Gets the user name of this wiki node.
 String getUserUuid()
          Gets the user uuid of this wiki node.
 String getUuid()
          Gets the uuid of this wiki node.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the company id of this wiki node.
 void setCreateDate(Date createDate)
          Sets the create date of this wiki node.
 void setDescription(String description)
          Sets the description of this wiki node.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group id of this wiki node.
 void setLastPostDate(Date lastPostDate)
          Sets the last post date of this wiki node.
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this wiki node.
 void setName(String name)
          Sets the name of this wiki node.
 void setNodeId(long nodeId)
          Sets the node id of this wiki node.
 void setPrimaryKey(long pk)
          Sets the primary key of this wiki node
 void setUserId(long userId)
          Sets the user id of this wiki node.
 void setUserName(String userName)
          Sets the user name of this wiki node.
 void setUserUuid(String userUuid)
          Sets the user uuid of this wiki node.
 void setUuid(String uuid)
          Sets the uuid of this wiki node.
 WikiNode toEscapedModel()
          Gets a copy of this wiki node as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static WikiNode toModel(WikiNodeSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<WikiNode> toModels(WikiNodeSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiNodeModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 

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

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

WikiNodeModelImpl

public WikiNodeModelImpl()
Method Detail

toModel

public static WikiNode toModel(WikiNodeSoap 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<WikiNode> toModels(WikiNodeSoap[] 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: WikiNodeModel
Gets the primary key of this wiki node.

Specified by:
getPrimaryKey in interface WikiNodeModel
Returns:
the primary key of this wiki node

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: WikiNodeModel
Sets the primary key of this wiki node

Specified by:
setPrimaryKey in interface WikiNodeModel
Parameters:
pk - the primary key of this wiki node

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<WikiNode>
Specified by:
getPrimaryKeyObj in interface WikiNodeModel
Returns:
the primary key of this model instance

getUuid

public String getUuid()
Description copied from interface: WikiNodeModel
Gets the uuid of this wiki node.

Specified by:
getUuid in interface WikiNodeModel
Returns:
the uuid of this wiki node

setUuid

public void setUuid(String uuid)
Description copied from interface: WikiNodeModel
Sets the uuid of this wiki node.

Specified by:
setUuid in interface WikiNodeModel
Parameters:
uuid - the uuid of this wiki node

getOriginalUuid

public String getOriginalUuid()

getNodeId

public long getNodeId()
Description copied from interface: WikiNodeModel
Gets the node id of this wiki node.

Specified by:
getNodeId in interface WikiNodeModel
Returns:
the node id of this wiki node

setNodeId

public void setNodeId(long nodeId)
Description copied from interface: WikiNodeModel
Sets the node id of this wiki node.

Specified by:
setNodeId in interface WikiNodeModel
Parameters:
nodeId - the node id of this wiki node

getGroupId

public long getGroupId()
Description copied from interface: WikiNodeModel
Gets the group id of this wiki node.

Specified by:
getGroupId in interface WikiNodeModel
Returns:
the group id of this wiki node

setGroupId

public void setGroupId(long groupId)
Description copied from interface: WikiNodeModel
Sets the group id of this wiki node.

Specified by:
setGroupId in interface WikiNodeModel
Parameters:
groupId - the group id of this wiki node

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()
Description copied from interface: WikiNodeModel
Gets the company id of this wiki node.

Specified by:
getCompanyId in interface WikiNodeModel
Returns:
the company id of this wiki node

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: WikiNodeModel
Sets the company id of this wiki node.

Specified by:
setCompanyId in interface WikiNodeModel
Parameters:
companyId - the company id of this wiki node

getUserId

public long getUserId()
Description copied from interface: WikiNodeModel
Gets the user id of this wiki node.

Specified by:
getUserId in interface WikiNodeModel
Returns:
the user id of this wiki node

setUserId

public void setUserId(long userId)
Description copied from interface: WikiNodeModel
Sets the user id of this wiki node.

Specified by:
setUserId in interface WikiNodeModel
Parameters:
userId - the user id of this wiki node

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: WikiNodeModel
Gets the user uuid of this wiki node.

Specified by:
getUserUuid in interface WikiNodeModel
Returns:
the user uuid of this wiki node
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: WikiNodeModel
Sets the user uuid of this wiki node.

Specified by:
setUserUuid in interface WikiNodeModel
Parameters:
userUuid - the user uuid of this wiki node

getUserName

public String getUserName()
Description copied from interface: WikiNodeModel
Gets the user name of this wiki node.

Specified by:
getUserName in interface WikiNodeModel
Returns:
the user name of this wiki node

setUserName

public void setUserName(String userName)
Description copied from interface: WikiNodeModel
Sets the user name of this wiki node.

Specified by:
setUserName in interface WikiNodeModel
Parameters:
userName - the user name of this wiki node

getCreateDate

public Date getCreateDate()
Description copied from interface: WikiNodeModel
Gets the create date of this wiki node.

Specified by:
getCreateDate in interface WikiNodeModel
Returns:
the create date of this wiki node

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: WikiNodeModel
Sets the create date of this wiki node.

Specified by:
setCreateDate in interface WikiNodeModel
Parameters:
createDate - the create date of this wiki node

getModifiedDate

public Date getModifiedDate()
Description copied from interface: WikiNodeModel
Gets the modified date of this wiki node.

Specified by:
getModifiedDate in interface WikiNodeModel
Returns:
the modified date of this wiki node

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: WikiNodeModel
Sets the modified date of this wiki node.

Specified by:
setModifiedDate in interface WikiNodeModel
Parameters:
modifiedDate - the modified date of this wiki node

getName

public String getName()
Description copied from interface: WikiNodeModel
Gets the name of this wiki node.

Specified by:
getName in interface WikiNodeModel
Returns:
the name of this wiki node

setName

public void setName(String name)
Description copied from interface: WikiNodeModel
Sets the name of this wiki node.

Specified by:
setName in interface WikiNodeModel
Parameters:
name - the name of this wiki node

getOriginalName

public String getOriginalName()

getDescription

public String getDescription()
Description copied from interface: WikiNodeModel
Gets the description of this wiki node.

Specified by:
getDescription in interface WikiNodeModel
Returns:
the description of this wiki node

setDescription

public void setDescription(String description)
Description copied from interface: WikiNodeModel
Sets the description of this wiki node.

Specified by:
setDescription in interface WikiNodeModel
Parameters:
description - the description of this wiki node

getLastPostDate

public Date getLastPostDate()
Description copied from interface: WikiNodeModel
Gets the last post date of this wiki node.

Specified by:
getLastPostDate in interface WikiNodeModel
Returns:
the last post date of this wiki node

setLastPostDate

public void setLastPostDate(Date lastPostDate)
Description copied from interface: WikiNodeModel
Sets the last post date of this wiki node.

Specified by:
setLastPostDate in interface WikiNodeModel
Parameters:
lastPostDate - the last post date of this wiki node

toEscapedModel

public WikiNode toEscapedModel()
Description copied from interface: WikiNodeModel
Gets a copy of this wiki node as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface WikiNodeModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<WikiNode>
Specified by:
getExpandoBridge in interface WikiNodeModel
Overrides:
getExpandoBridge in class BaseModelImpl<WikiNode>
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<WikiNode>
Specified by:
setExpandoBridgeAttributes in interface WikiNodeModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<WikiNode>
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
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<WikiNode>
Specified by:
clone in interface WikiNodeModel
Specified by:
clone in class BaseModelImpl<WikiNode>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(WikiNode wikiNode)
Specified by:
compareTo in interface WikiNodeModel
Specified by:
compareTo in interface Comparable<WikiNode>

equals

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

hashCode

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

toString

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

toXmlString

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

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

Liferay 6.0.5