Class OAuth2ScopeGrantLocalServiceWrapper
- All Implemented Interfaces:
OAuth2ScopeGrantLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<OAuth2ScopeGrantLocalService>
OAuth2ScopeGrantLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2ScopeGrantLocalServiceWrapper(OAuth2ScopeGrantLocalService oAuth2ScopeGrantLocalService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) booleanaddOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) booleanaddOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) booleanaddOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) addOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant) Adds the o auth2 scope grant to the database.voidclearOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) createOAuth2ScopeGrant(long oAuth2ScopeGrantId) Creates a new o auth2 scope grant with the primary key.createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope) createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope, List<String> scopeAliases) com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) voiddeleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) voiddeleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) voiddeleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) voiddeleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) deleteOAuth2ScopeGrant(long oAuth2ScopeGrantId) Deletes the o auth2 scope grant with the primary key from the database.deleteOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant) Deletes the o auth2 scope grant from the database.com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection) Returns the number of rows matching the dynamic query.fetchOAuth2ScopeGrant(long oAuth2ScopeGrantId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?> Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> getFilteredLiferayOAuth2Scopes(long oAuth2ApplicationScopeAliasesId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerygetOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end) getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) intgetOAuth2AuthorizationOAuth2ScopeGrantsCount(long oAuth2AuthorizationId) long[]getOAuth2AuthorizationPrimaryKeys(long oAuth2ScopeGrantId) Returns the oAuth2AuthorizationIds of the o auth2 authorizations associated with the o auth2 scope grant.getOAuth2ScopeGrant(long oAuth2ScopeGrantId) Returns the o auth2 scope grant with the primary key.getOAuth2ScopeGrants(int start, int end) Returns a range of all the o auth2 scope grants.getOAuth2ScopeGrants(long oAuth2ApplicationScopeAliasesId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) getOAuth2ScopeGrants(long companyId, String applicationName, String bundleSymbolicName, String accessTokenContent) intReturns the number of o auth2 scope grants.Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) grantLiferayOAuth2Scopes(long oAuth2AuthorizationId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) booleanhasOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) booleanhasOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) voidsetOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) voidsetWrappedService(OAuth2ScopeGrantLocalService oAuth2ScopeGrantLocalService) updateOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant) Updates the o auth2 scope grant in the database or adds it if it does not yet exist.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
OAuth2ScopeGrantLocalServiceWrapper
public OAuth2ScopeGrantLocalServiceWrapper() -
OAuth2ScopeGrantLocalServiceWrapper
public OAuth2ScopeGrantLocalServiceWrapper(OAuth2ScopeGrantLocalService oAuth2ScopeGrantLocalService)
-
-
Method Details
-
addOAuth2AuthorizationOAuth2ScopeGrant
public boolean addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) - Specified by:
addOAuth2AuthorizationOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService
-
addOAuth2AuthorizationOAuth2ScopeGrant
public boolean addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) - Specified by:
addOAuth2AuthorizationOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService
-
addOAuth2AuthorizationOAuth2ScopeGrants
public boolean addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) - Specified by:
addOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
addOAuth2AuthorizationOAuth2ScopeGrants
public boolean addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) - Specified by:
addOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
addOAuth2ScopeGrant
Adds the o auth2 scope grant to the database. Also notifies the appropriate model listeners.Important: Inspect OAuth2ScopeGrantLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
addOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Parameters:
oAuth2ScopeGrant- the o auth2 scope grant- Returns:
- the o auth2 scope grant that was added
-
clearOAuth2AuthorizationOAuth2ScopeGrants
public void clearOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) - Specified by:
clearOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
createOAuth2ScopeGrant
Creates a new o auth2 scope grant with the primary key. Does not add the o auth2 scope grant to the database.- Specified by:
createOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Parameters:
oAuth2ScopeGrantId- the primary key for the new o auth2 scope grant- Returns:
- the new o auth2 scope grant
-
createOAuth2ScopeGrant
public OAuth2ScopeGrant createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope) throws DuplicateOAuth2ScopeGrantException - Specified by:
createOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Throws:
DuplicateOAuth2ScopeGrantException
-
createOAuth2ScopeGrant
public OAuth2ScopeGrant createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope, List<String> scopeAliases) throws DuplicateOAuth2ScopeGrantException - Specified by:
createOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Throws:
DuplicateOAuth2ScopeGrantException
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceOAuth2ScopeGrantLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
deleteOAuth2AuthorizationOAuth2ScopeGrant
public void deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) - Specified by:
deleteOAuth2AuthorizationOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService
-
deleteOAuth2AuthorizationOAuth2ScopeGrant
public void deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) - Specified by:
deleteOAuth2AuthorizationOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService
-
deleteOAuth2AuthorizationOAuth2ScopeGrants
public void deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) - Specified by:
deleteOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
deleteOAuth2AuthorizationOAuth2ScopeGrants
public void deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) - Specified by:
deleteOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
deleteOAuth2ScopeGrant
public OAuth2ScopeGrant deleteOAuth2ScopeGrant(long oAuth2ScopeGrantId) throws com.liferay.portal.kernel.exception.PortalException Deletes the o auth2 scope grant with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect OAuth2ScopeGrantLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
deleteOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Parameters:
oAuth2ScopeGrantId- the primary key of the o auth2 scope grant- Returns:
- the o auth2 scope grant that was removed
-
deleteOAuth2ScopeGrant
Deletes the o auth2 scope grant from the database. Also notifies the appropriate model listeners.Important: Inspect OAuth2ScopeGrantLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
deleteOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Parameters:
oAuth2ScopeGrant- the o auth2 scope grant- Returns:
- the o auth2 scope grant that was removed
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceOAuth2ScopeGrantLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceOAuth2ScopeGrantLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceOAuth2ScopeGrantLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceOAuth2ScopeGrantLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceOAuth2ScopeGrantLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl.- Specified by:
dynamicQueryin interfaceOAuth2ScopeGrantLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl.- Specified by:
dynamicQueryin interfaceOAuth2ScopeGrantLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceOAuth2ScopeGrantLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceOAuth2ScopeGrantLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchOAuth2ScopeGrant
- Specified by:
fetchOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceOAuth2ScopeGrantLocalService
-
getFilteredLiferayOAuth2Scopes
public Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> getFilteredLiferayOAuth2Scopes(long oAuth2ApplicationScopeAliasesId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) - Specified by:
getFilteredLiferayOAuth2Scopesin interfaceOAuth2ScopeGrantLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceOAuth2ScopeGrantLocalService
-
getOAuth2AuthorizationOAuth2ScopeGrants
- Specified by:
getOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
getOAuth2AuthorizationOAuth2ScopeGrants
public List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end) - Specified by:
getOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
getOAuth2AuthorizationOAuth2ScopeGrants
public List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) - Specified by:
getOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
getOAuth2AuthorizationOAuth2ScopeGrantsCount
public int getOAuth2AuthorizationOAuth2ScopeGrantsCount(long oAuth2AuthorizationId) - Specified by:
getOAuth2AuthorizationOAuth2ScopeGrantsCountin interfaceOAuth2ScopeGrantLocalService
-
getOAuth2AuthorizationPrimaryKeys
public long[] getOAuth2AuthorizationPrimaryKeys(long oAuth2ScopeGrantId) Returns the oAuth2AuthorizationIds of the o auth2 authorizations associated with the o auth2 scope grant.- Specified by:
getOAuth2AuthorizationPrimaryKeysin interfaceOAuth2ScopeGrantLocalService- Parameters:
oAuth2ScopeGrantId- the oAuth2ScopeGrantId of the o auth2 scope grant- Returns:
- long[] the oAuth2AuthorizationIds of o auth2 authorizations associated with the o auth2 scope grant
-
getOAuth2ScopeGrant
public OAuth2ScopeGrant getOAuth2ScopeGrant(long oAuth2ScopeGrantId) throws com.liferay.portal.kernel.exception.PortalException Returns the o auth2 scope grant with the primary key.- Specified by:
getOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Parameters:
oAuth2ScopeGrantId- the primary key of the o auth2 scope grant- Returns:
- the o auth2 scope grant
-
getOAuth2ScopeGrants
Returns a range of all the o auth2 scope grants.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl.- Specified by:
getOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService- Parameters:
start- the lower bound of the range of o auth2 scope grantsend- the upper bound of the range of o auth2 scope grants (not inclusive)- Returns:
- the range of o auth2 scope grants
-
getOAuth2ScopeGrants
public Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long oAuth2ApplicationScopeAliasesId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) - Specified by:
getOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
getOAuth2ScopeGrants
public Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long companyId, String applicationName, String bundleSymbolicName, String accessTokenContent) - Specified by:
getOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
getOAuth2ScopeGrantsCount
public int getOAuth2ScopeGrantsCount()Returns the number of o auth2 scope grants.- Specified by:
getOAuth2ScopeGrantsCountin interfaceOAuth2ScopeGrantLocalService- Returns:
- the number of o auth2 scope grants
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceOAuth2ScopeGrantLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceOAuth2ScopeGrantLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
grantLiferayOAuth2Scopes
public Collection<OAuth2ScopeGrant> grantLiferayOAuth2Scopes(long oAuth2AuthorizationId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
grantLiferayOAuth2Scopesin interfaceOAuth2ScopeGrantLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
hasOAuth2AuthorizationOAuth2ScopeGrant
public boolean hasOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) - Specified by:
hasOAuth2AuthorizationOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService
-
hasOAuth2AuthorizationOAuth2ScopeGrants
public boolean hasOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) - Specified by:
hasOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
setOAuth2AuthorizationOAuth2ScopeGrants
public void setOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) - Specified by:
setOAuth2AuthorizationOAuth2ScopeGrantsin interfaceOAuth2ScopeGrantLocalService
-
updateOAuth2ScopeGrant
Updates the o auth2 scope grant in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect OAuth2ScopeGrantLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
updateOAuth2ScopeGrantin interfaceOAuth2ScopeGrantLocalService- Parameters:
oAuth2ScopeGrant- the o auth2 scope grant- Returns:
- the o auth2 scope grant that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuth2ScopeGrantLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuth2ScopeGrantLocalService>
-