@ProviderType public interface OAuthUserModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<OAuthUser>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.oauth.model.impl.OAuthUserModelImpl 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.model.impl.OAuthUserImpl.
OAuthUser| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessSecret()
Returns the access secret of this o auth user.
|
java.lang.String |
getAccessToken()
Returns the access token of this o auth user.
|
long |
getCompanyId()
Returns the company ID of this o auth user.
|
java.util.Date |
getCreateDate()
Returns the create date of this o auth user.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this o auth user.
|
long |
getOAuthApplicationId()
Returns the o auth application ID of this o auth user.
|
long |
getOAuthUserId()
Returns the o auth user ID of this o auth user.
|
java.lang.String |
getOAuthUserUuid()
Returns the o auth user uuid of this o auth user.
|
long |
getPrimaryKey()
Returns the primary key of this o auth user.
|
long |
getUserId()
Returns the user ID of this o auth user.
|
java.lang.String |
getUserName()
Returns the user name of this o auth user.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this o auth user.
|
void |
setAccessSecret(java.lang.String accessSecret)
Sets the access secret of this o auth user.
|
void |
setAccessToken(java.lang.String accessToken)
Sets the access token of this o auth user.
|
void |
setCompanyId(long companyId)
Sets the company ID of this o auth user.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this o auth user.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this o auth user.
|
void |
setOAuthApplicationId(long oAuthApplicationId)
Sets the o auth application ID of this o auth user.
|
void |
setOAuthUserId(long oAuthUserId)
Sets the o auth user ID of this o auth user.
|
void |
setOAuthUserUuid(java.lang.String oAuthUserUuid)
Sets the o auth user uuid of this o auth user.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this o auth user.
|
void |
setUserId(long userId)
Sets the user ID of this o auth user.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this o auth user.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this o auth user.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this o auth userlong getOAuthUserId()
void setOAuthUserId(long oAuthUserId)
oAuthUserId - the o auth user ID of this o auth userjava.lang.String getOAuthUserUuid()
void setOAuthUserUuid(java.lang.String oAuthUserUuid)
oAuthUserUuid - the o auth user uuid of this o auth userlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this o auth userlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this o auth userjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this o auth user@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this o auth userjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this o auth userjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this o auth userlong getOAuthApplicationId()
void setOAuthApplicationId(long oAuthApplicationId)
oAuthApplicationId - the o auth application ID of this o auth user@AutoEscape java.lang.String getAccessToken()
void setAccessToken(java.lang.String accessToken)
accessToken - the access token of this o auth user@AutoEscape java.lang.String getAccessSecret()
void setAccessSecret(java.lang.String accessSecret)
accessSecret - the access secret of this o auth user