@ProviderType public interface MeetupsRegistrationPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<MeetupsRegistration>
Caching information and settings can be found in portal.properties
com.liferay.social.networking.service.persistence.impl.MeetupsRegistrationPersistenceImpl,
MeetupsRegistrationUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<MeetupsRegistration> meetupsRegistrations)
Caches the meetups registrations in the entity cache if it is enabled.
|
void |
cacheResult(MeetupsRegistration meetupsRegistration)
Caches the meetups registration in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of meetups registrations.
|
int |
countByME_S(long meetupsEntryId,
int status)
Returns the number of meetups registrations where meetupsEntryId = ? and status = ?.
|
int |
countByMeetupsEntryId(long meetupsEntryId)
Returns the number of meetups registrations where meetupsEntryId = ?.
|
int |
countByU_ME(long userId,
long meetupsEntryId)
Returns the number of meetups registrations where userId = ? and meetupsEntryId = ?.
|
MeetupsRegistration |
create(long meetupsRegistrationId)
Creates a new meetups registration with the primary key.
|
MeetupsRegistration |
fetchByME_S_First(long meetupsEntryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the first meetups registration in the ordered set where meetupsEntryId = ? and status = ?.
|
MeetupsRegistration |
fetchByME_S_Last(long meetupsEntryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the last meetups registration in the ordered set where meetupsEntryId = ? and status = ?.
|
MeetupsRegistration |
fetchByMeetupsEntryId_First(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the first meetups registration in the ordered set where meetupsEntryId = ?.
|
MeetupsRegistration |
fetchByMeetupsEntryId_Last(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the last meetups registration in the ordered set where meetupsEntryId = ?.
|
MeetupsRegistration |
fetchByPrimaryKey(long meetupsRegistrationId)
Returns the meetups registration with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,MeetupsRegistration> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
MeetupsRegistration |
fetchByU_ME(long userId,
long meetupsEntryId)
Returns the meetups registration where userId = ? and meetupsEntryId = ? or returns
null if it could not be found. |
MeetupsRegistration |
fetchByU_ME(long userId,
long meetupsEntryId,
boolean retrieveFromCache)
Returns the meetups registration where userId = ? and meetupsEntryId = ? or returns
null if it could not be found, optionally using the finder cache. |
java.util.List<MeetupsRegistration> |
findAll()
Returns all the meetups registrations.
|
java.util.List<MeetupsRegistration> |
findAll(int start,
int end)
Returns a range of all the meetups registrations.
|
java.util.List<MeetupsRegistration> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns an ordered range of all the meetups registrations.
|
java.util.List<MeetupsRegistration> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the meetups registrations.
|
MeetupsRegistration |
findByME_S_First(long meetupsEntryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the first meetups registration in the ordered set where meetupsEntryId = ? and status = ?.
|
MeetupsRegistration |
findByME_S_Last(long meetupsEntryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the last meetups registration in the ordered set where meetupsEntryId = ? and status = ?.
|
MeetupsRegistration[] |
findByME_S_PrevAndNext(long meetupsRegistrationId,
long meetupsEntryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the meetups registrations before and after the current meetups registration in the ordered set where meetupsEntryId = ? and status = ?.
|
java.util.List<MeetupsRegistration> |
findByME_S(long meetupsEntryId,
int status)
Returns all the meetups registrations where meetupsEntryId = ? and status = ?.
|
java.util.List<MeetupsRegistration> |
findByME_S(long meetupsEntryId,
int status,
int start,
int end)
Returns a range of all the meetups registrations where meetupsEntryId = ? and status = ?.
|
java.util.List<MeetupsRegistration> |
findByME_S(long meetupsEntryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns an ordered range of all the meetups registrations where meetupsEntryId = ? and status = ?.
|
java.util.List<MeetupsRegistration> |
findByME_S(long meetupsEntryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the meetups registrations where meetupsEntryId = ? and status = ?.
|
MeetupsRegistration |
findByMeetupsEntryId_First(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the first meetups registration in the ordered set where meetupsEntryId = ?.
|
MeetupsRegistration |
findByMeetupsEntryId_Last(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the last meetups registration in the ordered set where meetupsEntryId = ?.
|
MeetupsRegistration[] |
findByMeetupsEntryId_PrevAndNext(long meetupsRegistrationId,
long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the meetups registrations before and after the current meetups registration in the ordered set where meetupsEntryId = ?.
|
java.util.List<MeetupsRegistration> |
findByMeetupsEntryId(long meetupsEntryId)
Returns all the meetups registrations where meetupsEntryId = ?.
|
java.util.List<MeetupsRegistration> |
findByMeetupsEntryId(long meetupsEntryId,
int start,
int end)
Returns a range of all the meetups registrations where meetupsEntryId = ?.
|
java.util.List<MeetupsRegistration> |
findByMeetupsEntryId(long meetupsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns an ordered range of all the meetups registrations where meetupsEntryId = ?.
|
java.util.List<MeetupsRegistration> |
findByMeetupsEntryId(long meetupsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the meetups registrations where meetupsEntryId = ?.
|
MeetupsRegistration |
findByPrimaryKey(long meetupsRegistrationId)
Returns the meetups registration with the primary key or throws a
NoSuchMeetupsRegistrationException if it could not be found. |
MeetupsRegistration |
findByU_ME(long userId,
long meetupsEntryId)
Returns the meetups registration where userId = ? and meetupsEntryId = ? or throws a
NoSuchMeetupsRegistrationException if it could not be found. |
MeetupsRegistration |
remove(long meetupsRegistrationId)
Removes the meetups registration with the primary key from the database.
|
void |
removeAll()
Removes all the meetups registrations from the database.
|
void |
removeByME_S(long meetupsEntryId,
int status)
Removes all the meetups registrations where meetupsEntryId = ? and status = ? from the database.
|
void |
removeByMeetupsEntryId(long meetupsEntryId)
Removes all the meetups registrations where meetupsEntryId = ? from the database.
|
MeetupsRegistration |
removeByU_ME(long userId,
long meetupsEntryId)
Removes the meetups registration where userId = ? and meetupsEntryId = ? from the database.
|
MeetupsRegistration |
updateImpl(MeetupsRegistration meetupsRegistration) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<MeetupsRegistration> findByMeetupsEntryId(long meetupsEntryId)
meetupsEntryId - the meetups entry IDjava.util.List<MeetupsRegistration> findByMeetupsEntryId(long meetupsEntryId, 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
meetupsEntryId - the meetups entry IDstart - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)java.util.List<MeetupsRegistration> findByMeetupsEntryId(long meetupsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
meetupsEntryId - the meetups entry IDstart - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<MeetupsRegistration> findByMeetupsEntryId(long meetupsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
meetupsEntryId - the meetups entry IDstart - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheMeetupsRegistration findByMeetupsEntryId_First(long meetupsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator) throws NoSuchMeetupsRegistrationException
meetupsEntryId - the meetups entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchMeetupsRegistrationException - if a matching meetups registration could not be foundMeetupsRegistration fetchByMeetupsEntryId_First(long meetupsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
meetupsEntryId - the meetups entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching meetups registration could not be foundMeetupsRegistration findByMeetupsEntryId_Last(long meetupsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator) throws NoSuchMeetupsRegistrationException
meetupsEntryId - the meetups entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchMeetupsRegistrationException - if a matching meetups registration could not be foundMeetupsRegistration fetchByMeetupsEntryId_Last(long meetupsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
meetupsEntryId - the meetups entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching meetups registration could not be foundMeetupsRegistration[] findByMeetupsEntryId_PrevAndNext(long meetupsRegistrationId, long meetupsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator) throws NoSuchMeetupsRegistrationException
meetupsRegistrationId - the primary key of the current meetups registrationmeetupsEntryId - the meetups entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchMeetupsRegistrationException - if a meetups registration with the primary key could not be foundvoid removeByMeetupsEntryId(long meetupsEntryId)
meetupsEntryId - the meetups entry IDint countByMeetupsEntryId(long meetupsEntryId)
meetupsEntryId - the meetups entry IDMeetupsRegistration findByU_ME(long userId, long meetupsEntryId) throws NoSuchMeetupsRegistrationException
NoSuchMeetupsRegistrationException if it could not be found.userId - the user IDmeetupsEntryId - the meetups entry IDNoSuchMeetupsRegistrationException - if a matching meetups registration could not be foundMeetupsRegistration fetchByU_ME(long userId, long meetupsEntryId)
null if it could not be found. Uses the finder cache.userId - the user IDmeetupsEntryId - the meetups entry IDnull if a matching meetups registration could not be foundMeetupsRegistration fetchByU_ME(long userId, long meetupsEntryId, boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.userId - the user IDmeetupsEntryId - the meetups entry IDretrieveFromCache - whether to retrieve from the finder cachenull if a matching meetups registration could not be foundMeetupsRegistration removeByU_ME(long userId, long meetupsEntryId) throws NoSuchMeetupsRegistrationException
userId - the user IDmeetupsEntryId - the meetups entry IDNoSuchMeetupsRegistrationExceptionint countByU_ME(long userId,
long meetupsEntryId)
userId - the user IDmeetupsEntryId - the meetups entry IDjava.util.List<MeetupsRegistration> findByME_S(long meetupsEntryId, int status)
meetupsEntryId - the meetups entry IDstatus - the statusjava.util.List<MeetupsRegistration> findByME_S(long meetupsEntryId, int status, 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
meetupsEntryId - the meetups entry IDstatus - the statusstart - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)java.util.List<MeetupsRegistration> findByME_S(long meetupsEntryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
meetupsEntryId - the meetups entry IDstatus - the statusstart - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<MeetupsRegistration> findByME_S(long meetupsEntryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
meetupsEntryId - the meetups entry IDstatus - the statusstart - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheMeetupsRegistration findByME_S_First(long meetupsEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator) throws NoSuchMeetupsRegistrationException
meetupsEntryId - the meetups entry IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)NoSuchMeetupsRegistrationException - if a matching meetups registration could not be foundMeetupsRegistration fetchByME_S_First(long meetupsEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
meetupsEntryId - the meetups entry IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching meetups registration could not be foundMeetupsRegistration findByME_S_Last(long meetupsEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator) throws NoSuchMeetupsRegistrationException
meetupsEntryId - the meetups entry IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)NoSuchMeetupsRegistrationException - if a matching meetups registration could not be foundMeetupsRegistration fetchByME_S_Last(long meetupsEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
meetupsEntryId - the meetups entry IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching meetups registration could not be foundMeetupsRegistration[] findByME_S_PrevAndNext(long meetupsRegistrationId, long meetupsEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator) throws NoSuchMeetupsRegistrationException
meetupsRegistrationId - the primary key of the current meetups registrationmeetupsEntryId - the meetups entry IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)NoSuchMeetupsRegistrationException - if a meetups registration with the primary key could not be foundvoid removeByME_S(long meetupsEntryId,
int status)
meetupsEntryId - the meetups entry IDstatus - the statusint countByME_S(long meetupsEntryId,
int status)
meetupsEntryId - the meetups entry IDstatus - the statusvoid cacheResult(MeetupsRegistration meetupsRegistration)
meetupsRegistration - the meetups registrationvoid cacheResult(java.util.List<MeetupsRegistration> meetupsRegistrations)
meetupsRegistrations - the meetups registrationsMeetupsRegistration create(long meetupsRegistrationId)
meetupsRegistrationId - the primary key for the new meetups registrationMeetupsRegistration remove(long meetupsRegistrationId) throws NoSuchMeetupsRegistrationException
meetupsRegistrationId - the primary key of the meetups registrationNoSuchMeetupsRegistrationException - if a meetups registration with the primary key could not be foundMeetupsRegistration updateImpl(MeetupsRegistration meetupsRegistration)
MeetupsRegistration findByPrimaryKey(long meetupsRegistrationId) throws NoSuchMeetupsRegistrationException
NoSuchMeetupsRegistrationException if it could not be found.meetupsRegistrationId - the primary key of the meetups registrationNoSuchMeetupsRegistrationException - if a meetups registration with the primary key could not be foundMeetupsRegistration fetchByPrimaryKey(long meetupsRegistrationId)
null if it could not be found.meetupsRegistrationId - the primary key of the meetups registrationnull if a meetups registration with the primary key could not be foundjava.util.Map<java.io.Serializable,MeetupsRegistration> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<MeetupsRegistration>java.util.List<MeetupsRegistration> findAll()
java.util.List<MeetupsRegistration> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)java.util.List<MeetupsRegistration> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<MeetupsRegistration> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MeetupsRegistrationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of meetups registrationsend - the upper bound of the range of meetups registrations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachevoid removeAll()
int countAll()