Interface OAuthClientEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<OAuthClientEntry>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
OAuthClientEntry
All Known Implementing Classes:
OAuthClientEntryWrapper

@ProviderType public interface OAuthClientEntryModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the OAuthClientEntry service. Represents a row in the "OAuthClientEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.oauth.client.persistence.model.impl.OAuthClientEntryModelImpl 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.oauth.client.persistence.model.impl.OAuthClientEntryImpl.

See Also:
Generated:
  • 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.
    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
    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
    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.
    default String
     

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this o auth client entry.
      Returns:
      the primary key of this o auth client entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this o auth client entry.
      Parameters:
      primaryKey - the primary key of this o auth client entry
    • getMvccVersion

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

      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
      Parameters:
      mvccVersion - the mvcc version of this o auth client entry
    • getOAuthClientEntryId

      long getOAuthClientEntryId()
      Returns the o auth client entry ID of this o auth client entry.
      Returns:
      the o auth client entry ID of this o auth client entry
    • setOAuthClientEntryId

      void setOAuthClientEntryId(long oAuthClientEntryId)
      Sets the o auth client entry ID of this o auth client entry.
      Parameters:
      oAuthClientEntryId - the o auth client entry ID of this o auth client entry
    • getCompanyId

      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 com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this o auth client entry
    • setCompanyId

      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 com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this o auth client entry
    • getUserId

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

      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
      Parameters:
      userId - the user ID of this o auth client entry
    • getUserUuid

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

      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
      Parameters:
      userUuid - the user uuid of this o auth client entry
    • getUserName

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

      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
      Parameters:
      userName - the user name of this o auth client entry
    • getCreateDate

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

      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
      Parameters:
      createDate - the create date of this o auth client entry
    • getModifiedDate

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

      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
      Parameters:
      modifiedDate - the modified date of this o auth client entry
    • getAuthRequestParametersJSON

      @AutoEscape String getAuthRequestParametersJSON()
      Returns the auth request parameters json of this o auth client entry.
      Returns:
      the auth request parameters json of this o auth client entry
    • setAuthRequestParametersJSON

      void setAuthRequestParametersJSON(String authRequestParametersJSON)
      Sets the auth request parameters json of this o auth client entry.
      Parameters:
      authRequestParametersJSON - the auth request parameters json of this o auth client entry
    • getAuthServerWellKnownURI

      @AutoEscape String getAuthServerWellKnownURI()
      Returns the auth server well known uri of this o auth client entry.
      Returns:
      the auth server well known uri of this o auth client entry
    • setAuthServerWellKnownURI

      void setAuthServerWellKnownURI(String authServerWellKnownURI)
      Sets the auth server well known uri of this o auth client entry.
      Parameters:
      authServerWellKnownURI - the auth server well known uri of this o auth client entry
    • getClientId

      @AutoEscape String getClientId()
      Returns the client ID of this o auth client entry.
      Returns:
      the client ID of this o auth client entry
    • setClientId

      void setClientId(String clientId)
      Sets the client ID of this o auth client entry.
      Parameters:
      clientId - the client ID of this o auth client entry
    • getInfoJSON

      @AutoEscape String getInfoJSON()
      Returns the info json of this o auth client entry.
      Returns:
      the info json of this o auth client entry
    • setInfoJSON

      void setInfoJSON(String infoJSON)
      Sets the info json of this o auth client entry.
      Parameters:
      infoJSON - the info json of this o auth client entry
    • getMetadataCacheTime

      long getMetadataCacheTime()
      Returns the metadata cache time of this o auth client entry.
      Returns:
      the metadata cache time of this o auth client entry
    • setMetadataCacheTime

      void setMetadataCacheTime(long metadataCacheTime)
      Sets the metadata cache time of this o auth client entry.
      Parameters:
      metadataCacheTime - the metadata cache time of this o auth client entry
    • getOIDCUserInfoMapperJSON

      @AutoEscape String getOIDCUserInfoMapperJSON()
      Returns the oidc user info mapper json of this o auth client entry.
      Returns:
      the oidc user info mapper json of this o auth client entry
    • setOIDCUserInfoMapperJSON

      void setOIDCUserInfoMapperJSON(String oidcUserInfoMapperJSON)
      Sets the oidc user info mapper json of this o auth client entry.
      Parameters:
      oidcUserInfoMapperJSON - the oidc user info mapper json of this o auth client entry
    • getTokenRequestParametersJSON

      @AutoEscape String getTokenRequestParametersJSON()
      Returns the token request parameters json of this o auth client entry.
      Returns:
      the token request parameters json of this o auth client entry
    • setTokenRequestParametersJSON

      void setTokenRequestParametersJSON(String tokenRequestParametersJSON)
      Sets the token request parameters json of this o auth client entry.
      Parameters:
      tokenRequestParametersJSON - the token request parameters json of this o auth client entry
    • cloneWithOriginalValues

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

      default String toXmlString()