|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface WikiPageResourceModel
The base model interface for the WikiPageResource service. Represents a row in the "WikiPageResource" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.wiki.model.impl.WikiPageResourceModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl.
WikiPageResource,
com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl,
com.liferay.portlet.wiki.model.impl.WikiPageResourceModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WikiPageResource wikiPageResource)
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getNodeId()
Returns the node ID of this wiki page resource. |
long |
getPrimaryKey()
Returns the primary key of this wiki page resource. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getResourcePrimKey()
Returns the resource prim key of this wiki page resource. |
String |
getTitle()
Returns the title of this wiki page resource. |
String |
getUuid()
Returns the uuid of this wiki page resource. |
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. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setNodeId(long nodeId)
Sets the node ID of this wiki page resource. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this wiki page resource. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setResourcePrimKey(long resourcePrimKey)
Sets the resource prim key of this wiki page resource. |
void |
setTitle(String title)
Sets the title of this wiki page resource. |
void |
setUuid(String uuid)
Sets the uuid of this wiki page resource. |
CacheModel<WikiPageResource> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
WikiPageResource |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
WikiPageResource |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this wiki page resource@AutoEscape String getUuid()
void setUuid(String uuid)
uuid - the uuid of this wiki page resourcelong getResourcePrimKey()
void setResourcePrimKey(long resourcePrimKey)
resourcePrimKey - the resource prim key of this wiki page resourcelong getNodeId()
void setNodeId(long nodeId)
nodeId - the node ID of this wiki page resource@AutoEscape String getTitle()
void setTitle(String title)
title - the title of this wiki page resourceboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<WikiPageResource>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<WikiPageResource>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<WikiPageResource>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<WikiPageResource>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<WikiPageResource>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WikiPageResource>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<WikiPageResource>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WikiPageResource>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<WikiPageResource>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<WikiPageResource>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WikiPageResource>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<WikiPageResource>int compareTo(WikiPageResource wikiPageResource)
compareTo in interface Comparable<WikiPageResource>int hashCode()
hashCode in class ObjectCacheModel<WikiPageResource> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<WikiPageResource>WikiPageResource toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<WikiPageResource>AutoEscapeBeanHandlerWikiPageResource toUnescapedModel()
toUnescapedModel in interface BaseModel<WikiPageResource>String toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<WikiPageResource>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||