@ProviderType public interface OAuth2ApplicationPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<OAuth2Application>
Caching information and settings can be found in portal.properties
OAuth2ApplicationUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<OAuth2Application> oAuth2Applications)
Caches the o auth2 applications in the entity cache if it is enabled.
|
void |
cacheResult(OAuth2Application oAuth2Application)
Caches the o auth2 application in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of o auth2 applications.
|
int |
countByC_C(long companyId,
java.lang.String clientId)
Returns the number of o auth2 applications where companyId = ? and clientId = ?.
|
int |
countByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the number of o auth2 applications where companyId = ? and externalReferenceCode = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of o auth2 applications where companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of o auth2 applications where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of o auth2 applications where uuid = ?.
|
OAuth2Application |
create(long oAuth2ApplicationId)
Creates a new o auth2 application with the primary key.
|
OAuth2Application |
fetchByC_C(long companyId,
java.lang.String clientId)
Returns the o auth2 application where companyId = ? and clientId = ? or returns
null if it could not be found. |
OAuth2Application |
fetchByC_C(long companyId,
java.lang.String clientId,
boolean useFinderCache)
Returns the o auth2 application where companyId = ? and clientId = ? or returns
null if it could not be found, optionally using the finder cache. |
OAuth2Application |
fetchByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the o auth2 application where companyId = ? and externalReferenceCode = ? or returns
null if it could not be found. |
OAuth2Application |
fetchByC_ERC(long companyId,
java.lang.String externalReferenceCode,
boolean useFinderCache)
Returns the o auth2 application where companyId = ? and externalReferenceCode = ? or returns
null if it could not be found, optionally using the finder cache. |
OAuth2Application |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the first o auth2 application in the ordered set where companyId = ?.
|
OAuth2Application |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the last o auth2 application in the ordered set where companyId = ?.
|
OAuth2Application |
fetchByPrimaryKey(long oAuth2ApplicationId)
Returns the o auth2 application with the primary key or returns
null if it could not be found. |
OAuth2Application |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the first o auth2 application in the ordered set where uuid = ? and companyId = ?.
|
OAuth2Application |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the last o auth2 application in the ordered set where uuid = ? and companyId = ?.
|
OAuth2Application |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the first o auth2 application in the ordered set where uuid = ?.
|
OAuth2Application |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the last o auth2 application in the ordered set where uuid = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of o auth2 applications that the user has permission to view where companyId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of o auth2 applications that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of o auth2 applications that the user has permission to view where uuid = ?.
|
OAuth2Application[] |
filterFindByCompanyId_PrevAndNext(long oAuth2ApplicationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the o auth2 applications before and after the current o auth2 application in the ordered set of o auth2 applications that the user has permission to view where companyId = ?.
|
java.util.List<OAuth2Application> |
filterFindByCompanyId(long companyId)
Returns all the o auth2 applications that the user has permission to view where companyId = ?.
|
java.util.List<OAuth2Application> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the o auth2 applications that the user has permission to view where companyId = ?.
|
java.util.List<OAuth2Application> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns an ordered range of all the o auth2 applications that the user has permissions to view where companyId = ?.
|
OAuth2Application[] |
filterFindByUuid_C_PrevAndNext(long oAuth2ApplicationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the o auth2 applications before and after the current o auth2 application in the ordered set of o auth2 applications that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<OAuth2Application> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the o auth2 applications that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<OAuth2Application> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the o auth2 applications that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<OAuth2Application> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns an ordered range of all the o auth2 applications that the user has permissions to view where uuid = ? and companyId = ?.
|
OAuth2Application[] |
filterFindByUuid_PrevAndNext(long oAuth2ApplicationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the o auth2 applications before and after the current o auth2 application in the ordered set of o auth2 applications that the user has permission to view where uuid = ?.
|
java.util.List<OAuth2Application> |
filterFindByUuid(java.lang.String uuid)
Returns all the o auth2 applications that the user has permission to view where uuid = ?.
|
java.util.List<OAuth2Application> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the o auth2 applications that the user has permission to view where uuid = ?.
|
java.util.List<OAuth2Application> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns an ordered range of all the o auth2 applications that the user has permissions to view where uuid = ?.
|
java.util.List<OAuth2Application> |
findAll()
Returns all the o auth2 applications.
|
java.util.List<OAuth2Application> |
findAll(int start,
int end)
Returns a range of all the o auth2 applications.
|
java.util.List<OAuth2Application> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns an ordered range of all the o auth2 applications.
|
java.util.List<OAuth2Application> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the o auth2 applications.
|
OAuth2Application |
findByC_C(long companyId,
java.lang.String clientId)
Returns the o auth2 application where companyId = ? and clientId = ? or throws a
NoSuchOAuth2ApplicationException if it could not be found. |
OAuth2Application |
findByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the o auth2 application where companyId = ? and externalReferenceCode = ? or throws a
NoSuchOAuth2ApplicationException if it could not be found. |
OAuth2Application |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the first o auth2 application in the ordered set where companyId = ?.
|
OAuth2Application |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the last o auth2 application in the ordered set where companyId = ?.
|
OAuth2Application[] |
findByCompanyId_PrevAndNext(long oAuth2ApplicationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the o auth2 applications before and after the current o auth2 application in the ordered set where companyId = ?.
|
java.util.List<OAuth2Application> |
findByCompanyId(long companyId)
Returns all the o auth2 applications where companyId = ?.
|
java.util.List<OAuth2Application> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the o auth2 applications where companyId = ?.
|
java.util.List<OAuth2Application> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns an ordered range of all the o auth2 applications where companyId = ?.
|
java.util.List<OAuth2Application> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the o auth2 applications where companyId = ?.
|
OAuth2Application |
findByPrimaryKey(long oAuth2ApplicationId)
Returns the o auth2 application with the primary key or throws a
NoSuchOAuth2ApplicationException if it could not be found. |
OAuth2Application |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the first o auth2 application in the ordered set where uuid = ? and companyId = ?.
|
OAuth2Application |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the last o auth2 application in the ordered set where uuid = ? and companyId = ?.
|
OAuth2Application[] |
findByUuid_C_PrevAndNext(long oAuth2ApplicationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the o auth2 applications before and after the current o auth2 application in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<OAuth2Application> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the o auth2 applications where uuid = ? and companyId = ?.
|
java.util.List<OAuth2Application> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the o auth2 applications where uuid = ? and companyId = ?.
|
java.util.List<OAuth2Application> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns an ordered range of all the o auth2 applications where uuid = ? and companyId = ?.
|
java.util.List<OAuth2Application> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the o auth2 applications where uuid = ? and companyId = ?.
|
OAuth2Application |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the first o auth2 application in the ordered set where uuid = ?.
|
OAuth2Application |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the last o auth2 application in the ordered set where uuid = ?.
|
OAuth2Application[] |
findByUuid_PrevAndNext(long oAuth2ApplicationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns the o auth2 applications before and after the current o auth2 application in the ordered set where uuid = ?.
|
java.util.List<OAuth2Application> |
findByUuid(java.lang.String uuid)
Returns all the o auth2 applications where uuid = ?.
|
java.util.List<OAuth2Application> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the o auth2 applications where uuid = ?.
|
java.util.List<OAuth2Application> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
Returns an ordered range of all the o auth2 applications where uuid = ?.
|
java.util.List<OAuth2Application> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the o auth2 applications where uuid = ?.
|
OAuth2Application |
remove(long oAuth2ApplicationId)
Removes the o auth2 application with the primary key from the database.
|
void |
removeAll()
Removes all the o auth2 applications from the database.
|
OAuth2Application |
removeByC_C(long companyId,
java.lang.String clientId)
Removes the o auth2 application where companyId = ? and clientId = ? from the database.
|
OAuth2Application |
removeByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Removes the o auth2 application where companyId = ? and externalReferenceCode = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the o auth2 applications where companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the o auth2 applications where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the o auth2 applications where uuid = ? from the database.
|
OAuth2Application |
updateImpl(OAuth2Application oAuth2Application) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<OAuth2Application> findByUuid(java.lang.String uuid)
uuid - the uuidjava.util.List<OAuth2Application> findByUuid(java.lang.String uuid, 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)java.util.List<OAuth2Application> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<OAuth2Application> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator, boolean useFinderCache)
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 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 OAuth2ApplicationModelImpl.
uuid - the uuidstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheOAuth2Application findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching o auth2 application could not be foundOAuth2Application findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching o auth2 application could not be foundOAuth2Application[] findByUuid_PrevAndNext(long oAuth2ApplicationId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
oAuth2ApplicationId - the primary key of the current o auth2 applicationuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundjava.util.List<OAuth2Application> filterFindByUuid(java.lang.String uuid)
uuid - the uuidjava.util.List<OAuth2Application> filterFindByUuid(java.lang.String uuid, 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)java.util.List<OAuth2Application> filterFindByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)OAuth2Application[] filterFindByUuid_PrevAndNext(long oAuth2ApplicationId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
oAuth2ApplicationId - the primary key of the current o auth2 applicationuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid - the uuidint countByUuid(java.lang.String uuid)
uuid - the uuidint filterCountByUuid(java.lang.String uuid)
uuid - the uuidjava.util.List<OAuth2Application> findByUuid_C(java.lang.String uuid, long companyId)
uuid - the uuidcompanyId - the company IDjava.util.List<OAuth2Application> findByUuid_C(java.lang.String uuid, long companyId, 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)java.util.List<OAuth2Application> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<OAuth2Application> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator, boolean useFinderCache)
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 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 OAuth2ApplicationModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheOAuth2Application findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching o auth2 application could not be foundOAuth2Application findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching o auth2 application could not be foundOAuth2Application[] findByUuid_C_PrevAndNext(long oAuth2ApplicationId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
oAuth2ApplicationId - the primary key of the current o auth2 applicationuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundjava.util.List<OAuth2Application> filterFindByUuid_C(java.lang.String uuid, long companyId)
uuid - the uuidcompanyId - the company IDjava.util.List<OAuth2Application> filterFindByUuid_C(java.lang.String uuid, long companyId, 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)java.util.List<OAuth2Application> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> 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 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 OAuth2ApplicationModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)OAuth2Application[] filterFindByUuid_C_PrevAndNext(long oAuth2ApplicationId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
oAuth2ApplicationId - the primary key of the current o auth2 applicationuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid,
long companyId)
uuid - the uuidcompanyId - the company IDint countByUuid_C(java.lang.String uuid,
long companyId)
uuid - the uuidcompanyId - the company IDint filterCountByUuid_C(java.lang.String uuid,
long companyId)
uuid - the uuidcompanyId - the company IDjava.util.List<OAuth2Application> findByCompanyId(long companyId)
companyId - the company IDjava.util.List<OAuth2Application> findByCompanyId(long companyId, 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 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 OAuth2ApplicationModelImpl.
companyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)java.util.List<OAuth2Application> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> 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 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 OAuth2ApplicationModelImpl.
companyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<OAuth2Application> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator, boolean useFinderCache)
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 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 OAuth2ApplicationModelImpl.
companyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheOAuth2Application findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching o auth2 application could not be foundOAuth2Application findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching o auth2 application could not be foundOAuth2Application[] findByCompanyId_PrevAndNext(long oAuth2ApplicationId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
oAuth2ApplicationId - the primary key of the current o auth2 applicationcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundjava.util.List<OAuth2Application> filterFindByCompanyId(long companyId)
companyId - the company IDjava.util.List<OAuth2Application> filterFindByCompanyId(long companyId, 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 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 OAuth2ApplicationModelImpl.
companyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)java.util.List<OAuth2Application> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> 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 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 OAuth2ApplicationModelImpl.
companyId - the company IDstart - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)OAuth2Application[] filterFindByCompanyId_PrevAndNext(long oAuth2ApplicationId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) throws NoSuchOAuth2ApplicationException
oAuth2ApplicationId - the primary key of the current o auth2 applicationcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId - the company IDint countByCompanyId(long companyId)
companyId - the company IDint filterCountByCompanyId(long companyId)
companyId - the company IDOAuth2Application findByC_C(long companyId, java.lang.String clientId) throws NoSuchOAuth2ApplicationException
NoSuchOAuth2ApplicationException if it could not be found.companyId - the company IDclientId - the client IDNoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByC_C(long companyId, java.lang.String clientId)
null if it could not be found. Uses the finder cache.companyId - the company IDclientId - the client IDnull if a matching o auth2 application could not be foundOAuth2Application fetchByC_C(long companyId, java.lang.String clientId, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.companyId - the company IDclientId - the client IDuseFinderCache - whether to use the finder cachenull if a matching o auth2 application could not be foundOAuth2Application removeByC_C(long companyId, java.lang.String clientId) throws NoSuchOAuth2ApplicationException
companyId - the company IDclientId - the client IDNoSuchOAuth2ApplicationExceptionint countByC_C(long companyId,
java.lang.String clientId)
companyId - the company IDclientId - the client IDOAuth2Application findByC_ERC(long companyId, java.lang.String externalReferenceCode) throws NoSuchOAuth2ApplicationException
NoSuchOAuth2ApplicationException if it could not be found.companyId - the company IDexternalReferenceCode - the external reference codeNoSuchOAuth2ApplicationException - if a matching o auth2 application could not be foundOAuth2Application fetchByC_ERC(long companyId, java.lang.String externalReferenceCode)
null if it could not be found. Uses the finder cache.companyId - the company IDexternalReferenceCode - the external reference codenull if a matching o auth2 application could not be foundOAuth2Application fetchByC_ERC(long companyId, java.lang.String externalReferenceCode, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.companyId - the company IDexternalReferenceCode - the external reference codeuseFinderCache - whether to use the finder cachenull if a matching o auth2 application could not be foundOAuth2Application removeByC_ERC(long companyId, java.lang.String externalReferenceCode) throws NoSuchOAuth2ApplicationException
companyId - the company IDexternalReferenceCode - the external reference codeNoSuchOAuth2ApplicationExceptionint countByC_ERC(long companyId,
java.lang.String externalReferenceCode)
companyId - the company IDexternalReferenceCode - the external reference codevoid cacheResult(OAuth2Application oAuth2Application)
oAuth2Application - the o auth2 applicationvoid cacheResult(java.util.List<OAuth2Application> oAuth2Applications)
oAuth2Applications - the o auth2 applicationsOAuth2Application create(long oAuth2ApplicationId)
oAuth2ApplicationId - the primary key for the new o auth2 applicationOAuth2Application remove(long oAuth2ApplicationId) throws NoSuchOAuth2ApplicationException
oAuth2ApplicationId - the primary key of the o auth2 applicationNoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundOAuth2Application updateImpl(OAuth2Application oAuth2Application)
OAuth2Application findByPrimaryKey(long oAuth2ApplicationId) throws NoSuchOAuth2ApplicationException
NoSuchOAuth2ApplicationException if it could not be found.oAuth2ApplicationId - the primary key of the o auth2 applicationNoSuchOAuth2ApplicationException - if a o auth2 application with the primary key could not be foundOAuth2Application fetchByPrimaryKey(long oAuth2ApplicationId)
null if it could not be found.oAuth2ApplicationId - the primary key of the o auth2 applicationnull if a o auth2 application with the primary key could not be foundjava.util.List<OAuth2Application> findAll()
java.util.List<OAuth2Application> findAll(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 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 OAuth2ApplicationModelImpl.
start - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)java.util.List<OAuth2Application> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> 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 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 OAuth2ApplicationModelImpl.
start - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<OAuth2Application> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator, boolean useFinderCache)
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 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 OAuth2ApplicationModelImpl.
start - the lower bound of the range of o auth2 applicationsend - the upper bound of the range of o auth2 applications (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()