Interface MFAFIDO2CredentialEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<MFAFIDO2CredentialEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(MFAFIDO2CredentialEntry mfaFIDO2CredentialEntry) Caches the mfafido2 credential entry in the entity cache if it is enabled.voidcacheResult(List<MFAFIDO2CredentialEntry> mfaFIDO2CredentialEntries) Caches the mfafido2 credential entries in the entity cache if it is enabled.intcountAll()Returns the number of mfafido2 credential entries.intcountByCredentialKeyHash(long credentialKeyHash) Returns the number of mfafido2 credential entries where credentialKeyHash = ?.intcountByU_C(long userId, long credentialKeyHash) Returns the number of mfafido2 credential entries where userId = ? and credentialKeyHash = ?.intcountByUserId(long userId) Returns the number of mfafido2 credential entries where userId = ?.create(long mfaFIDO2CredentialEntryId) Creates a new mfafido2 credential entry with the primary key.fetchByCredentialKeyHash_First(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the first mfafido2 credential entry in the ordered set where credentialKeyHash = ?.fetchByCredentialKeyHash_Last(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the last mfafido2 credential entry in the ordered set where credentialKeyHash = ?.fetchByPrimaryKey(long mfaFIDO2CredentialEntryId) Returns the mfafido2 credential entry with the primary key or returnsnullif it could not be found.fetchByU_C(long userId, long credentialKeyHash) Returns the mfafido2 credential entry where userId = ? and credentialKeyHash = ? or returnsnullif it could not be found.fetchByU_C(long userId, long credentialKeyHash, boolean useFinderCache) Returns the mfafido2 credential entry where userId = ? and credentialKeyHash = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the first mfafido2 credential entry in the ordered set where userId = ?.fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the last mfafido2 credential entry in the ordered set where userId = ?.findAll()Returns all the mfafido2 credential entries.findAll(int start, int end) Returns a range of all the mfafido2 credential entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns an ordered range of all the mfafido2 credential entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the mfafido2 credential entries.findByCredentialKeyHash(long credentialKeyHash) Returns all the mfafido2 credential entries where credentialKeyHash = ?.findByCredentialKeyHash(long credentialKeyHash, int start, int end) Returns a range of all the mfafido2 credential entries where credentialKeyHash = ?.findByCredentialKeyHash(long credentialKeyHash, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns an ordered range of all the mfafido2 credential entries where credentialKeyHash = ?.findByCredentialKeyHash(long credentialKeyHash, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the mfafido2 credential entries where credentialKeyHash = ?.findByCredentialKeyHash_First(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the first mfafido2 credential entry in the ordered set where credentialKeyHash = ?.findByCredentialKeyHash_Last(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the last mfafido2 credential entry in the ordered set where credentialKeyHash = ?.findByCredentialKeyHash_PrevAndNext(long mfaFIDO2CredentialEntryId, long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the mfafido2 credential entries before and after the current mfafido2 credential entry in the ordered set where credentialKeyHash = ?.findByPrimaryKey(long mfaFIDO2CredentialEntryId) Returns the mfafido2 credential entry with the primary key or throws aNoSuchMFAFIDO2CredentialEntryExceptionif it could not be found.findByU_C(long userId, long credentialKeyHash) Returns the mfafido2 credential entry where userId = ? and credentialKeyHash = ? or throws aNoSuchMFAFIDO2CredentialEntryExceptionif it could not be found.findByUserId(long userId) Returns all the mfafido2 credential entries where userId = ?.findByUserId(long userId, int start, int end) Returns a range of all the mfafido2 credential entries where userId = ?.findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns an ordered range of all the mfafido2 credential entries where userId = ?.findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the mfafido2 credential entries where userId = ?.findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the first mfafido2 credential entry in the ordered set where userId = ?.findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the last mfafido2 credential entry in the ordered set where userId = ?.findByUserId_PrevAndNext(long mfaFIDO2CredentialEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the mfafido2 credential entries before and after the current mfafido2 credential entry in the ordered set where userId = ?.remove(long mfaFIDO2CredentialEntryId) Removes the mfafido2 credential entry with the primary key from the database.voidRemoves all the mfafido2 credential entries from the database.voidremoveByCredentialKeyHash(long credentialKeyHash) Removes all the mfafido2 credential entries where credentialKeyHash = ? from the database.removeByU_C(long userId, long credentialKeyHash) Removes the mfafido2 credential entry where userId = ? and credentialKeyHash = ? from the database.voidremoveByUserId(long userId) Removes all the mfafido2 credential entries where userId = ? from the database.updateImpl(MFAFIDO2CredentialEntry mfaFIDO2CredentialEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
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, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByUserId
Returns all the mfafido2 credential entries where userId = ?.- Parameters:
userId- the user ID- Returns:
- the matching mfafido2 credential entries
-
findByUserId
Returns a range of all the mfafido2 credential entries where userId = ?.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)- Returns:
- the range of matching mfafido2 credential entries
-
findByUserId
List<MFAFIDO2CredentialEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns an ordered range of all the mfafido2 credential entries where userId = ?.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching mfafido2 credential entries
-
findByUserId
List<MFAFIDO2CredentialEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the mfafido2 credential entries where userId = ?.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching mfafido2 credential entries
-
findByUserId_First
MFAFIDO2CredentialEntry findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) throws NoSuchMFAFIDO2CredentialEntryException Returns the first mfafido2 credential entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a matching mfafido2 credential entry could not be found
-
fetchByUserId_First
MFAFIDO2CredentialEntry fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the first mfafido2 credential entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching mfafido2 credential entry, or
nullif a matching mfafido2 credential entry could not be found
-
findByUserId_Last
MFAFIDO2CredentialEntry findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) throws NoSuchMFAFIDO2CredentialEntryException Returns the last mfafido2 credential entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a matching mfafido2 credential entry could not be found
-
fetchByUserId_Last
MFAFIDO2CredentialEntry fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the last mfafido2 credential entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching mfafido2 credential entry, or
nullif a matching mfafido2 credential entry could not be found
-
findByUserId_PrevAndNext
MFAFIDO2CredentialEntry[] findByUserId_PrevAndNext(long mfaFIDO2CredentialEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) throws NoSuchMFAFIDO2CredentialEntryException Returns the mfafido2 credential entries before and after the current mfafido2 credential entry in the ordered set where userId = ?.- Parameters:
mfaFIDO2CredentialEntryId- the primary key of the current mfafido2 credential entryuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a mfafido2 credential entry with the primary key could not be found
-
removeByUserId
void removeByUserId(long userId) Removes all the mfafido2 credential entries where userId = ? from the database.- Parameters:
userId- the user ID
-
countByUserId
int countByUserId(long userId) Returns the number of mfafido2 credential entries where userId = ?.- Parameters:
userId- the user ID- Returns:
- the number of matching mfafido2 credential entries
-
findByCredentialKeyHash
Returns all the mfafido2 credential entries where credentialKeyHash = ?.- Parameters:
credentialKeyHash- the credential key hash- Returns:
- the matching mfafido2 credential entries
-
findByCredentialKeyHash
Returns a range of all the mfafido2 credential entries where credentialKeyHash = ?.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
credentialKeyHash- the credential key hashstart- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)- Returns:
- the range of matching mfafido2 credential entries
-
findByCredentialKeyHash
List<MFAFIDO2CredentialEntry> findByCredentialKeyHash(long credentialKeyHash, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns an ordered range of all the mfafido2 credential entries where credentialKeyHash = ?.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
credentialKeyHash- the credential key hashstart- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching mfafido2 credential entries
-
findByCredentialKeyHash
List<MFAFIDO2CredentialEntry> findByCredentialKeyHash(long credentialKeyHash, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the mfafido2 credential entries where credentialKeyHash = ?.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
credentialKeyHash- the credential key hashstart- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching mfafido2 credential entries
-
findByCredentialKeyHash_First
MFAFIDO2CredentialEntry findByCredentialKeyHash_First(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) throws NoSuchMFAFIDO2CredentialEntryException Returns the first mfafido2 credential entry in the ordered set where credentialKeyHash = ?.- Parameters:
credentialKeyHash- the credential key hashorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a matching mfafido2 credential entry could not be found
-
fetchByCredentialKeyHash_First
MFAFIDO2CredentialEntry fetchByCredentialKeyHash_First(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the first mfafido2 credential entry in the ordered set where credentialKeyHash = ?.- Parameters:
credentialKeyHash- the credential key hashorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching mfafido2 credential entry, or
nullif a matching mfafido2 credential entry could not be found
-
findByCredentialKeyHash_Last
MFAFIDO2CredentialEntry findByCredentialKeyHash_Last(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) throws NoSuchMFAFIDO2CredentialEntryException Returns the last mfafido2 credential entry in the ordered set where credentialKeyHash = ?.- Parameters:
credentialKeyHash- the credential key hashorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a matching mfafido2 credential entry could not be found
-
fetchByCredentialKeyHash_Last
MFAFIDO2CredentialEntry fetchByCredentialKeyHash_Last(long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns the last mfafido2 credential entry in the ordered set where credentialKeyHash = ?.- Parameters:
credentialKeyHash- the credential key hashorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching mfafido2 credential entry, or
nullif a matching mfafido2 credential entry could not be found
-
findByCredentialKeyHash_PrevAndNext
MFAFIDO2CredentialEntry[] findByCredentialKeyHash_PrevAndNext(long mfaFIDO2CredentialEntryId, long credentialKeyHash, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) throws NoSuchMFAFIDO2CredentialEntryException Returns the mfafido2 credential entries before and after the current mfafido2 credential entry in the ordered set where credentialKeyHash = ?.- Parameters:
mfaFIDO2CredentialEntryId- the primary key of the current mfafido2 credential entrycredentialKeyHash- the credential key hashorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a mfafido2 credential entry with the primary key could not be found
-
removeByCredentialKeyHash
void removeByCredentialKeyHash(long credentialKeyHash) Removes all the mfafido2 credential entries where credentialKeyHash = ? from the database.- Parameters:
credentialKeyHash- the credential key hash
-
countByCredentialKeyHash
int countByCredentialKeyHash(long credentialKeyHash) Returns the number of mfafido2 credential entries where credentialKeyHash = ?.- Parameters:
credentialKeyHash- the credential key hash- Returns:
- the number of matching mfafido2 credential entries
-
findByU_C
MFAFIDO2CredentialEntry findByU_C(long userId, long credentialKeyHash) throws NoSuchMFAFIDO2CredentialEntryException Returns the mfafido2 credential entry where userId = ? and credentialKeyHash = ? or throws aNoSuchMFAFIDO2CredentialEntryExceptionif it could not be found.- Parameters:
userId- the user IDcredentialKeyHash- the credential key hash- Returns:
- the matching mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a matching mfafido2 credential entry could not be found
-
fetchByU_C
Returns the mfafido2 credential entry where userId = ? and credentialKeyHash = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
userId- the user IDcredentialKeyHash- the credential key hash- Returns:
- the matching mfafido2 credential entry, or
nullif a matching mfafido2 credential entry could not be found
-
fetchByU_C
Returns the mfafido2 credential entry where userId = ? and credentialKeyHash = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
userId- the user IDcredentialKeyHash- the credential key hashuseFinderCache- whether to use the finder cache- Returns:
- the matching mfafido2 credential entry, or
nullif a matching mfafido2 credential entry could not be found
-
removeByU_C
MFAFIDO2CredentialEntry removeByU_C(long userId, long credentialKeyHash) throws NoSuchMFAFIDO2CredentialEntryException Removes the mfafido2 credential entry where userId = ? and credentialKeyHash = ? from the database.- Parameters:
userId- the user IDcredentialKeyHash- the credential key hash- Returns:
- the mfafido2 credential entry that was removed
- Throws:
NoSuchMFAFIDO2CredentialEntryException
-
countByU_C
int countByU_C(long userId, long credentialKeyHash) Returns the number of mfafido2 credential entries where userId = ? and credentialKeyHash = ?.- Parameters:
userId- the user IDcredentialKeyHash- the credential key hash- Returns:
- the number of matching mfafido2 credential entries
-
cacheResult
Caches the mfafido2 credential entry in the entity cache if it is enabled.- Parameters:
mfaFIDO2CredentialEntry- the mfafido2 credential entry
-
cacheResult
Caches the mfafido2 credential entries in the entity cache if it is enabled.- Parameters:
mfaFIDO2CredentialEntries- the mfafido2 credential entries
-
create
Creates a new mfafido2 credential entry with the primary key. Does not add the mfafido2 credential entry to the database.- Parameters:
mfaFIDO2CredentialEntryId- the primary key for the new mfafido2 credential entry- Returns:
- the new mfafido2 credential entry
-
remove
MFAFIDO2CredentialEntry remove(long mfaFIDO2CredentialEntryId) throws NoSuchMFAFIDO2CredentialEntryException Removes the mfafido2 credential entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
mfaFIDO2CredentialEntryId- the primary key of the mfafido2 credential entry- Returns:
- the mfafido2 credential entry that was removed
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a mfafido2 credential entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
MFAFIDO2CredentialEntry findByPrimaryKey(long mfaFIDO2CredentialEntryId) throws NoSuchMFAFIDO2CredentialEntryException Returns the mfafido2 credential entry with the primary key or throws aNoSuchMFAFIDO2CredentialEntryExceptionif it could not be found.- Parameters:
mfaFIDO2CredentialEntryId- the primary key of the mfafido2 credential entry- Returns:
- the mfafido2 credential entry
- Throws:
NoSuchMFAFIDO2CredentialEntryException- if a mfafido2 credential entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the mfafido2 credential entry with the primary key or returnsnullif it could not be found.- Parameters:
mfaFIDO2CredentialEntryId- the primary key of the mfafido2 credential entry- Returns:
- the mfafido2 credential entry, or
nullif a mfafido2 credential entry with the primary key could not be found
-
findAll
List<MFAFIDO2CredentialEntry> findAll()Returns all the mfafido2 credential entries.- Returns:
- the mfafido2 credential entries
-
findAll
Returns a range of all the mfafido2 credential entries.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
start- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)- Returns:
- the range of mfafido2 credential entries
-
findAll
List<MFAFIDO2CredentialEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator) Returns an ordered range of all the mfafido2 credential entries.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
start- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of mfafido2 credential entries
-
findAll
List<MFAFIDO2CredentialEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MFAFIDO2CredentialEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the mfafido2 credential entries.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 bothstartandendtoQueryUtil#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 fromMFAFIDO2CredentialEntryModelImpl.- Parameters:
start- the lower bound of the range of mfafido2 credential entriesend- the upper bound of the range of mfafido2 credential entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of mfafido2 credential entries
-
removeAll
void removeAll()Removes all the mfafido2 credential entries from the database. -
countAll
int countAll()Returns the number of mfafido2 credential entries.- Returns:
- the number of mfafido2 credential entries
-