@ProviderType public interface OAuth2ScopeGrantModel extends com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>, com.liferay.portal.kernel.model.ShardedModel
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.
OAuth2ScopeGrant| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(OAuth2ScopeGrant oAuth2ScopeGrant) |
java.lang.String |
getApplicationName()
Returns the application name of this o auth2 scope grant.
|
java.lang.String |
getBundleSymbolicName()
Returns the bundle symbolic name of this o auth2 scope grant.
|
long |
getCompanyId()
Returns the company ID of this o auth2 scope grant.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getOAuth2ApplicationScopeAliasesId()
Returns the o auth2 application scope aliases ID of this o auth2 scope grant.
|
long |
getOAuth2ScopeGrantId()
Returns the o auth2 scope grant ID of this o auth2 scope grant.
|
long |
getPrimaryKey()
Returns the primary key of this o auth2 scope grant.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getScope()
Returns the scope of this o auth2 scope grant.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setApplicationName(java.lang.String applicationName)
Sets the application name of this o auth2 scope grant.
|
void |
setBundleSymbolicName(java.lang.String bundleSymbolicName)
Sets the bundle symbolic name of this o auth2 scope grant.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this o auth2 scope grant.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setNew(boolean n) |
void |
setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
Sets the o auth2 application scope aliases ID of this o auth2 scope grant.
|
void |
setOAuth2ScopeGrantId(long oAuth2ScopeGrantId)
Sets the o auth2 scope grant ID of this o auth2 scope grant.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this o auth2 scope grant.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setScope(java.lang.String scope)
Sets the scope of this o auth2 scope grant.
|
com.liferay.portal.kernel.model.CacheModel<OAuth2ScopeGrant> |
toCacheModel() |
OAuth2ScopeGrant |
toEscapedModel() |
java.lang.String |
toString() |
OAuth2ScopeGrant |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this o auth2 scope grantlong getOAuth2ScopeGrantId()
void setOAuth2ScopeGrantId(long oAuth2ScopeGrantId)
oAuth2ScopeGrantId - the o auth2 scope grant ID of this o auth2 scope grantlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this o auth2 scope grantlong getOAuth2ApplicationScopeAliasesId()
void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
oAuth2ApplicationScopeAliasesId - the o auth2 application scope aliases ID of this o auth2 scope grant@AutoEscape java.lang.String getApplicationName()
void setApplicationName(java.lang.String applicationName)
applicationName - the application name of this o auth2 scope grant@AutoEscape java.lang.String getBundleSymbolicName()
void setBundleSymbolicName(java.lang.String bundleSymbolicName)
bundleSymbolicName - the bundle symbolic name of this o auth2 scope grant@AutoEscape java.lang.String getScope()
void setScope(java.lang.String scope)
scope - the scope of this o auth2 scope grantboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>int compareTo(OAuth2ScopeGrant oAuth2ScopeGrant)
compareTo in interface java.lang.Comparable<OAuth2ScopeGrant>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<OAuth2ScopeGrant> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>OAuth2ScopeGrant toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>OAuth2ScopeGrant toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>