Class OAuth2ScopeGrantLocalServiceUtil
com.liferay.oauth2.provider.service.impl.OAuth2ScopeGrantLocalServiceImpl and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) static booleanaddOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) static booleanaddOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) static booleanaddOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) static OAuth2ScopeGrantaddOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant) Adds the o auth2 scope grant to the database.static voidclearOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) static OAuth2ScopeGrantcreateOAuth2ScopeGrant(long oAuth2ScopeGrantId) Creates a new o auth2 scope grant with the primary key.static OAuth2ScopeGrantcreateOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope) static OAuth2ScopeGrantcreateOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope, List<String> scopeAliases) static com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) static voiddeleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) static voiddeleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) static voiddeleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) static voiddeleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) static OAuth2ScopeGrantdeleteOAuth2ScopeGrant(long oAuth2ScopeGrantId) Deletes the o auth2 scope grant with the primary key from the database.static OAuth2ScopeGrantdeleteOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant) Deletes the o auth2 scope grant from the database.static com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) static <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) static intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) static com.liferay.portal.kernel.dao.orm.DynamicQuerystatic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.static <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.static <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.static longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.static 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.static OAuth2ScopeGrantfetchOAuth2ScopeGrant(long oAuth2ScopeGrantId) static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerystatic Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> getFilteredLiferayOAuth2Scopes(long oAuth2ApplicationScopeAliasesId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerystatic List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) static List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end) static List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) static intgetOAuth2AuthorizationOAuth2ScopeGrantsCount(long oAuth2AuthorizationId) static long[]getOAuth2AuthorizationPrimaryKeys(long oAuth2ScopeGrantId) Returns the oAuth2AuthorizationIds of the o auth2 authorizations associated with the o auth2 scope grant.static OAuth2ScopeGrantgetOAuth2ScopeGrant(long oAuth2ScopeGrantId) Returns the o auth2 scope grant with the primary key.static List<OAuth2ScopeGrant> getOAuth2ScopeGrants(int start, int end) Returns a range of all the o auth2 scope grants.static Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long oAuth2ApplicationScopeAliasesId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) static Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long companyId, String applicationName, String bundleSymbolicName, String accessTokenContent) static intReturns the number of o auth2 scope grants.static StringReturns the OSGi service identifier.static com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) static OAuth2ScopeGrantLocalServicestatic Collection<OAuth2ScopeGrant> grantLiferayOAuth2Scopes(long oAuth2AuthorizationId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) static booleanhasOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) static booleanhasOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) static voidsetOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) static OAuth2ScopeGrantupdateOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant) Updates the o auth2 scope grant in the database or adds it if it does not yet exist.
-
Constructor Details
-
OAuth2ScopeGrantLocalServiceUtil
public OAuth2ScopeGrantLocalServiceUtil()
-
-
Method Details
-
addOAuth2AuthorizationOAuth2ScopeGrant
public static boolean addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) -
addOAuth2AuthorizationOAuth2ScopeGrant
public static boolean addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) -
addOAuth2AuthorizationOAuth2ScopeGrants
public static boolean addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) -
addOAuth2AuthorizationOAuth2ScopeGrants
public static boolean addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) -
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.
- Parameters:
oAuth2ScopeGrant- the o auth2 scope grant- Returns:
- the o auth2 scope grant that was added
-
clearOAuth2AuthorizationOAuth2ScopeGrants
public static void clearOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) -
createOAuth2ScopeGrant
Creates a new o auth2 scope grant with the primary key. Does not add the o auth2 scope grant to the database.- Parameters:
oAuth2ScopeGrantId- the primary key for the new o auth2 scope grant- Returns:
- the new o auth2 scope grant
-
createOAuth2ScopeGrant
public static OAuth2ScopeGrant createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope) throws DuplicateOAuth2ScopeGrantException -
createOAuth2ScopeGrant
public static OAuth2ScopeGrant createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, String applicationName, String bundleSymbolicName, String scope, List<String> scopeAliases) throws DuplicateOAuth2ScopeGrantException -
createPersistedModel
public static com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteOAuth2AuthorizationOAuth2ScopeGrant
public static void deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) -
deleteOAuth2AuthorizationOAuth2ScopeGrant
public static void deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, OAuth2ScopeGrant oAuth2ScopeGrant) -
deleteOAuth2AuthorizationOAuth2ScopeGrants
public static void deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, List<OAuth2ScopeGrant> oAuth2ScopeGrants) -
deleteOAuth2AuthorizationOAuth2ScopeGrants
public static void deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) -
deleteOAuth2ScopeGrant
public static 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.
- Parameters:
oAuth2ScopeGrantId- the primary key of the o auth2 scope grant- Returns:
- the o auth2 scope grant that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a o auth2 scope grant with the primary key could not be found
-
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.
- Parameters:
oAuth2ScopeGrant- the o auth2 scope grant- Returns:
- the o auth2 scope grant that was removed
-
deletePersistedModel
public static com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public static <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) -
dslQueryCount
public static int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) -
dynamicQuery
public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() -
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public static <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.- 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 static <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.- 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 static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public static 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.- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchOAuth2ScopeGrant
-
getActionableDynamicQuery
public static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery() -
getFilteredLiferayOAuth2Scopes
public static Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> getFilteredLiferayOAuth2Scopes(long oAuth2ApplicationScopeAliasesId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) -
getIndexableActionableDynamicQuery
public static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery() -
getOAuth2AuthorizationOAuth2ScopeGrants
public static List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) -
getOAuth2AuthorizationOAuth2ScopeGrants
public static List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end) -
getOAuth2AuthorizationOAuth2ScopeGrants
public static List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) -
getOAuth2AuthorizationOAuth2ScopeGrantsCount
public static int getOAuth2AuthorizationOAuth2ScopeGrantsCount(long oAuth2AuthorizationId) -
getOAuth2AuthorizationPrimaryKeys
public static long[] getOAuth2AuthorizationPrimaryKeys(long oAuth2ScopeGrantId) Returns the oAuth2AuthorizationIds of the o auth2 authorizations associated with the o auth2 scope grant.- 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 static OAuth2ScopeGrant getOAuth2ScopeGrant(long oAuth2ScopeGrantId) throws com.liferay.portal.kernel.exception.PortalException Returns the o auth2 scope grant with the primary key.- Parameters:
oAuth2ScopeGrantId- the primary key of the o auth2 scope grant- Returns:
- the o auth2 scope grant
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a o auth2 scope grant with the primary key could not be found
-
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.- 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 static Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long oAuth2ApplicationScopeAliasesId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) -
getOAuth2ScopeGrants
public static Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long companyId, String applicationName, String bundleSymbolicName, String accessTokenContent) -
getOAuth2ScopeGrantsCount
public static int getOAuth2ScopeGrantsCount()Returns the number of o auth2 scope grants.- Returns:
- the number of o auth2 scope grants
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getPersistedModel
public static com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
grantLiferayOAuth2Scopes
public static Collection<OAuth2ScopeGrant> grantLiferayOAuth2Scopes(long oAuth2AuthorizationId, Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
hasOAuth2AuthorizationOAuth2ScopeGrant
public static boolean hasOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId, long oAuth2ScopeGrantId) -
hasOAuth2AuthorizationOAuth2ScopeGrants
public static boolean hasOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) -
setOAuth2AuthorizationOAuth2ScopeGrants
public static void setOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, long[] oAuth2ScopeGrantIds) -
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.
- Parameters:
oAuth2ScopeGrant- the o auth2 scope grant- Returns:
- the o auth2 scope grant that was updated
-
getService
-