Class OAuthClientEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuthClientEntry>
com.liferay.oauth.client.persistence.model.OAuthClientEntryWrapper
All Implemented Interfaces:
OAuthClientEntry, OAuthClientEntryModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<OAuthClientEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<OAuthClientEntry>

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

This class is a wrapper for OAuthClientEntry.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.oauth.client.persistence.model.OAuthClientEntry

    O_AUTH_CLIENT_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the auth request parameters json of this o auth client entry.
    Returns the auth server well known uri of this o auth client entry.
    Returns the client ID of this o auth client entry.
    long
    Returns the company ID of this o auth client entry.
    Returns the create date of this o auth client entry.
    Returns the info json of this o auth client entry.
    int
     
    long
    Returns the metadata cache time of this o auth client entry.
     
    Returns the modified date of this o auth client entry.
    long
    Returns the mvcc version of this o auth client entry.
    long
    Returns the o auth client entry ID of this o auth client entry.
    Returns the oidc user info mapper json of this o auth client entry.
    long
    Returns the primary key of this o auth client entry.
    Returns the token request parameters json of this o auth client entry.
    long
    Returns the user ID of this o auth client entry.
    Returns the user name of this o auth client entry.
    Returns the user uuid of this o auth client entry.
    void
     
    void
    setAuthRequestParametersJSON(String authRequestParametersJSON)
    Sets the auth request parameters json of this o auth client entry.
    void
    setAuthServerWellKnownURI(String authServerWellKnownURI)
    Sets the auth server well known uri of this o auth client entry.
    void
    setClientId(String clientId)
    Sets the client ID of this o auth client entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this o auth client entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this o auth client entry.
    void
    setInfoJSON(String infoJSON)
    Sets the info json of this o auth client entry.
    void
    setMetadataCacheTime(long metadataCacheTime)
    Sets the metadata cache time of this o auth client entry.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this o auth client entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this o auth client entry.
    void
    setOAuthClientEntryId(long oAuthClientEntryId)
    Sets the o auth client entry ID of this o auth client entry.
    void
    setOIDCUserInfoMapperJSON(String oidcUserInfoMapperJSON)
    Sets the oidc user info mapper json of this o auth client entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this o auth client entry.
    void
    setTokenRequestParametersJSON(String tokenRequestParametersJSON)
    Sets the token request parameters json of this o auth client entry.
    void
    setUserId(long userId)
    Sets the user ID of this o auth client entry.
    void
    setUserName(String userName)
    Sets the user name of this o auth client entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this o auth client entry.
     
    wrap(OAuthClientEntry oAuthClientEntry)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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

    • OAuthClientEntryWrapper

      public OAuthClientEntryWrapper(OAuthClientEntry oAuthClientEntry)
  • Method Details

    • getModelAttributes

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

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

      public OAuthClientEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>
      Specified by:
      cloneWithOriginalValues in interface OAuthClientEntryModel
    • getAuthRequestParametersJSON

      public String getAuthRequestParametersJSON()
      Returns the auth request parameters json of this o auth client entry.
      Specified by:
      getAuthRequestParametersJSON in interface OAuthClientEntryModel
      Returns:
      the auth request parameters json of this o auth client entry
    • getAuthServerWellKnownURI

      public String getAuthServerWellKnownURI()
      Returns the auth server well known uri of this o auth client entry.
      Specified by:
      getAuthServerWellKnownURI in interface OAuthClientEntryModel
      Returns:
      the auth server well known uri of this o auth client entry
    • getClientId

      public String getClientId()
      Returns the client ID of this o auth client entry.
      Specified by:
      getClientId in interface OAuthClientEntryModel
      Returns:
      the client ID of this o auth client entry
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this o auth client entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface OAuthClientEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this o auth client entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this o auth client entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface OAuthClientEntryModel
      Returns:
      the create date of this o auth client entry
    • getInfoJSON

      public String getInfoJSON()
      Returns the info json of this o auth client entry.
      Specified by:
      getInfoJSON in interface OAuthClientEntryModel
      Returns:
      the info json of this o auth client entry
    • getMetadataCacheInSeconds

      public int getMetadataCacheInSeconds()
      Specified by:
      getMetadataCacheInSeconds in interface OAuthClientEntry
    • getMetadataCacheTime

      public long getMetadataCacheTime()
      Returns the metadata cache time of this o auth client entry.
      Specified by:
      getMetadataCacheTime in interface OAuthClientEntryModel
      Returns:
      the metadata cache time of this o auth client entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this o auth client entry.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface OAuthClientEntryModel
      Returns:
      the modified date of this o auth client entry
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this o auth client entry.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface OAuthClientEntryModel
      Returns:
      the mvcc version of this o auth client entry
    • getOAuthClientEntryId

      public long getOAuthClientEntryId()
      Returns the o auth client entry ID of this o auth client entry.
      Specified by:
      getOAuthClientEntryId in interface OAuthClientEntryModel
      Returns:
      the o auth client entry ID of this o auth client entry
    • getOIDCUserInfoMapperJSON

      public String getOIDCUserInfoMapperJSON()
      Returns the oidc user info mapper json of this o auth client entry.
      Specified by:
      getOIDCUserInfoMapperJSON in interface OAuthClientEntryModel
      Returns:
      the oidc user info mapper json of this o auth client entry
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this o auth client entry.
      Specified by:
      getPrimaryKey in interface OAuthClientEntryModel
      Returns:
      the primary key of this o auth client entry
    • getTokenRequestParametersJSON

      public String getTokenRequestParametersJSON()
      Returns the token request parameters json of this o auth client entry.
      Specified by:
      getTokenRequestParametersJSON in interface OAuthClientEntryModel
      Returns:
      the token request parameters json of this o auth client entry
    • getUserId

      public long getUserId()
      Returns the user ID of this o auth client entry.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface OAuthClientEntryModel
      Returns:
      the user ID of this o auth client entry
    • getUserName

      public String getUserName()
      Returns the user name of this o auth client entry.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface OAuthClientEntryModel
      Returns:
      the user name of this o auth client entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this o auth client entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface OAuthClientEntryModel
      Returns:
      the user uuid of this o auth client entry
    • persist

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

      public void setAuthRequestParametersJSON(String authRequestParametersJSON)
      Sets the auth request parameters json of this o auth client entry.
      Specified by:
      setAuthRequestParametersJSON in interface OAuthClientEntryModel
      Parameters:
      authRequestParametersJSON - the auth request parameters json of this o auth client entry
    • setAuthServerWellKnownURI

      public void setAuthServerWellKnownURI(String authServerWellKnownURI)
      Sets the auth server well known uri of this o auth client entry.
      Specified by:
      setAuthServerWellKnownURI in interface OAuthClientEntryModel
      Parameters:
      authServerWellKnownURI - the auth server well known uri of this o auth client entry
    • setClientId

      public void setClientId(String clientId)
      Sets the client ID of this o auth client entry.
      Specified by:
      setClientId in interface OAuthClientEntryModel
      Parameters:
      clientId - the client ID of this o auth client entry
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this o auth client entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface OAuthClientEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this o auth client entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this o auth client entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface OAuthClientEntryModel
      Parameters:
      createDate - the create date of this o auth client entry
    • setInfoJSON

      public void setInfoJSON(String infoJSON)
      Sets the info json of this o auth client entry.
      Specified by:
      setInfoJSON in interface OAuthClientEntryModel
      Parameters:
      infoJSON - the info json of this o auth client entry
    • setMetadataCacheTime

      public void setMetadataCacheTime(long metadataCacheTime)
      Sets the metadata cache time of this o auth client entry.
      Specified by:
      setMetadataCacheTime in interface OAuthClientEntryModel
      Parameters:
      metadataCacheTime - the metadata cache time of this o auth client entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this o auth client entry.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface OAuthClientEntryModel
      Parameters:
      modifiedDate - the modified date of this o auth client entry
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this o auth client entry.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface OAuthClientEntryModel
      Parameters:
      mvccVersion - the mvcc version of this o auth client entry
    • setOAuthClientEntryId

      public void setOAuthClientEntryId(long oAuthClientEntryId)
      Sets the o auth client entry ID of this o auth client entry.
      Specified by:
      setOAuthClientEntryId in interface OAuthClientEntryModel
      Parameters:
      oAuthClientEntryId - the o auth client entry ID of this o auth client entry
    • setOIDCUserInfoMapperJSON

      public void setOIDCUserInfoMapperJSON(String oidcUserInfoMapperJSON)
      Sets the oidc user info mapper json of this o auth client entry.
      Specified by:
      setOIDCUserInfoMapperJSON in interface OAuthClientEntryModel
      Parameters:
      oidcUserInfoMapperJSON - the oidc user info mapper json of this o auth client entry
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this o auth client entry.
      Specified by:
      setPrimaryKey in interface OAuthClientEntryModel
      Parameters:
      primaryKey - the primary key of this o auth client entry
    • setTokenRequestParametersJSON

      public void setTokenRequestParametersJSON(String tokenRequestParametersJSON)
      Sets the token request parameters json of this o auth client entry.
      Specified by:
      setTokenRequestParametersJSON in interface OAuthClientEntryModel
      Parameters:
      tokenRequestParametersJSON - the token request parameters json of this o auth client entry
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this o auth client entry.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface OAuthClientEntryModel
      Parameters:
      userId - the user ID of this o auth client entry
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this o auth client entry.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface OAuthClientEntryModel
      Parameters:
      userName - the user name of this o auth client entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this o auth client entry.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface OAuthClientEntryModel
      Parameters:
      userUuid - the user uuid of this o auth client entry
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface OAuthClientEntryModel
    • wrap

      protected OAuthClientEntryWrapper wrap(OAuthClientEntry oAuthClientEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuthClientEntry>