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
modelFields inherited from interface com.liferay.oauth.client.persistence.model.OAuthClientEntry
O_AUTH_CLIENT_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
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.intlongReturns 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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected OAuthClientEntryWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
OAuthClientEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>- Specified by:
cloneWithOriginalValuesin interfaceOAuthClientEntryModel
-
getAuthRequestParametersJSON
Returns the auth request parameters json of this o auth client entry.- Specified by:
getAuthRequestParametersJSONin interfaceOAuthClientEntryModel- Returns:
- 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.- Specified by:
getAuthServerWellKnownURIin interfaceOAuthClientEntryModel- Returns:
- the auth server well known uri of this o auth client entry
-
getClientId
Returns the client ID of this o auth client entry.- Specified by:
getClientIdin interfaceOAuthClientEntryModel- 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceOAuthClientEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this o auth client entry
-
getCreateDate
Returns the create date of this o auth client entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceOAuthClientEntryModel- Returns:
- the create date of this o auth client entry
-
getInfoJSON
Returns the info json of this o auth client entry.- Specified by:
getInfoJSONin interfaceOAuthClientEntryModel- Returns:
- the info json of this o auth client entry
-
getMetadataCacheInSeconds
public int getMetadataCacheInSeconds()- Specified by:
getMetadataCacheInSecondsin interfaceOAuthClientEntry
-
getMetadataCacheTime
public long getMetadataCacheTime()Returns the metadata cache time of this o auth client entry.- Specified by:
getMetadataCacheTimein interfaceOAuthClientEntryModel- Returns:
- the metadata cache time of this o auth client entry
-
getModifiedDate
Returns the modified date of this o auth client entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceOAuthClientEntryModel- 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:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceOAuthClientEntryModel- 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:
getOAuthClientEntryIdin interfaceOAuthClientEntryModel- Returns:
- the o auth client entry ID of this o auth client entry
-
getOIDCUserInfoMapperJSON
Returns the oidc user info mapper json of this o auth client entry.- Specified by:
getOIDCUserInfoMapperJSONin interfaceOAuthClientEntryModel- 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:
getPrimaryKeyin interfaceOAuthClientEntryModel- Returns:
- the primary key of this o auth client entry
-
getTokenRequestParametersJSON
Returns the token request parameters json of this o auth client entry.- Specified by:
getTokenRequestParametersJSONin interfaceOAuthClientEntryModel- 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceOAuthClientEntryModel- Returns:
- the user ID 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- Specified by:
getUserNamein interfaceOAuthClientEntryModel- Returns:
- the user name of this o auth client entry
-
getUserUuid
Returns the user uuid of this o auth client entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceOAuthClientEntryModel- Returns:
- the user uuid of this o auth client entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAuthRequestParametersJSON
Sets the auth request parameters json of this o auth client entry.- Specified by:
setAuthRequestParametersJSONin interfaceOAuthClientEntryModel- Parameters:
authRequestParametersJSON- the auth request parameters json of this o auth client entry
-
setAuthServerWellKnownURI
Sets the auth server well known uri of this o auth client entry.- Specified by:
setAuthServerWellKnownURIin interfaceOAuthClientEntryModel- Parameters:
authServerWellKnownURI- the auth server well known uri of this o auth client entry
-
setClientId
Sets the client ID of this o auth client entry.- Specified by:
setClientIdin interfaceOAuthClientEntryModel- 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceOAuthClientEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID 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- Specified by:
setCreateDatein interfaceOAuthClientEntryModel- Parameters:
createDate- the create date of this o auth client entry
-
setInfoJSON
Sets the info json of this o auth client entry.- Specified by:
setInfoJSONin interfaceOAuthClientEntryModel- 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:
setMetadataCacheTimein interfaceOAuthClientEntryModel- Parameters:
metadataCacheTime- the metadata cache time 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- Specified by:
setModifiedDatein interfaceOAuthClientEntryModel- 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:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceOAuthClientEntryModel- 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:
setOAuthClientEntryIdin interfaceOAuthClientEntryModel- Parameters:
oAuthClientEntryId- the o auth client entry ID of this o auth client entry
-
setOIDCUserInfoMapperJSON
Sets the oidc user info mapper json of this o auth client entry.- Specified by:
setOIDCUserInfoMapperJSONin interfaceOAuthClientEntryModel- 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:
setPrimaryKeyin interfaceOAuthClientEntryModel- Parameters:
primaryKey- the primary key of this o auth client entry
-
setTokenRequestParametersJSON
Sets the token request parameters json of this o auth client entry.- Specified by:
setTokenRequestParametersJSONin interfaceOAuthClientEntryModel- 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceOAuthClientEntryModel- Parameters:
userId- the user ID 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- Specified by:
setUserNamein interfaceOAuthClientEntryModel- Parameters:
userName- the user name 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- Specified by:
setUserUuidin interfaceOAuthClientEntryModel- Parameters:
userUuid- the user uuid of this o auth client entry
-
toXmlString
- Specified by:
toXmlStringin interfaceOAuthClientEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuthClientEntry>
-