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 TypeMethodDescriptionReturns 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.longReturns 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.longReturns the metadata cache time of this o auth client entry.Returns the modified date of this o auth client entry.longReturns the mvcc version of this o auth client entry.longReturns 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.longReturns the primary key of this o auth client entry.Returns the token request parameters json of this o auth client entry.longReturns 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.voidsetAuthRequestParametersJSON(String authRequestParametersJSON) Sets the auth request parameters json of this o auth client entry.voidsetAuthServerWellKnownURI(String authServerWellKnownURI) Sets the auth server well known uri of this o auth client entry.voidsetClientId(String clientId) Sets the client ID of this o auth client entry.voidsetCompanyId(long companyId) Sets the company ID of this o auth client entry.voidsetCreateDate(Date createDate) Sets the create date of this o auth client entry.voidsetInfoJSON(String infoJSON) Sets the info json of this o auth client entry.voidsetMetadataCacheTime(long metadataCacheTime) Sets the metadata cache time of this o auth client entry.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this o auth client entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this o auth client entry.voidsetOAuthClientEntryId(long oAuthClientEntryId) Sets the o auth client entry ID of this o auth client entry.voidsetOIDCUserInfoMapperJSON(String oidcUserInfoMapperJSON) Sets the oidc user info mapper json of this o auth client entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this o auth client entry.voidsetTokenRequestParametersJSON(String tokenRequestParametersJSON) Sets the token request parameters json of this o auth client entry.voidsetUserId(long userId) Sets the user ID of this o auth client entry.voidsetUserName(String userName) Sets the user name of this o auth client entry.voidsetUserUuid(String userUuid) Sets the user uuid of this o auth client entry.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getMvccVersionin interfacecom.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:
setMvccVersionin interfacecom.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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.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:
getUserIdin interfacecom.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:
setUserIdin interfacecom.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:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this o auth client entry
-
setUserUuid
Sets the user uuid of this o auth client entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this o auth client entry
-
getUserName
Returns the user name of this o auth client entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this o auth client entry
-
setUserName
Sets the user name of this o auth client entry.- Specified by:
setUserNamein interfacecom.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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this o auth client entry
-
setCreateDate
Sets the create date of this o auth client entry.- Specified by:
setCreateDatein interfacecom.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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this o auth client entry
-
setModifiedDate
Sets the modified date of this o auth client entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this o auth client entry
-
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
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
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
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
Returns the client ID of this o auth client entry.- Returns:
- the client ID of this o auth client entry
-
setClientId
Sets the client ID of this o auth client entry.- Parameters:
clientId- the client ID of this o auth client entry
-
getInfoJSON
Returns the info json of this o auth client entry.- Returns:
- the info json of this o auth client entry
-
setInfoJSON
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
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
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
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
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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>
-
toXmlString
-