Class WikiPageResourceWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPageResource>
com.liferay.wiki.model.WikiPageResourceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<WikiPageResource>, com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<WikiPageResource>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, WikiPageResource, WikiPageResourceModel, Serializable, Cloneable, Comparable<WikiPageResource>

public class WikiPageResourceWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPageResource> implements com.liferay.portal.kernel.model.ModelWrapper<WikiPageResource>, WikiPageResource

This class is a wrapper for WikiPageResource.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.wiki.model.WikiPageResource

    RESOURCE_PRIM_KEY_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    long
    Returns the company ID of this wiki page resource.
    long
    Returns the ct collection ID of this wiki page resource.
    long
    Returns the group ID of this wiki page resource.
     
    long
    Returns the mvcc version of this wiki page resource.
    long
    Returns the node ID of this wiki page resource.
    long
    Returns the primary key of this wiki page resource.
    long
    Returns the resource prim key of this wiki page resource.
    Returns the title of this wiki page resource.
    Returns the uuid of this wiki page resource.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this wiki page resource.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this wiki page resource.
    void
    setGroupId(long groupId)
    Sets the group ID of this wiki page resource.
    void
     
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this wiki page resource.
    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
    setResourcePrimKey(long resourcePrimKey)
    Sets the resource prim key of this wiki page resource.
    void
    Sets the title of this wiki page resource.
    void
    Sets the uuid of this wiki page resource.
     
    wrap(WikiPageResource wikiPageResource)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel
  • Constructor Details

    • WikiPageResourceWrapper

      public WikiPageResourceWrapper(WikiPageResource wikiPageResource)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
    • cloneWithOriginalValues

      public WikiPageResource cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
      Specified by:
      cloneWithOriginalValues in interface WikiPageResourceModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this wiki page resource.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface WikiPageResourceModel
      Returns:
      the company ID of this wiki page resource
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this wiki page resource.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>
      Specified by:
      getCtCollectionId in interface WikiPageResourceModel
      Returns:
      the ct collection ID of this wiki page resource
    • getGroupId

      public long getGroupId()
      Returns the group ID of this wiki page resource.
      Specified by:
      getGroupId in interface WikiPageResourceModel
      Returns:
      the group ID of this wiki page resource
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this wiki page resource.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface WikiPageResourceModel
      Returns:
      the mvcc version of this wiki page resource
    • getNodeId

      public long getNodeId()
      Returns the node ID of this wiki page resource.
      Specified by:
      getNodeId in interface WikiPageResourceModel
      Returns:
      the node ID of this wiki page resource
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this wiki page resource.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>
      Specified by:
      getPrimaryKey in interface WikiPageResourceModel
      Returns:
      the primary key of this wiki page resource
    • getResourcePrimKey

      public long getResourcePrimKey()
      Returns the resource prim key of this wiki page resource.
      Specified by:
      getResourcePrimKey in interface WikiPageResourceModel
      Returns:
      the resource prim key of this wiki page resource
    • getTitle

      public String getTitle()
      Returns the title of this wiki page resource.
      Specified by:
      getTitle in interface WikiPageResourceModel
      Returns:
      the title of this wiki page resource
    • getUuid

      public String getUuid()
      Returns the uuid of this wiki page resource.
      Specified by:
      getUuid in interface WikiPageResourceModel
      Returns:
      the uuid of this wiki page resource
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this wiki page resource.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface WikiPageResourceModel
      Parameters:
      companyId - the company ID of this wiki page resource
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this wiki page resource.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>
      Specified by:
      setCtCollectionId in interface WikiPageResourceModel
      Parameters:
      ctCollectionId - the ct collection ID of this wiki page resource
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this wiki page resource.
      Specified by:
      setGroupId in interface WikiPageResourceModel
      Parameters:
      groupId - the group ID of this wiki page resource
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this wiki page resource.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface WikiPageResourceModel
      Parameters:
      mvccVersion - the mvcc version of this wiki page resource
    • setNodeId

      public void setNodeId(long nodeId)
      Sets the node ID of this wiki page resource.
      Specified by:
      setNodeId in interface WikiPageResourceModel
      Parameters:
      nodeId - the node ID of this wiki page resource
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this wiki page resource.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>
      Specified by:
      setPrimaryKey in interface WikiPageResourceModel
      Parameters:
      primaryKey - the primary key of this wiki page resource
    • setResourcePrimKey

      public void setResourcePrimKey(long resourcePrimKey)
      Sets the resource prim key of this wiki page resource.
      Specified by:
      setResourcePrimKey in interface WikiPageResourceModel
      Parameters:
      resourcePrimKey - the resource prim key of this wiki page resource
    • setTitle

      public void setTitle(String title)
      Sets the title of this wiki page resource.
      Specified by:
      setTitle in interface WikiPageResourceModel
      Parameters:
      title - the title of this wiki page resource
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this wiki page resource.
      Specified by:
      setUuid in interface WikiPageResourceModel
      Parameters:
      uuid - the uuid of this wiki page resource
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface WikiPageResourceModel
    • getAttributeGetterFunctions

      public Map<String,Function<WikiPageResource,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<WikiPageResource,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
    • wrap

      protected WikiPageResourceWrapper wrap(WikiPageResource wikiPageResource)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPageResource>