@ProviderType
public class MeetupsRegistrationUtil
extends java.lang.Object
com.liferay.social.networking.service.persistence.impl.MeetupsRegistrationPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
MeetupsRegistrationPersistence,
com.liferay.social.networking.service.persistence.impl.MeetupsRegistrationPersistenceImpl| Constructor and Description |
|---|
MeetupsRegistrationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheResult(java.util.List<MeetupsRegistration> meetupsRegistrations)
Caches the meetups registrations in the entity cache if it is enabled.
|
static void |
cacheResult(MeetupsRegistration meetupsRegistration)
Caches the meetups registration in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(MeetupsRegistration meetupsRegistration) |
static int |
countAll()
Returns the number of meetups registrations.
|
static int |
countByME_S(long meetupsEntryId,
int status)
Returns the number of meetups registrations where meetupsEntryId = ? and status = ?.
|
static int |
countByMeetupsEntryId(long meetupsEntryId)
Returns the number of meetups registrations where meetupsEntryId = ?.
|
static int |
countByU_ME(long userId,
long meetupsEntryId)
Returns the number of meetups registrations where userId = ? and meetupsEntryId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static MeetupsRegistration |
create(long meetupsRegistrationId)
Creates a new meetups registration with the primary key.
|
static 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 = ?.
|
static 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 = ?.
|
static MeetupsRegistration |
fetchByMeetupsEntryId_First(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the first meetups registration in the ordered set where meetupsEntryId = ?.
|
static MeetupsRegistration |
fetchByMeetupsEntryId_Last(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the last meetups registration in the ordered set where meetupsEntryId = ?.
|
static MeetupsRegistration |
fetchByPrimaryKey(long meetupsRegistrationId)
Returns the meetups registration with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,MeetupsRegistration> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static MeetupsRegistration |
fetchByU_ME(long userId,
long meetupsEntryId)
Returns the meetups registration where userId = ? and meetupsEntryId = ? or returns
null if it could not be found. |
static 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. |
static java.util.List<MeetupsRegistration> |
findAll()
Returns all the meetups registrations.
|
static java.util.List<MeetupsRegistration> |
findAll(int start,
int end)
Returns a range of all the meetups registrations.
|
static 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.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<MeetupsRegistration> |
findByME_S(long meetupsEntryId,
int status)
Returns all the meetups registrations where meetupsEntryId = ? and status = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static MeetupsRegistration |
findByMeetupsEntryId_First(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the first meetups registration in the ordered set where meetupsEntryId = ?.
|
static MeetupsRegistration |
findByMeetupsEntryId_Last(long meetupsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
Returns the last meetups registration in the ordered set where meetupsEntryId = ?.
|
static 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 = ?.
|
static java.util.List<MeetupsRegistration> |
findByMeetupsEntryId(long meetupsEntryId)
Returns all the meetups registrations where meetupsEntryId = ?.
|
static java.util.List<MeetupsRegistration> |
findByMeetupsEntryId(long meetupsEntryId,
int start,
int end)
Returns a range of all the meetups registrations where meetupsEntryId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static MeetupsRegistration |
findByPrimaryKey(long meetupsRegistrationId)
Returns the meetups registration with the primary key or throws a
NoSuchMeetupsRegistrationException if it could not be found. |
static 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. |
static java.util.List<MeetupsRegistration> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<MeetupsRegistration> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<MeetupsRegistration> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator) |
static MeetupsRegistrationPersistence |
getPersistence() |
static MeetupsRegistration |
remove(long meetupsRegistrationId)
Removes the meetups registration with the primary key from the database.
|
static void |
removeAll()
Removes all the meetups registrations from the database.
|
static void |
removeByME_S(long meetupsEntryId,
int status)
Removes all the meetups registrations where meetupsEntryId = ? and status = ? from the database.
|
static void |
removeByMeetupsEntryId(long meetupsEntryId)
Removes all the meetups registrations where meetupsEntryId = ? from the database.
|
static MeetupsRegistration |
removeByU_ME(long userId,
long meetupsEntryId)
Removes the meetups registration where userId = ? and meetupsEntryId = ? from the database.
|
static MeetupsRegistration |
update(MeetupsRegistration meetupsRegistration) |
static MeetupsRegistration |
update(MeetupsRegistration meetupsRegistration,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static MeetupsRegistration |
updateImpl(MeetupsRegistration meetupsRegistration) |
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(MeetupsRegistration meetupsRegistration)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static java.util.List<MeetupsRegistration> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)public static java.util.List<MeetupsRegistration> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)public static java.util.List<MeetupsRegistration> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MeetupsRegistration> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static MeetupsRegistration update(MeetupsRegistration meetupsRegistration)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)public static MeetupsRegistration update(MeetupsRegistration meetupsRegistration, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)public static java.util.List<MeetupsRegistration> findByMeetupsEntryId(long meetupsEntryId)
meetupsEntryId - the meetups entry IDpublic static java.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)public static 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)public static 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 cachepublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration[] 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 foundpublic static void removeByMeetupsEntryId(long meetupsEntryId)
meetupsEntryId - the meetups entry IDpublic static int countByMeetupsEntryId(long meetupsEntryId)
meetupsEntryId - the meetups entry IDpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration removeByU_ME(long userId, long meetupsEntryId) throws NoSuchMeetupsRegistrationException
userId - the user IDmeetupsEntryId - the meetups entry IDNoSuchMeetupsRegistrationExceptionpublic static int countByU_ME(long userId,
long meetupsEntryId)
userId - the user IDmeetupsEntryId - the meetups entry IDpublic static java.util.List<MeetupsRegistration> findByME_S(long meetupsEntryId, int status)
meetupsEntryId - the meetups entry IDstatus - the statuspublic static java.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)public static 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)public static 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 cachepublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration 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 foundpublic static MeetupsRegistration[] 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 foundpublic static void removeByME_S(long meetupsEntryId,
int status)
meetupsEntryId - the meetups entry IDstatus - the statuspublic static int countByME_S(long meetupsEntryId,
int status)
meetupsEntryId - the meetups entry IDstatus - the statuspublic static void cacheResult(MeetupsRegistration meetupsRegistration)
meetupsRegistration - the meetups registrationpublic static void cacheResult(java.util.List<MeetupsRegistration> meetupsRegistrations)
meetupsRegistrations - the meetups registrationspublic static MeetupsRegistration create(long meetupsRegistrationId)
meetupsRegistrationId - the primary key for the new meetups registrationpublic static MeetupsRegistration remove(long meetupsRegistrationId) throws NoSuchMeetupsRegistrationException
meetupsRegistrationId - the primary key of the meetups registrationNoSuchMeetupsRegistrationException - if a meetups registration with the primary key could not be foundpublic static MeetupsRegistration updateImpl(MeetupsRegistration meetupsRegistration)
public static 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 foundpublic static MeetupsRegistration 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 foundpublic static java.util.Map<java.io.Serializable,MeetupsRegistration> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<MeetupsRegistration> findAll()
public static 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)public static 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)public static 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 cachepublic static void removeAll()
public static int countAll()
public static MeetupsRegistrationPersistence getPersistence()