Class OAuth2ScopeGrantWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2ScopeGrant>
com.liferay.oauth2.provider.model.OAuth2ScopeGrantWrapper
- All Implemented Interfaces:
OAuth2ScopeGrant,OAuth2ScopeGrantModel,com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<OAuth2ScopeGrant>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<OAuth2ScopeGrant>
public class OAuth2ScopeGrantWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2ScopeGrant>
implements com.liferay.portal.kernel.model.ModelWrapper<OAuth2ScopeGrant>, OAuth2ScopeGrant
This class is a wrapper for OAuth2ScopeGrant.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.oauth2.provider.model.OAuth2ScopeGrant
O_AUTH2_SCOPE_GRANT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the application name of this o auth2 scope grant.Returns the bundle symbolic name of this o auth2 scope grant.longReturns the company ID of this o auth2 scope grant.longReturns the o auth2 application scope aliases ID of this o auth2 scope grant.longReturns the o auth2 scope grant ID of this o auth2 scope grant.longReturns the primary key of this o auth2 scope grant.getScope()Returns the scope of this o auth2 scope grant.Returns the scope aliases of this o auth2 scope grant.voidpersist()voidsetApplicationName(String applicationName) Sets the application name of this o auth2 scope grant.voidsetBundleSymbolicName(String bundleSymbolicName) Sets the bundle symbolic name of this o auth2 scope grant.voidsetCompanyId(long companyId) Sets the company ID of this o auth2 scope grant.voidsetModelAttributes(Map<String, Object> attributes) voidsetOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId) Sets the o auth2 application scope aliases ID of this o auth2 scope grant.voidsetOAuth2ScopeGrantId(long oAuth2ScopeGrantId) Sets the o auth2 scope grant ID of this o auth2 scope grant.voidsetPrimaryKey(long primaryKey) Sets the primary key of this o auth2 scope grant.voidSets the scope of this o auth2 scope grant.voidsetScopeAliases(String scopeAliases) Sets the scope aliases of this o auth2 scope grant.voidsetScopeAliasesList(List<String> scopeAliasesList) protected OAuth2ScopeGrantWrapperwrap(OAuth2ScopeGrant oAuth2ScopeGrant) 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
-
OAuth2ScopeGrantWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>- Specified by:
cloneWithOriginalValuesin interfaceOAuth2ScopeGrantModel
-
getApplicationName
Returns the application name of this o auth2 scope grant.- Specified by:
getApplicationNamein interfaceOAuth2ScopeGrantModel- Returns:
- the application name of this o auth2 scope grant
-
getBundleSymbolicName
Returns the bundle symbolic name of this o auth2 scope grant.- Specified by:
getBundleSymbolicNamein interfaceOAuth2ScopeGrantModel- Returns:
- the bundle symbolic name of this o auth2 scope grant
-
getCompanyId
public long getCompanyId()Returns the company ID of this o auth2 scope grant.- Specified by:
getCompanyIdin interfaceOAuth2ScopeGrantModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this o auth2 scope grant
-
getOAuth2ApplicationScopeAliasesId
public long getOAuth2ApplicationScopeAliasesId()Returns the o auth2 application scope aliases ID of this o auth2 scope grant.- Specified by:
getOAuth2ApplicationScopeAliasesIdin interfaceOAuth2ScopeGrantModel- Returns:
- the o auth2 application scope aliases ID of this o auth2 scope grant
-
getOAuth2ScopeGrantId
public long getOAuth2ScopeGrantId()Returns the o auth2 scope grant ID of this o auth2 scope grant.- Specified by:
getOAuth2ScopeGrantIdin interfaceOAuth2ScopeGrantModel- Returns:
- the o auth2 scope grant ID of this o auth2 scope grant
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this o auth2 scope grant.- Specified by:
getPrimaryKeyin interfaceOAuth2ScopeGrantModel- Returns:
- the primary key of this o auth2 scope grant
-
getScope
Returns the scope of this o auth2 scope grant.- Specified by:
getScopein interfaceOAuth2ScopeGrantModel- Returns:
- the scope of this o auth2 scope grant
-
getScopeAliases
Returns the scope aliases of this o auth2 scope grant.- Specified by:
getScopeAliasesin interfaceOAuth2ScopeGrantModel- Returns:
- the scope aliases of this o auth2 scope grant
-
getScopeAliasesList
- Specified by:
getScopeAliasesListin interfaceOAuth2ScopeGrant
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setApplicationName
Sets the application name of this o auth2 scope grant.- Specified by:
setApplicationNamein interfaceOAuth2ScopeGrantModel- Parameters:
applicationName- the application name of this o auth2 scope grant
-
setBundleSymbolicName
Sets the bundle symbolic name of this o auth2 scope grant.- Specified by:
setBundleSymbolicNamein interfaceOAuth2ScopeGrantModel- Parameters:
bundleSymbolicName- the bundle symbolic name of this o auth2 scope grant
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this o auth2 scope grant.- Specified by:
setCompanyIdin interfaceOAuth2ScopeGrantModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this o auth2 scope grant
-
setOAuth2ApplicationScopeAliasesId
public void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId) Sets the o auth2 application scope aliases ID of this o auth2 scope grant.- Specified by:
setOAuth2ApplicationScopeAliasesIdin interfaceOAuth2ScopeGrantModel- Parameters:
oAuth2ApplicationScopeAliasesId- the o auth2 application scope aliases ID of this o auth2 scope grant
-
setOAuth2ScopeGrantId
public void setOAuth2ScopeGrantId(long oAuth2ScopeGrantId) Sets the o auth2 scope grant ID of this o auth2 scope grant.- Specified by:
setOAuth2ScopeGrantIdin interfaceOAuth2ScopeGrantModel- Parameters:
oAuth2ScopeGrantId- the o auth2 scope grant ID of this o auth2 scope grant
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this o auth2 scope grant.- Specified by:
setPrimaryKeyin interfaceOAuth2ScopeGrantModel- Parameters:
primaryKey- the primary key of this o auth2 scope grant
-
setScope
Sets the scope of this o auth2 scope grant.- Specified by:
setScopein interfaceOAuth2ScopeGrantModel- Parameters:
scope- the scope of this o auth2 scope grant
-
setScopeAliases
Sets the scope aliases of this o auth2 scope grant.- Specified by:
setScopeAliasesin interfaceOAuth2ScopeGrantModel- Parameters:
scopeAliases- the scope aliases of this o auth2 scope grant
-
setScopeAliasesList
- Specified by:
setScopeAliasesListin interfaceOAuth2ScopeGrant
-
toXmlString
- Specified by:
toXmlStringin interfaceOAuth2ScopeGrantModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2ScopeGrant>
-