public class OAuth2ApplicationLocalServiceWrapper extends java.lang.Object implements OAuth2ApplicationLocalService, ServiceWrapper<OAuth2ApplicationLocalService>
OAuth2ApplicationLocalService.OAuth2ApplicationLocalService| Constructor and Description |
|---|
OAuth2ApplicationLocalServiceWrapper(OAuth2ApplicationLocalService oAuth2ApplicationLocalService) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Application |
addOAuth2Application(long companyId,
long userId,
java.lang.String userName,
java.util.List<GrantType> allowedGrantTypesList,
long clientCredentialUserId,
java.lang.String clientId,
int clientProfile,
java.lang.String clientSecret,
java.lang.String description,
java.util.List<java.lang.String> featuresList,
java.lang.String homePageURL,
long iconFileEntryId,
java.lang.String name,
java.lang.String privacyPolicyURL,
java.util.List<java.lang.String> redirectURIsList,
java.util.function.Consumer<OAuth2ScopeBuilder> builderConsumer,
ServiceContext serviceContext) |
OAuth2Application |
addOAuth2Application(long companyId,
long userId,
java.lang.String userName,
java.util.List<GrantType> allowedGrantTypesList,
long clientCredentialUserId,
java.lang.String clientId,
int clientProfile,
java.lang.String clientSecret,
java.lang.String description,
java.util.List<java.lang.String> featuresList,
java.lang.String homePageURL,
long iconFileEntryId,
java.lang.String name,
java.lang.String privacyPolicyURL,
java.util.List<java.lang.String> redirectURIsList,
java.util.List<java.lang.String> scopeAliasesList,
ServiceContext serviceContext) |
OAuth2Application |
addOAuth2Application(long companyId,
long userId,
java.lang.String userName,
java.util.List<GrantType> allowedGrantTypesList,
java.lang.String clientId,
int clientProfile,
java.lang.String clientSecret,
java.lang.String description,
java.util.List<java.lang.String> featuresList,
java.lang.String homePageURL,
long iconFileEntryId,
java.lang.String name,
java.lang.String privacyPolicyURL,
java.util.List<java.lang.String> redirectURIsList,
java.util.List<java.lang.String> scopeAliasesList,
ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x)
|
OAuth2Application |
addOAuth2Application(OAuth2Application oAuth2Application)
Adds the o auth2 application to the database.
|
OAuth2Application |
createOAuth2Application(long oAuth2ApplicationId)
Creates a new o auth2 application with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
OAuth2Application |
deleteOAuth2Application(long oAuth2ApplicationId)
Deletes the o auth2 application with the primary key from the database.
|
OAuth2Application |
deleteOAuth2Application(OAuth2Application oAuth2Application)
Deletes the o auth2 application from the database.
|
void |
deleteOAuth2Applications(long companyId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
OAuth2Application |
fetchOAuth2Application(long oAuth2ApplicationId) |
OAuth2Application |
fetchOAuth2Application(long companyId,
java.lang.String clientId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
OAuth2Application |
getOAuth2Application(long oAuth2ApplicationId)
Returns the o auth2 application with the primary key.
|
OAuth2Application |
getOAuth2Application(long companyId,
java.lang.String clientId) |
java.util.List<OAuth2Application> |
getOAuth2Applications(int start,
int end)
Returns a range of all the o auth2 applications.
|
java.util.List<OAuth2Application> |
getOAuth2Applications(long companyId) |
int |
getOAuth2ApplicationsCount()
Returns the number of o auth2 applications.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
OAuth2ApplicationLocalService |
getWrappedService() |
void |
setWrappedService(OAuth2ApplicationLocalService oAuth2ApplicationLocalService) |
OAuth2Application |
updateIcon(long oAuth2ApplicationId,
java.io.InputStream inputStream) |
OAuth2Application |
updateOAuth2Application(long oAuth2ApplicationId,
java.util.List<GrantType> allowedGrantTypesList,
long clientCredentialUserId,
java.lang.String clientId,
int clientProfile,
java.lang.String clientSecret,
java.lang.String description,
java.util.List<java.lang.String> featuresList,
java.lang.String homePageURL,
long iconFileEntryId,
java.lang.String name,
java.lang.String privacyPolicyURL,
java.util.List<java.lang.String> redirectURIsList,
long auth2ApplicationScopeAliasesId,
ServiceContext serviceContext) |
OAuth2Application |
updateOAuth2Application(long oAuth2ApplicationId,
java.util.List<GrantType> allowedGrantTypesList,
java.lang.String clientId,
int clientProfile,
java.lang.String clientSecret,
java.lang.String description,
java.util.List<java.lang.String> featuresList,
java.lang.String homePageURL,
long iconFileEntryId,
java.lang.String name,
java.lang.String privacyPolicyURL,
java.util.List<java.lang.String> redirectURIsList,
long auth2ApplicationScopeAliasesId,
ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x)
|
OAuth2Application |
updateOAuth2Application(OAuth2Application oAuth2Application)
Updates the o auth2 application in the database or adds it if it does not yet exist.
|
OAuth2Application |
updateScopeAliases(long userId,
java.lang.String userName,
long oAuth2ApplicationId,
java.util.List<java.lang.String> scopeAliasesList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic OAuth2ApplicationLocalServiceWrapper(OAuth2ApplicationLocalService oAuth2ApplicationLocalService)
public OAuth2Application addOAuth2Application(long companyId, long userId, java.lang.String userName, java.util.List<GrantType> allowedGrantTypesList, long clientCredentialUserId, java.lang.String clientId, int clientProfile, java.lang.String clientSecret, java.lang.String description, java.util.List<java.lang.String> featuresList, java.lang.String homePageURL, long iconFileEntryId, java.lang.String name, java.lang.String privacyPolicyURL, java.util.List<java.lang.String> redirectURIsList, java.util.function.Consumer<OAuth2ScopeBuilder> builderConsumer, ServiceContext serviceContext) throws PortalException
addOAuth2Application in interface OAuth2ApplicationLocalServicePortalExceptionpublic OAuth2Application addOAuth2Application(long companyId, long userId, java.lang.String userName, java.util.List<GrantType> allowedGrantTypesList, long clientCredentialUserId, java.lang.String clientId, int clientProfile, java.lang.String clientSecret, java.lang.String description, java.util.List<java.lang.String> featuresList, java.lang.String homePageURL, long iconFileEntryId, java.lang.String name, java.lang.String privacyPolicyURL, java.util.List<java.lang.String> redirectURIsList, java.util.List<java.lang.String> scopeAliasesList, ServiceContext serviceContext) throws PortalException
addOAuth2Application in interface OAuth2ApplicationLocalServicePortalException@Deprecated public OAuth2Application addOAuth2Application(long companyId, long userId, java.lang.String userName, java.util.List<GrantType> allowedGrantTypesList, java.lang.String clientId, int clientProfile, java.lang.String clientSecret, java.lang.String description, java.util.List<java.lang.String> featuresList, java.lang.String homePageURL, long iconFileEntryId, java.lang.String name, java.lang.String privacyPolicyURL, java.util.List<java.lang.String> redirectURIsList, java.util.List<java.lang.String> scopeAliasesList, ServiceContext serviceContext) throws PortalException
addOAuth2Application in interface OAuth2ApplicationLocalServicePortalExceptionpublic OAuth2Application addOAuth2Application(OAuth2Application oAuth2Application)
addOAuth2Application in interface OAuth2ApplicationLocalServiceoAuth2Application - the o auth2 applicationpublic OAuth2Application createOAuth2Application(long oAuth2ApplicationId)
createOAuth2Application in interface OAuth2ApplicationLocalServiceoAuth2ApplicationId - the primary key for the new o auth2 applicationpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface OAuth2ApplicationLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic OAuth2Application deleteOAuth2Application(long oAuth2ApplicationId) throws PortalException
deleteOAuth2Application in interface OAuth2ApplicationLocalServiceoAuth2ApplicationId - the primary key of the o auth2 applicationPortalException - if a o auth2 application with the primary key could not be foundpublic OAuth2Application deleteOAuth2Application(OAuth2Application oAuth2Application)
deleteOAuth2Application in interface OAuth2ApplicationLocalServiceoAuth2Application - the o auth2 applicationpublic void deleteOAuth2Applications(long companyId)
throws PortalException
deleteOAuth2Applications in interface OAuth2ApplicationLocalServicePortalExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface OAuth2ApplicationLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface OAuth2ApplicationLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface OAuth2ApplicationLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface OAuth2ApplicationLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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.OAuth2ApplicationModelImpl.
dynamicQuery in interface OAuth2ApplicationLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery, int start, int end, 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.OAuth2ApplicationModelImpl.
dynamicQuery in interface OAuth2ApplicationLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface OAuth2ApplicationLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface OAuth2ApplicationLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic OAuth2Application fetchOAuth2Application(long oAuth2ApplicationId)
fetchOAuth2Application in interface OAuth2ApplicationLocalServicepublic OAuth2Application fetchOAuth2Application(long companyId, java.lang.String clientId)
fetchOAuth2Application in interface OAuth2ApplicationLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface OAuth2ApplicationLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface OAuth2ApplicationLocalServicepublic OAuth2Application getOAuth2Application(long oAuth2ApplicationId) throws PortalException
getOAuth2Application in interface OAuth2ApplicationLocalServiceoAuth2ApplicationId - the primary key of the o auth2 applicationPortalException - if a o auth2 application with the primary key could not be foundpublic OAuth2Application getOAuth2Application(long companyId, java.lang.String clientId) throws NoSuchOAuth2ApplicationException
getOAuth2Application in interface OAuth2ApplicationLocalServiceNoSuchOAuth2ApplicationExceptionpublic java.util.List<OAuth2Application> getOAuth2Applications(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.OAuth2ApplicationModelImpl.
getOAuth2Applications in interface OAuth2ApplicationLocalServicestart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)public java.util.List<OAuth2Application> getOAuth2Applications(long companyId)
getOAuth2Applications in interface OAuth2ApplicationLocalServicepublic int getOAuth2ApplicationsCount()
getOAuth2ApplicationsCount in interface OAuth2ApplicationLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface OAuth2ApplicationLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface OAuth2ApplicationLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic OAuth2Application updateIcon(long oAuth2ApplicationId, java.io.InputStream inputStream) throws PortalException
updateIcon in interface OAuth2ApplicationLocalServicePortalExceptionpublic OAuth2Application updateOAuth2Application(long oAuth2ApplicationId, java.util.List<GrantType> allowedGrantTypesList, long clientCredentialUserId, java.lang.String clientId, int clientProfile, java.lang.String clientSecret, java.lang.String description, java.util.List<java.lang.String> featuresList, java.lang.String homePageURL, long iconFileEntryId, java.lang.String name, java.lang.String privacyPolicyURL, java.util.List<java.lang.String> redirectURIsList, long auth2ApplicationScopeAliasesId, ServiceContext serviceContext) throws PortalException
updateOAuth2Application in interface OAuth2ApplicationLocalServicePortalException@Deprecated public OAuth2Application updateOAuth2Application(long oAuth2ApplicationId, java.util.List<GrantType> allowedGrantTypesList, java.lang.String clientId, int clientProfile, java.lang.String clientSecret, java.lang.String description, java.util.List<java.lang.String> featuresList, java.lang.String homePageURL, long iconFileEntryId, java.lang.String name, java.lang.String privacyPolicyURL, java.util.List<java.lang.String> redirectURIsList, long auth2ApplicationScopeAliasesId, ServiceContext serviceContext) throws PortalException
updateOAuth2Application in interface OAuth2ApplicationLocalServicePortalExceptionpublic OAuth2Application updateOAuth2Application(OAuth2Application oAuth2Application)
updateOAuth2Application in interface OAuth2ApplicationLocalServiceoAuth2Application - the o auth2 applicationpublic OAuth2Application updateScopeAliases(long userId, java.lang.String userName, long oAuth2ApplicationId, java.util.List<java.lang.String> scopeAliasesList) throws PortalException
updateScopeAliases in interface OAuth2ApplicationLocalServicePortalExceptionpublic OAuth2ApplicationLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<OAuth2ApplicationLocalService>public void setWrappedService(OAuth2ApplicationLocalService oAuth2ApplicationLocalService)
setWrappedService in interface ServiceWrapper<OAuth2ApplicationLocalService>