public class OAuth2ScopeGrantLocalServiceWrapper extends java.lang.Object implements OAuth2ScopeGrantLocalService, com.liferay.portal.kernel.service.ServiceWrapper<OAuth2ScopeGrantLocalService>
OAuth2ScopeGrantLocalService.OAuth2ScopeGrantLocalService| Constructor and Description |
|---|
OAuth2ScopeGrantLocalServiceWrapper() |
OAuth2ScopeGrantLocalServiceWrapper(OAuth2ScopeGrantLocalService oAuth2ScopeGrantLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
long oAuth2ScopeGrantId) |
void |
addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
OAuth2ScopeGrant oAuth2ScopeGrant) |
void |
addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
java.util.List<OAuth2ScopeGrant> oAuth2ScopeGrants) |
void |
addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
long[] oAuth2ScopeGrantIds) |
OAuth2ScopeGrant |
addOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant)
Adds the o auth2 scope grant to the database.
|
void |
clearOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) |
OAuth2ScopeGrant |
createOAuth2ScopeGrant(long oAuth2ScopeGrantId)
Creates a new o auth2 scope grant with the primary key.
|
OAuth2ScopeGrant |
createOAuth2ScopeGrant(long companyId,
long oAuth2ApplicationScopeAliasesId,
java.lang.String applicationName,
java.lang.String bundleSymbolicName,
java.lang.String scope) |
OAuth2ScopeGrant |
createOAuth2ScopeGrant(long companyId,
long oAuth2ApplicationScopeAliasesId,
java.lang.String applicationName,
java.lang.String bundleSymbolicName,
java.lang.String scope,
java.util.List<java.lang.String> scopeAliases) |
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
long oAuth2ScopeGrantId) |
void |
deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
OAuth2ScopeGrant oAuth2ScopeGrant) |
void |
deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
java.util.List<OAuth2ScopeGrant> oAuth2ScopeGrants) |
void |
deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
long[] oAuth2ScopeGrantIds) |
OAuth2ScopeGrant |
deleteOAuth2ScopeGrant(long oAuth2ScopeGrantId)
Deletes the o auth2 scope grant with the primary key from the database.
|
OAuth2ScopeGrant |
deleteOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant)
Deletes the o auth2 scope grant from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.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> java.util.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.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
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.
|
OAuth2ScopeGrant |
fetchOAuth2ScopeGrant(long oAuth2ScopeGrantId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> |
getFilteredLiferayOAuth2Scopes(long oAuth2ApplicationScopeAliasesId,
java.util.Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<OAuth2ScopeGrant> |
getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) |
java.util.List<OAuth2ScopeGrant> |
getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
int start,
int end) |
java.util.List<OAuth2ScopeGrant> |
getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) |
int |
getOAuth2AuthorizationOAuth2ScopeGrantsCount(long oAuth2AuthorizationId) |
long[] |
getOAuth2AuthorizationPrimaryKeys(long oAuth2ScopeGrantId)
Returns the oAuth2AuthorizationIds of the o auth2 authorizations associated with the o auth2 scope grant.
|
OAuth2ScopeGrant |
getOAuth2ScopeGrant(long oAuth2ScopeGrantId)
Returns the o auth2 scope grant with the primary key.
|
java.util.List<OAuth2ScopeGrant> |
getOAuth2ScopeGrants(int start,
int end)
Returns a range of all the o auth2 scope grants.
|
java.util.Collection<OAuth2ScopeGrant> |
getOAuth2ScopeGrants(long oAuth2ApplicationScopeAliasesId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator) |
java.util.Collection<OAuth2ScopeGrant> |
getOAuth2ScopeGrants(long companyId,
java.lang.String applicationName,
java.lang.String bundleSymbolicName,
java.lang.String accessTokenContent) |
int |
getOAuth2ScopeGrantsCount()
Returns the number of o auth2 scope grants.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
OAuth2ScopeGrantLocalService |
getWrappedService() |
java.util.Collection<OAuth2ScopeGrant> |
grantLiferayOAuth2Scopes(long oAuth2AuthorizationId,
java.util.Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) |
boolean |
hasOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
long oAuth2ScopeGrantId) |
boolean |
hasOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId) |
void |
setOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
long[] oAuth2ScopeGrantIds) |
void |
setWrappedService(OAuth2ScopeGrantLocalService oAuth2ScopeGrantLocalService) |
OAuth2ScopeGrant |
updateOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant)
Updates the o auth2 scope grant in the database or adds it if it does not yet exist.
|
public OAuth2ScopeGrantLocalServiceWrapper()
public OAuth2ScopeGrantLocalServiceWrapper(OAuth2ScopeGrantLocalService oAuth2ScopeGrantLocalService)
public void addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
long oAuth2ScopeGrantId)
addOAuth2AuthorizationOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServicepublic void addOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
OAuth2ScopeGrant oAuth2ScopeGrant)
addOAuth2AuthorizationOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServicepublic void addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
java.util.List<OAuth2ScopeGrant> oAuth2ScopeGrants)
addOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic void addOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
long[] oAuth2ScopeGrantIds)
addOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic OAuth2ScopeGrant addOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant)
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.
addOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceoAuth2ScopeGrant - the o auth2 scope grantpublic void clearOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId)
clearOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic OAuth2ScopeGrant createOAuth2ScopeGrant(long oAuth2ScopeGrantId)
createOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceoAuth2ScopeGrantId - the primary key for the new o auth2 scope grantpublic OAuth2ScopeGrant createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, java.lang.String applicationName, java.lang.String bundleSymbolicName, java.lang.String scope) throws DuplicateOAuth2ScopeGrantException
createOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceDuplicateOAuth2ScopeGrantExceptionpublic OAuth2ScopeGrant createOAuth2ScopeGrant(long companyId, long oAuth2ApplicationScopeAliasesId, java.lang.String applicationName, java.lang.String bundleSymbolicName, java.lang.String scope, java.util.List<java.lang.String> scopeAliases) throws DuplicateOAuth2ScopeGrantException
createOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceDuplicateOAuth2ScopeGrantExceptionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface OAuth2ScopeGrantLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
long oAuth2ScopeGrantId)
deleteOAuth2AuthorizationOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServicepublic void deleteOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
OAuth2ScopeGrant oAuth2ScopeGrant)
deleteOAuth2AuthorizationOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServicepublic void deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
java.util.List<OAuth2ScopeGrant> oAuth2ScopeGrants)
deleteOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic void deleteOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
long[] oAuth2ScopeGrantIds)
deleteOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic OAuth2ScopeGrant deleteOAuth2ScopeGrant(long oAuth2ScopeGrantId) throws com.liferay.portal.kernel.exception.PortalException
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.
deleteOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceoAuth2ScopeGrantId - the primary key of the o auth2 scope grantPortalException - if a o auth2 scope grant with the primary key could not be foundpublic OAuth2ScopeGrant deleteOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant)
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.
deleteOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceoAuth2ScopeGrant - the o auth2 scope grantpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface OAuth2ScopeGrantLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface OAuth2ScopeGrantLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface OAuth2ScopeGrantLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface OAuth2ScopeGrantLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface OAuth2ScopeGrantLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl.
dynamicQuery in interface OAuth2ScopeGrantLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl.
dynamicQuery in interface OAuth2ScopeGrantLocalServicedynamicQuery - 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 (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface OAuth2ScopeGrantLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface OAuth2ScopeGrantLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic OAuth2ScopeGrant fetchOAuth2ScopeGrant(long oAuth2ScopeGrantId)
fetchOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface OAuth2ScopeGrantLocalServicepublic java.util.Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> getFilteredLiferayOAuth2Scopes(long oAuth2ApplicationScopeAliasesId,
java.util.Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes)
getFilteredLiferayOAuth2Scopes in interface OAuth2ScopeGrantLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface OAuth2ScopeGrantLocalServicepublic java.util.List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId)
getOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic java.util.List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end)
getOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic java.util.List<OAuth2ScopeGrant> getOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator)
getOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic int getOAuth2AuthorizationOAuth2ScopeGrantsCount(long oAuth2AuthorizationId)
getOAuth2AuthorizationOAuth2ScopeGrantsCount in interface OAuth2ScopeGrantLocalServicepublic long[] getOAuth2AuthorizationPrimaryKeys(long oAuth2ScopeGrantId)
getOAuth2AuthorizationPrimaryKeys in interface OAuth2ScopeGrantLocalServiceoAuth2ScopeGrantId - the oAuth2ScopeGrantId of the o auth2 scope grantpublic OAuth2ScopeGrant getOAuth2ScopeGrant(long oAuth2ScopeGrantId) throws com.liferay.portal.kernel.exception.PortalException
getOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceoAuth2ScopeGrantId - the primary key of the o auth2 scope grantPortalException - if a o auth2 scope grant with the primary key could not be foundpublic java.util.List<OAuth2ScopeGrant> getOAuth2ScopeGrants(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl.
getOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicestart - the lower bound of the range of o auth2 scope grantsend - the upper bound of the range of o auth2 scope grants (not inclusive)public java.util.Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long oAuth2ApplicationScopeAliasesId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2ScopeGrant> orderByComparator)
getOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic java.util.Collection<OAuth2ScopeGrant> getOAuth2ScopeGrants(long companyId, java.lang.String applicationName, java.lang.String bundleSymbolicName, java.lang.String accessTokenContent)
getOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic int getOAuth2ScopeGrantsCount()
getOAuth2ScopeGrantsCount in interface OAuth2ScopeGrantLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface OAuth2ScopeGrantLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface OAuth2ScopeGrantLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.util.Collection<OAuth2ScopeGrant> grantLiferayOAuth2Scopes(long oAuth2AuthorizationId, java.util.Collection<com.liferay.oauth2.provider.scope.liferay.LiferayOAuth2Scope> liferayOAuth2Scopes) throws com.liferay.portal.kernel.exception.PortalException
grantLiferayOAuth2Scopes in interface OAuth2ScopeGrantLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasOAuth2AuthorizationOAuth2ScopeGrant(long oAuth2AuthorizationId,
long oAuth2ScopeGrantId)
hasOAuth2AuthorizationOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServicepublic boolean hasOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId)
hasOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic void setOAuth2AuthorizationOAuth2ScopeGrants(long oAuth2AuthorizationId,
long[] oAuth2ScopeGrantIds)
setOAuth2AuthorizationOAuth2ScopeGrants in interface OAuth2ScopeGrantLocalServicepublic OAuth2ScopeGrant updateOAuth2ScopeGrant(OAuth2ScopeGrant oAuth2ScopeGrant)
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.
updateOAuth2ScopeGrant in interface OAuth2ScopeGrantLocalServiceoAuth2ScopeGrant - the o auth2 scope grantpublic OAuth2ScopeGrantLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<OAuth2ScopeGrantLocalService>public void setWrappedService(OAuth2ScopeGrantLocalService oAuth2ScopeGrantLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<OAuth2ScopeGrantLocalService>