Interface OAuth2ScopeGrantModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<OAuth2ScopeGrant>,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
OAuth2ScopeGrant
- All Known Implementing Classes:
OAuth2ScopeGrantWrapper
@ProviderType
public interface OAuth2ScopeGrantModel
extends com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the OAuth2ScopeGrant service. Represents a row in the "OAuth2ScopeGrant" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl 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.oauth2.provider.model.impl.OAuth2ScopeGrantImpl.
- See Also:
- Generated:
-
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.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.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.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 auth2 scope grant.- Returns:
- the primary key of this o auth2 scope grant
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this o auth2 scope grant.- Parameters:
primaryKey- the primary key of this o auth2 scope grant
-
getOAuth2ScopeGrantId
long getOAuth2ScopeGrantId()Returns the o auth2 scope grant ID of this o auth2 scope grant.- Returns:
- the o auth2 scope grant ID of this o auth2 scope grant
-
setOAuth2ScopeGrantId
void setOAuth2ScopeGrantId(long oAuth2ScopeGrantId) Sets the o auth2 scope grant ID of this o auth2 scope grant.- Parameters:
oAuth2ScopeGrantId- the o auth2 scope grant ID of this o auth2 scope grant
-
getCompanyId
long getCompanyId()Returns the company ID of this o auth2 scope grant.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this o auth2 scope grant
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this o auth2 scope grant.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this o auth2 scope grant
-
getOAuth2ApplicationScopeAliasesId
long getOAuth2ApplicationScopeAliasesId()Returns the o auth2 application scope aliases ID of this o auth2 scope grant.- Returns:
- the o auth2 application scope aliases ID of this o auth2 scope grant
-
setOAuth2ApplicationScopeAliasesId
void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId) Sets the o auth2 application scope aliases ID of this o auth2 scope grant.- Parameters:
oAuth2ApplicationScopeAliasesId- the o auth2 application scope aliases ID of this o auth2 scope grant
-
getApplicationName
Returns the application name of this o auth2 scope grant.- Returns:
- the application name of this o auth2 scope grant
-
setApplicationName
Sets the application name of this o auth2 scope grant.- Parameters:
applicationName- the application name of this o auth2 scope grant
-
getBundleSymbolicName
Returns the bundle symbolic name of this o auth2 scope grant.- Returns:
- the bundle symbolic name of this o auth2 scope grant
-
setBundleSymbolicName
Sets the bundle symbolic name of this o auth2 scope grant.- Parameters:
bundleSymbolicName- the bundle symbolic name of this o auth2 scope grant
-
getScope
Returns the scope of this o auth2 scope grant.- Returns:
- the scope of this o auth2 scope grant
-
setScope
Sets the scope of this o auth2 scope grant.- Parameters:
scope- the scope of this o auth2 scope grant
-
getScopeAliases
Returns the scope aliases of this o auth2 scope grant.- Returns:
- the scope aliases of this o auth2 scope grant
-
setScopeAliases
Sets the scope aliases of this o auth2 scope grant.- Parameters:
scopeAliases- the scope aliases of this o auth2 scope grant
-
cloneWithOriginalValues
OAuth2ScopeGrant cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>
-
toXmlString
-