Class SharepointOAuth2TokenEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SharepointOAuth2TokenEntry>
com.liferay.sharepoint.rest.oauth2.model.SharepointOAuth2TokenEntryWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<SharepointOAuth2TokenEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<SharepointOAuth2TokenEntry>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,SharepointOAuth2TokenEntry,SharepointOAuth2TokenEntryModel,Serializable,Cloneable,Comparable<SharepointOAuth2TokenEntry>
public class SharepointOAuth2TokenEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SharepointOAuth2TokenEntry>
implements com.liferay.portal.kernel.model.ModelWrapper<SharepointOAuth2TokenEntry>, SharepointOAuth2TokenEntry
This class is a wrapper for SharepointOAuth2TokenEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.sharepoint.rest.oauth2.model.SharepointOAuth2TokenEntry
SHAREPOINT_O_AUTH2_TOKEN_ENTRY_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionSharepointOAuth2TokenEntryWrapper(SharepointOAuth2TokenEntry sharepointOAuth2TokenEntry) -
Method Summary
Modifier and TypeMethodDescriptionReturns the access token of this sharepoint o auth2 token entry.longReturns the company ID of this sharepoint o auth2 token entry.Returns the configuration pid of this sharepoint o auth2 token entry.Returns the create date of this sharepoint o auth2 token entry.Returns the expiration date of this sharepoint o auth2 token entry.longReturns the primary key of this sharepoint o auth2 token entry.Returns the refresh token of this sharepoint o auth2 token entry.longReturns the sharepoint o auth2 token entry ID of this sharepoint o auth2 token entry.longReturns the user ID of this sharepoint o auth2 token entry.Returns the user name of this sharepoint o auth2 token entry.Returns the user uuid of this sharepoint o auth2 token entry.voidpersist()voidsetAccessToken(String accessToken) Sets the access token of this sharepoint o auth2 token entry.voidsetCompanyId(long companyId) Sets the company ID of this sharepoint o auth2 token entry.voidsetConfigurationPid(String configurationPid) Sets the configuration pid of this sharepoint o auth2 token entry.voidsetCreateDate(Date createDate) Sets the create date of this sharepoint o auth2 token entry.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this sharepoint o auth2 token entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetPrimaryKey(long primaryKey) Sets the primary key of this sharepoint o auth2 token entry.voidsetRefreshToken(String refreshToken) Sets the refresh token of this sharepoint o auth2 token entry.voidsetSharepointOAuth2TokenEntryId(long sharepointOAuth2TokenEntryId) Sets the sharepoint o auth2 token entry ID of this sharepoint o auth2 token entry.voidsetUserId(long userId) Sets the user ID of this sharepoint o auth2 token entry.voidsetUserName(String userName) Sets the user name of this sharepoint o auth2 token entry.voidsetUserUuid(String userUuid) Sets the user uuid of this sharepoint o auth2 token entry.protected SharepointOAuth2TokenEntryWrapperwrap(SharepointOAuth2TokenEntry sharepointOAuth2TokenEntry) 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
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SharepointOAuth2TokenEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SharepointOAuth2TokenEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SharepointOAuth2TokenEntry>- Specified by:
cloneWithOriginalValuesin interfaceSharepointOAuth2TokenEntryModel
-
getAccessToken
Returns the access token of this sharepoint o auth2 token entry.- Specified by:
getAccessTokenin interfaceSharepointOAuth2TokenEntryModel- Returns:
- the access token of this sharepoint o auth2 token entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this sharepoint o auth2 token entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfaceSharepointOAuth2TokenEntryModel- Returns:
- the company ID of this sharepoint o auth2 token entry
-
getConfigurationPid
Returns the configuration pid of this sharepoint o auth2 token entry.- Specified by:
getConfigurationPidin interfaceSharepointOAuth2TokenEntryModel- Returns:
- the configuration pid of this sharepoint o auth2 token entry
-
getCreateDate
Returns the create date of this sharepoint o auth2 token entry.- Specified by:
getCreateDatein interfaceSharepointOAuth2TokenEntryModel- Returns:
- the create date of this sharepoint o auth2 token entry
-
getExpirationDate
Returns the expiration date of this sharepoint o auth2 token entry.- Specified by:
getExpirationDatein interfaceSharepointOAuth2TokenEntryModel- Returns:
- the expiration date of this sharepoint o auth2 token entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this sharepoint o auth2 token entry.- Specified by:
getPrimaryKeyin interfaceSharepointOAuth2TokenEntryModel- Returns:
- the primary key of this sharepoint o auth2 token entry
-
getRefreshToken
Returns the refresh token of this sharepoint o auth2 token entry.- Specified by:
getRefreshTokenin interfaceSharepointOAuth2TokenEntryModel- Returns:
- the refresh token of this sharepoint o auth2 token entry
-
getUserId
public long getUserId()Returns the user ID of this sharepoint o auth2 token entry.- Specified by:
getUserIdin interfaceSharepointOAuth2TokenEntryModel- Returns:
- the user ID of this sharepoint o auth2 token entry
-
getUserName
Returns the user name of this sharepoint o auth2 token entry.- Specified by:
getUserNamein interfaceSharepointOAuth2TokenEntryModel- Returns:
- the user name of this sharepoint o auth2 token entry
-
getUserUuid
Returns the user uuid of this sharepoint o auth2 token entry.- Specified by:
getUserUuidin interfaceSharepointOAuth2TokenEntryModel- Returns:
- the user uuid of this sharepoint o auth2 token entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAccessToken
Sets the access token of this sharepoint o auth2 token entry.- Specified by:
setAccessTokenin interfaceSharepointOAuth2TokenEntryModel- Parameters:
accessToken- the access token of this sharepoint o auth2 token entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this sharepoint o auth2 token entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfaceSharepointOAuth2TokenEntryModel- Parameters:
companyId- the company ID of this sharepoint o auth2 token entry
-
setConfigurationPid
Sets the configuration pid of this sharepoint o auth2 token entry.- Specified by:
setConfigurationPidin interfaceSharepointOAuth2TokenEntryModel- Parameters:
configurationPid- the configuration pid of this sharepoint o auth2 token entry
-
setCreateDate
Sets the create date of this sharepoint o auth2 token entry.- Specified by:
setCreateDatein interfaceSharepointOAuth2TokenEntryModel- Parameters:
createDate- the create date of this sharepoint o auth2 token entry
-
setExpirationDate
Sets the expiration date of this sharepoint o auth2 token entry.- Specified by:
setExpirationDatein interfaceSharepointOAuth2TokenEntryModel- Parameters:
expirationDate- the expiration date of this sharepoint o auth2 token entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this sharepoint o auth2 token entry.- Specified by:
setPrimaryKeyin interfaceSharepointOAuth2TokenEntryModel- Parameters:
primaryKey- the primary key of this sharepoint o auth2 token entry
-
setRefreshToken
Sets the refresh token of this sharepoint o auth2 token entry.- Specified by:
setRefreshTokenin interfaceSharepointOAuth2TokenEntryModel- Parameters:
refreshToken- the refresh token of this sharepoint o auth2 token entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this sharepoint o auth2 token entry.- Specified by:
setUserIdin interfaceSharepointOAuth2TokenEntryModel- Parameters:
userId- the user ID of this sharepoint o auth2 token entry
-
setUserName
Sets the user name of this sharepoint o auth2 token entry.- Specified by:
setUserNamein interfaceSharepointOAuth2TokenEntryModel- Parameters:
userName- the user name of this sharepoint o auth2 token entry
-
setUserUuid
Sets the user uuid of this sharepoint o auth2 token entry.- Specified by:
setUserUuidin interfaceSharepointOAuth2TokenEntryModel- Parameters:
userUuid- the user uuid of this sharepoint o auth2 token entry
-
toXmlString
- Specified by:
toXmlStringin interfaceSharepointOAuth2TokenEntryModel
-