Interface OAuth2ApplicationScopeAliases
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<OAuth2ApplicationScopeAliases>,OAuth2ApplicationScopeAliasesModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
OAuth2ApplicationScopeAliasesWrapper
@ProviderType
public interface OAuth2ApplicationScopeAliases
extends OAuth2ApplicationScopeAliasesModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the OAuth2ApplicationScopeAliases service. Represents a row in the "OAuth2ApplicationScopeAliases" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<OAuth2ApplicationScopeAliases, Long> -
Method Summary
Methods 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
compareToMethods inherited from interface com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliasesModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getOAuth2ApplicationId, getOAuth2ApplicationScopeAliasesId, getPrimaryKey, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setOAuth2ApplicationId, setOAuth2ApplicationScopeAliasesId, setPrimaryKey, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
O_AUTH2_APPLICATION_SCOPE_ALIASES_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<OAuth2ApplicationScopeAliases,Long> O_AUTH2_APPLICATION_SCOPE_ALIASES_ID_ACCESSOR
-