public class WikiPageResourceModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>
implements com.liferay.portlet.wiki.model.WikiPageResourceModel
This implementation and its corresponding interface WikiPageResourceModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WikiPageResourceImpl.
WikiPageResourceImpl,
WikiPageResource,
WikiPageResourceModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static long |
NODEID_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
RESOURCEPRIMKEY_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static long |
TITLE_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
WikiPageResourceModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.wiki.model.WikiPageResource wikiPageResource) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getNodeId() |
long |
getOriginalNodeId() |
java.lang.String |
getOriginalTitle() |
java.lang.String |
getOriginalUuid() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getResourcePrimKey() |
java.lang.String |
getTitle() |
java.lang.String |
getUuid() |
int |
hashCode() |
void |
resetOriginalValues() |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNodeId(long nodeId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setResourcePrimKey(long resourcePrimKey) |
void |
setTitle(java.lang.String title) |
void |
setUuid(java.lang.String uuid) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.wiki.model.WikiPageResource> |
toCacheModel() |
com.liferay.portlet.wiki.model.WikiPageResource |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long NODEID_COLUMN_BITMASK
public static long TITLE_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long RESOURCEPRIMKEY_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public java.lang.String getUuid()
getUuid in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic java.lang.String getOriginalUuid()
public long getResourcePrimKey()
getResourcePrimKey in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic void setResourcePrimKey(long resourcePrimKey)
setResourcePrimKey in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic long getNodeId()
getNodeId in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic void setNodeId(long nodeId)
setNodeId in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic long getOriginalNodeId()
public java.lang.String getTitle()
getTitle in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic void setTitle(java.lang.String title)
setTitle in interface com.liferay.portlet.wiki.model.WikiPageResourceModelpublic java.lang.String getOriginalTitle()
public long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.wiki.model.WikiPageResourceModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>setExpandoBridgeAttributes in interface com.liferay.portlet.wiki.model.WikiPageResourceModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public com.liferay.portlet.wiki.model.WikiPageResource toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>toEscapedModel in interface com.liferay.portlet.wiki.model.WikiPageResourceModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>clone in interface com.liferay.portlet.wiki.model.WikiPageResourceModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public int compareTo(com.liferay.portlet.wiki.model.WikiPageResource wikiPageResource)
compareTo in interface com.liferay.portlet.wiki.model.WikiPageResourceModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.wiki.model.WikiPageResource>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.wiki.model.WikiPageResourceModelhashCode in class java.lang.Objectpublic void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public com.liferay.portal.model.CacheModel<com.liferay.portlet.wiki.model.WikiPageResource> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>toCacheModel in interface com.liferay.portlet.wiki.model.WikiPageResourceModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.wiki.model.WikiPageResource>public java.lang.String toString()
toString in interface com.liferay.portlet.wiki.model.WikiPageResourceModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPageResource>toXmlString in interface com.liferay.portlet.wiki.model.WikiPageResourceModel