Liferay 7.0-ce-b4

com.liferay.portlet.calendar.service.persistence
Interface CalEventPersistence

All Superinterfaces:
BasePersistence<CalEvent>

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public interface CalEventPersistence
extends BasePersistence<CalEvent>

The persistence interface for the cal event service.

Caching information and settings can be found in portal.properties

See Also:
com.liferay.portlet.calendar.service.persistence.impl.CalEventPersistenceImpl, CalEventUtil

Method Summary
 void cacheResult(CalEvent calEvent)
          Deprecated. Caches the cal event in the entity cache if it is enabled.
 void cacheResult(List<CalEvent> calEvents)
          Deprecated. Caches the cal events in the entity cache if it is enabled.
 int countAll()
          Deprecated. Returns the number of cal events.
 int countByCompanyId(long companyId)
          Deprecated. Returns the number of cal events where companyId = ?.
 int countByG_R(long groupId, boolean repeating)
          Deprecated. Returns the number of cal events where groupId = ? and repeating = ?.
 int countByG_T_R(long groupId, String[] types, boolean repeating)
          Deprecated. Returns the number of cal events where groupId = ? and type = any ? and repeating = ?.
 int countByG_T_R(long groupId, String type, boolean repeating)
          Deprecated. Returns the number of cal events where groupId = ? and type = ? and repeating = ?.
 int countByG_T(long groupId, String type)
          Deprecated. Returns the number of cal events where groupId = ? and type = ?.
 int countByG_T(long groupId, String[] types)
          Deprecated. Returns the number of cal events where groupId = ? and type = any ?.
 int countByGroupId(long groupId)
          Deprecated. Returns the number of cal events where groupId = ?.
 int countByNotRemindBy(int remindBy)
          Deprecated. Returns the number of cal events where remindBy ≠ ?.
 int countByUuid_C(String uuid, long companyId)
          Deprecated. Returns the number of cal events where uuid = ? and companyId = ?.
 int countByUUID_G(String uuid, long groupId)
          Deprecated. Returns the number of cal events where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Deprecated. Returns the number of cal events where uuid = ?.
 CalEvent create(long eventId)
          Deprecated. Creates a new cal event with the primary key.
 CalEvent fetchByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent fetchByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent fetchByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent fetchByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent fetchByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent fetchByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent fetchByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent fetchByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent fetchByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent fetchByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent fetchByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent fetchByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or returns null if it could not be found.
 Map<Serializable,CalEvent> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
          Deprecated.  
 CalEvent fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent fetchByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent fetchByUUID_G(String uuid, long groupId)
          Deprecated. Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found.
 CalEvent fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Deprecated. Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 CalEvent fetchByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 List<CalEvent> findAll()
          Deprecated. Returns all the cal events.
 List<CalEvent> findAll(int start, int end)
          Deprecated. Returns a range of all the cal events.
 List<CalEvent> findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events.
 List<CalEvent> findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events.
 CalEvent findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 List<CalEvent> findByCompanyId(long companyId)
          Deprecated. Returns all the cal events where companyId = ?.
 List<CalEvent> findByCompanyId(long companyId, int start, int end)
          Deprecated. Returns a range of all the cal events where companyId = ?.
 List<CalEvent> findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 List<CalEvent> findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 CalEvent findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent[] findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 List<CalEvent> findByG_R(long groupId, boolean repeating)
          Deprecated. Returns all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> findByG_R(long groupId, boolean repeating, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 CalEvent findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent[] findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
 CalEvent findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent[] findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> findByG_T_R(long groupId, String[] types, boolean repeating)
          Deprecated. Returns all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?, optionally using the finder cache.
 List<CalEvent> findByG_T_R(long groupId, String type, boolean repeating)
          Deprecated. Returns all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> findByG_T_R(long groupId, String type, boolean repeating, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> findByG_T(long groupId, String type)
          Deprecated. Returns all the cal events where groupId = ? and type = ?.
 List<CalEvent> findByG_T(long groupId, String[] types)
          Deprecated. Returns all the cal events where groupId = ? and type = any ?.
 List<CalEvent> findByG_T(long groupId, String[] types, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> findByG_T(long groupId, String[] types, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> findByG_T(long groupId, String[] types, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?, optionally using the finder cache.
 List<CalEvent> findByG_T(long groupId, String type, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> findByG_T(long groupId, String type, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> findByG_T(long groupId, String type, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 CalEvent findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 List<CalEvent> findByGroupId(long groupId)
          Deprecated. Returns all the cal events where groupId = ?.
 List<CalEvent> findByGroupId(long groupId, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ?.
 List<CalEvent> findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 List<CalEvent> findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 CalEvent findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 List<CalEvent> findByNotRemindBy(int remindBy)
          Deprecated. Returns all the cal events where remindBy ≠ ?.
 List<CalEvent> findByNotRemindBy(int remindBy, int start, int end)
          Deprecated. Returns a range of all the cal events where remindBy ≠ ?.
 List<CalEvent> findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 List<CalEvent> findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 CalEvent findByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
 CalEvent findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent[] findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
 List<CalEvent> findByUuid_C(String uuid, long companyId)
          Deprecated. Returns all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> findByUuid_C(String uuid, long companyId, int start, int end)
          Deprecated. Returns a range of all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 CalEvent findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent findByUUID_G(String uuid, long groupId)
          Deprecated. Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.
 CalEvent findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 List<CalEvent> findByUuid(String uuid)
          Deprecated. Returns all the cal events where uuid = ?.
 List<CalEvent> findByUuid(String uuid, int start, int end)
          Deprecated. Returns a range of all the cal events where uuid = ?.
 List<CalEvent> findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
 List<CalEvent> findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
 Set<String> getBadColumnNames()
          Deprecated.  
 CalEvent remove(long eventId)
          Deprecated. Removes the cal event with the primary key from the database.
 void removeAll()
          Deprecated. Removes all the cal events from the database.
 void removeByCompanyId(long companyId)
          Deprecated. Removes all the cal events where companyId = ? from the database.
 void removeByG_R(long groupId, boolean repeating)
          Deprecated. Removes all the cal events where groupId = ? and repeating = ? from the database.
 void removeByG_T_R(long groupId, String type, boolean repeating)
          Deprecated. Removes all the cal events where groupId = ? and type = ? and repeating = ? from the database.
 void removeByG_T(long groupId, String type)
          Deprecated. Removes all the cal events where groupId = ? and type = ? from the database.
 void removeByGroupId(long groupId)
          Deprecated. Removes all the cal events where groupId = ? from the database.
 void removeByNotRemindBy(int remindBy)
          Deprecated. Removes all the cal events where remindBy ≠ ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Deprecated. Removes all the cal events where uuid = ? and companyId = ? from the database.
 CalEvent removeByUUID_G(String uuid, long groupId)
          Deprecated. Removes the cal event where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Deprecated. Removes all the cal events where uuid = ? from the database.
 CalEvent updateImpl(CalEvent calEvent)
          Deprecated.  
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<CalEvent> findByUuid(String uuid)
Deprecated. 
Returns all the cal events where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching cal events

findByUuid

List<CalEvent> findByUuid(String uuid,
                          int start,
                          int end)
Deprecated. 
Returns a range of all the cal events where uuid = ?.

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 CalEventModelImpl. 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.

Parameters:
uuid - the uuid
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByUuid

List<CalEvent> findByUuid(String uuid,
                          int start,
                          int end,
                          OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where uuid = ?.

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 CalEventModelImpl. 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.

Parameters:
uuid - the uuid
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByUuid

List<CalEvent> findByUuid(String uuid,
                          int start,
                          int end,
                          OrderByComparator<CalEvent> orderByComparator,
                          boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where uuid = ?.

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 CalEventModelImpl. 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.

Parameters:
uuid - the uuid
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByUuid_First

CalEvent findByUuid_First(String uuid,
                          OrderByComparator<CalEvent> orderByComparator)
                          throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByUuid_First

CalEvent fetchByUuid_First(String uuid,
                           OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByUuid_Last

CalEvent findByUuid_Last(String uuid,
                         OrderByComparator<CalEvent> orderByComparator)
                         throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByUuid_Last

CalEvent fetchByUuid_Last(String uuid,
                          OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByUuid_PrevAndNext

CalEvent[] findByUuid_PrevAndNext(long eventId,
                                  String uuid,
                                  OrderByComparator<CalEvent> orderByComparator)
                                  throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where uuid = ?.

Parameters:
eventId - the primary key of the current cal event
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

removeByUuid

void removeByUuid(String uuid)
Deprecated. 
Removes all the cal events where uuid = ? from the database.

Parameters:
uuid - the uuid

countByUuid

int countByUuid(String uuid)
Deprecated. 
Returns the number of cal events where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching cal events

findByUUID_G

CalEvent findByUUID_G(String uuid,
                      long groupId)
                      throws NoSuchEventException
Deprecated. 
Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByUUID_G

CalEvent fetchByUUID_G(String uuid,
                       long groupId)
Deprecated. 
Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching cal event, or null if a matching cal event could not be found

fetchByUUID_G

CalEvent fetchByUUID_G(String uuid,
                       long groupId,
                       boolean retrieveFromCache)
Deprecated. 
Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching cal event, or null if a matching cal event could not be found

removeByUUID_G

CalEvent removeByUUID_G(String uuid,
                        long groupId)
                        throws NoSuchEventException
Deprecated. 
Removes the cal event where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the cal event that was removed
Throws:
NoSuchEventException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
Deprecated. 
Returns the number of cal events where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching cal events

findByUuid_C

List<CalEvent> findByUuid_C(String uuid,
                            long companyId)
Deprecated. 
Returns all the cal events where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching cal events

findByUuid_C

List<CalEvent> findByUuid_C(String uuid,
                            long companyId,
                            int start,
                            int end)
Deprecated. 
Returns a range of all the cal events where uuid = ? and companyId = ?.

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 CalEventModelImpl. 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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByUuid_C

List<CalEvent> findByUuid_C(String uuid,
                            long companyId,
                            int start,
                            int end,
                            OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where uuid = ? and companyId = ?.

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 CalEventModelImpl. 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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByUuid_C

List<CalEvent> findByUuid_C(String uuid,
                            long companyId,
                            int start,
                            int end,
                            OrderByComparator<CalEvent> orderByComparator,
                            boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where uuid = ? and companyId = ?.

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 CalEventModelImpl. 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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByUuid_C_First

CalEvent findByUuid_C_First(String uuid,
                            long companyId,
                            OrderByComparator<CalEvent> orderByComparator)
                            throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByUuid_C_First

CalEvent fetchByUuid_C_First(String uuid,
                             long companyId,
                             OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByUuid_C_Last

CalEvent findByUuid_C_Last(String uuid,
                           long companyId,
                           OrderByComparator<CalEvent> orderByComparator)
                           throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByUuid_C_Last

CalEvent fetchByUuid_C_Last(String uuid,
                            long companyId,
                            OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByUuid_C_PrevAndNext

CalEvent[] findByUuid_C_PrevAndNext(long eventId,
                                    String uuid,
                                    long companyId,
                                    OrderByComparator<CalEvent> orderByComparator)
                                    throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.

Parameters:
eventId - the primary key of the current cal event
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
Deprecated. 
Removes all the cal events where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
Deprecated. 
Returns the number of cal events where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching cal events

findByGroupId

List<CalEvent> findByGroupId(long groupId)
Deprecated. 
Returns all the cal events where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching cal events

findByGroupId

List<CalEvent> findByGroupId(long groupId,
                             int start,
                             int end)
Deprecated. 
Returns a range of all the cal events where groupId = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByGroupId

List<CalEvent> findByGroupId(long groupId,
                             int start,
                             int end,
                             OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByGroupId

List<CalEvent> findByGroupId(long groupId,
                             int start,
                             int end,
                             OrderByComparator<CalEvent> orderByComparator,
                             boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByGroupId_First

CalEvent findByGroupId_First(long groupId,
                             OrderByComparator<CalEvent> orderByComparator)
                             throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByGroupId_First

CalEvent fetchByGroupId_First(long groupId,
                              OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByGroupId_Last

CalEvent findByGroupId_Last(long groupId,
                            OrderByComparator<CalEvent> orderByComparator)
                            throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByGroupId_Last

CalEvent fetchByGroupId_Last(long groupId,
                             OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByGroupId_PrevAndNext

CalEvent[] findByGroupId_PrevAndNext(long eventId,
                                     long groupId,
                                     OrderByComparator<CalEvent> orderByComparator)
                                     throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where groupId = ?.

Parameters:
eventId - the primary key of the current cal event
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

removeByGroupId

void removeByGroupId(long groupId)
Deprecated. 
Removes all the cal events where groupId = ? from the database.

Parameters:
groupId - the group ID

countByGroupId

int countByGroupId(long groupId)
Deprecated. 
Returns the number of cal events where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching cal events

findByCompanyId

List<CalEvent> findByCompanyId(long companyId)
Deprecated. 
Returns all the cal events where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching cal events

findByCompanyId

List<CalEvent> findByCompanyId(long companyId,
                               int start,
                               int end)
Deprecated. 
Returns a range of all the cal events where companyId = ?.

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 CalEventModelImpl. 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.

Parameters:
companyId - the company ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByCompanyId

List<CalEvent> findByCompanyId(long companyId,
                               int start,
                               int end,
                               OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where companyId = ?.

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 CalEventModelImpl. 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.

Parameters:
companyId - the company ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByCompanyId

List<CalEvent> findByCompanyId(long companyId,
                               int start,
                               int end,
                               OrderByComparator<CalEvent> orderByComparator,
                               boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where companyId = ?.

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 CalEventModelImpl. 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.

Parameters:
companyId - the company ID
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByCompanyId_First

CalEvent findByCompanyId_First(long companyId,
                               OrderByComparator<CalEvent> orderByComparator)
                               throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByCompanyId_First

CalEvent fetchByCompanyId_First(long companyId,
                                OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByCompanyId_Last

CalEvent findByCompanyId_Last(long companyId,
                              OrderByComparator<CalEvent> orderByComparator)
                              throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByCompanyId_Last

CalEvent fetchByCompanyId_Last(long companyId,
                               OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByCompanyId_PrevAndNext

CalEvent[] findByCompanyId_PrevAndNext(long eventId,
                                       long companyId,
                                       OrderByComparator<CalEvent> orderByComparator)
                                       throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where companyId = ?.

Parameters:
eventId - the primary key of the current cal event
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

removeByCompanyId

void removeByCompanyId(long companyId)
Deprecated. 
Removes all the cal events where companyId = ? from the database.

Parameters:
companyId - the company ID

countByCompanyId

int countByCompanyId(long companyId)
Deprecated. 
Returns the number of cal events where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching cal events

findByNotRemindBy

List<CalEvent> findByNotRemindBy(int remindBy)
Deprecated. 
Returns all the cal events where remindBy ≠ ?.

Parameters:
remindBy - the remind by
Returns:
the matching cal events

findByNotRemindBy

List<CalEvent> findByNotRemindBy(int remindBy,
                                 int start,
                                 int end)
Deprecated. 
Returns a range of all the cal events where remindBy ≠ ?.

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 CalEventModelImpl. 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.

Parameters:
remindBy - the remind by
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByNotRemindBy

List<CalEvent> findByNotRemindBy(int remindBy,
                                 int start,
                                 int end,
                                 OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where remindBy ≠ ?.

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 CalEventModelImpl. 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.

Parameters:
remindBy - the remind by
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByNotRemindBy

List<CalEvent> findByNotRemindBy(int remindBy,
                                 int start,
                                 int end,
                                 OrderByComparator<CalEvent> orderByComparator,
                                 boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where remindBy ≠ ?.

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 CalEventModelImpl. 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.

Parameters:
remindBy - the remind by
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByNotRemindBy_First

CalEvent findByNotRemindBy_First(int remindBy,
                                 OrderByComparator<CalEvent> orderByComparator)
                                 throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where remindBy ≠ ?.

Parameters:
remindBy - the remind by
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByNotRemindBy_First

CalEvent fetchByNotRemindBy_First(int remindBy,
                                  OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where remindBy ≠ ?.

Parameters:
remindBy - the remind by
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByNotRemindBy_Last

CalEvent findByNotRemindBy_Last(int remindBy,
                                OrderByComparator<CalEvent> orderByComparator)
                                throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where remindBy ≠ ?.

Parameters:
remindBy - the remind by
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByNotRemindBy_Last

CalEvent fetchByNotRemindBy_Last(int remindBy,
                                 OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where remindBy ≠ ?.

Parameters:
remindBy - the remind by
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByNotRemindBy_PrevAndNext

CalEvent[] findByNotRemindBy_PrevAndNext(long eventId,
                                         int remindBy,
                                         OrderByComparator<CalEvent> orderByComparator)
                                         throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.

Parameters:
eventId - the primary key of the current cal event
remindBy - the remind by
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

removeByNotRemindBy

void removeByNotRemindBy(int remindBy)
Deprecated. 
Removes all the cal events where remindBy ≠ ? from the database.

Parameters:
remindBy - the remind by

countByNotRemindBy

int countByNotRemindBy(int remindBy)
Deprecated. 
Returns the number of cal events where remindBy ≠ ?.

Parameters:
remindBy - the remind by
Returns:
the number of matching cal events

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String type)
Deprecated. 
Returns all the cal events where groupId = ? and type = ?.

Parameters:
groupId - the group ID
type - the type
Returns:
the matching cal events

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String type,
                         int start,
                         int end)
Deprecated. 
Returns a range of all the cal events where groupId = ? and type = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String type,
                         int start,
                         int end,
                         OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String type,
                         int start,
                         int end,
                         OrderByComparator<CalEvent> orderByComparator,
                         boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByG_T_First

CalEvent findByG_T_First(long groupId,
                         String type,
                         OrderByComparator<CalEvent> orderByComparator)
                         throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where groupId = ? and type = ?.

Parameters:
groupId - the group ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByG_T_First

CalEvent fetchByG_T_First(long groupId,
                          String type,
                          OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where groupId = ? and type = ?.

Parameters:
groupId - the group ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByG_T_Last

CalEvent findByG_T_Last(long groupId,
                        String type,
                        OrderByComparator<CalEvent> orderByComparator)
                        throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where groupId = ? and type = ?.

Parameters:
groupId - the group ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByG_T_Last

CalEvent fetchByG_T_Last(long groupId,
                         String type,
                         OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where groupId = ? and type = ?.

Parameters:
groupId - the group ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByG_T_PrevAndNext

CalEvent[] findByG_T_PrevAndNext(long eventId,
                                 long groupId,
                                 String type,
                                 OrderByComparator<CalEvent> orderByComparator)
                                 throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.

Parameters:
eventId - the primary key of the current cal event
groupId - the group ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String[] types)
Deprecated. 
Returns all the cal events where groupId = ? and type = any ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
types - the types
Returns:
the matching cal events

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String[] types,
                         int start,
                         int end)
Deprecated. 
Returns a range of all the cal events where groupId = ? and type = any ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
types - the types
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String[] types,
                         int start,
                         int end,
                         OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = any ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
types - the types
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByG_T

List<CalEvent> findByG_T(long groupId,
                         String[] types,
                         int start,
                         int end,
                         OrderByComparator<CalEvent> orderByComparator,
                         boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = ?, optionally using the finder cache.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

removeByG_T

void removeByG_T(long groupId,
                 String type)
Deprecated. 
Removes all the cal events where groupId = ? and type = ? from the database.

Parameters:
groupId - the group ID
type - the type

countByG_T

int countByG_T(long groupId,
               String type)
Deprecated. 
Returns the number of cal events where groupId = ? and type = ?.

Parameters:
groupId - the group ID
type - the type
Returns:
the number of matching cal events

countByG_T

int countByG_T(long groupId,
               String[] types)
Deprecated. 
Returns the number of cal events where groupId = ? and type = any ?.

Parameters:
groupId - the group ID
types - the types
Returns:
the number of matching cal events

findByG_R

List<CalEvent> findByG_R(long groupId,
                         boolean repeating)
Deprecated. 
Returns all the cal events where groupId = ? and repeating = ?.

Parameters:
groupId - the group ID
repeating - the repeating
Returns:
the matching cal events

findByG_R

List<CalEvent> findByG_R(long groupId,
                         boolean repeating,
                         int start,
                         int end)
Deprecated. 
Returns a range of all the cal events where groupId = ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByG_R

List<CalEvent> findByG_R(long groupId,
                         boolean repeating,
                         int start,
                         int end,
                         OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByG_R

List<CalEvent> findByG_R(long groupId,
                         boolean repeating,
                         int start,
                         int end,
                         OrderByComparator<CalEvent> orderByComparator,
                         boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByG_R_First

CalEvent findByG_R_First(long groupId,
                         boolean repeating,
                         OrderByComparator<CalEvent> orderByComparator)
                         throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where groupId = ? and repeating = ?.

Parameters:
groupId - the group ID
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByG_R_First

CalEvent fetchByG_R_First(long groupId,
                          boolean repeating,
                          OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where groupId = ? and repeating = ?.

Parameters:
groupId - the group ID
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByG_R_Last

CalEvent findByG_R_Last(long groupId,
                        boolean repeating,
                        OrderByComparator<CalEvent> orderByComparator)
                        throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where groupId = ? and repeating = ?.

Parameters:
groupId - the group ID
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByG_R_Last

CalEvent fetchByG_R_Last(long groupId,
                         boolean repeating,
                         OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where groupId = ? and repeating = ?.

Parameters:
groupId - the group ID
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByG_R_PrevAndNext

CalEvent[] findByG_R_PrevAndNext(long eventId,
                                 long groupId,
                                 boolean repeating,
                                 OrderByComparator<CalEvent> orderByComparator)
                                 throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.

Parameters:
eventId - the primary key of the current cal event
groupId - the group ID
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

removeByG_R

void removeByG_R(long groupId,
                 boolean repeating)
Deprecated. 
Removes all the cal events where groupId = ? and repeating = ? from the database.

Parameters:
groupId - the group ID
repeating - the repeating

countByG_R

int countByG_R(long groupId,
               boolean repeating)
Deprecated. 
Returns the number of cal events where groupId = ? and repeating = ?.

Parameters:
groupId - the group ID
repeating - the repeating
Returns:
the number of matching cal events

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String type,
                           boolean repeating)
Deprecated. 
Returns all the cal events where groupId = ? and type = ? and repeating = ?.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
Returns:
the matching cal events

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String type,
                           boolean repeating,
                           int start,
                           int end)
Deprecated. 
Returns a range of all the cal events where groupId = ? and type = ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String type,
                           boolean repeating,
                           int start,
                           int end,
                           OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String type,
                           boolean repeating,
                           int start,
                           int end,
                           OrderByComparator<CalEvent> orderByComparator,
                           boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

findByG_T_R_First

CalEvent findByG_T_R_First(long groupId,
                           String type,
                           boolean repeating,
                           OrderByComparator<CalEvent> orderByComparator)
                           throws NoSuchEventException
Deprecated. 
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByG_T_R_First

CalEvent fetchByG_T_R_First(long groupId,
                            String type,
                            boolean repeating,
                            OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching cal event, or null if a matching cal event could not be found

findByG_T_R_Last

CalEvent findByG_T_R_Last(long groupId,
                          String type,
                          boolean repeating,
                          OrderByComparator<CalEvent> orderByComparator)
                          throws NoSuchEventException
Deprecated. 
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event
Throws:
NoSuchEventException - if a matching cal event could not be found

fetchByG_T_R_Last

CalEvent fetchByG_T_R_Last(long groupId,
                           String type,
                           boolean repeating,
                           OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching cal event, or null if a matching cal event could not be found

findByG_T_R_PrevAndNext

CalEvent[] findByG_T_R_PrevAndNext(long eventId,
                                   long groupId,
                                   String type,
                                   boolean repeating,
                                   OrderByComparator<CalEvent> orderByComparator)
                                   throws NoSuchEventException
Deprecated. 
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.

Parameters:
eventId - the primary key of the current cal event
groupId - the group ID
type - the type
repeating - the repeating
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String[] types,
                           boolean repeating)
Deprecated. 
Returns all the cal events where groupId = ? and type = any ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
types - the types
repeating - the repeating
Returns:
the matching cal events

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String[] types,
                           boolean repeating,
                           int start,
                           int end)
Deprecated. 
Returns a range of all the cal events where groupId = ? and type = any ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
types - the types
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of matching cal events

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String[] types,
                           boolean repeating,
                           int start,
                           int end,
                           OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
types - the types
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching cal events

findByG_T_R

List<CalEvent> findByG_T_R(long groupId,
                           String[] types,
                           boolean repeating,
                           int start,
                           int end,
                           OrderByComparator<CalEvent> orderByComparator,
                           boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?, optionally using the finder cache.

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 CalEventModelImpl. 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.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching cal events

removeByG_T_R

void removeByG_T_R(long groupId,
                   String type,
                   boolean repeating)
Deprecated. 
Removes all the cal events where groupId = ? and type = ? and repeating = ? from the database.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating

countByG_T_R

int countByG_T_R(long groupId,
                 String type,
                 boolean repeating)
Deprecated. 
Returns the number of cal events where groupId = ? and type = ? and repeating = ?.

Parameters:
groupId - the group ID
type - the type
repeating - the repeating
Returns:
the number of matching cal events

countByG_T_R

int countByG_T_R(long groupId,
                 String[] types,
                 boolean repeating)
Deprecated. 
Returns the number of cal events where groupId = ? and type = any ? and repeating = ?.

Parameters:
groupId - the group ID
types - the types
repeating - the repeating
Returns:
the number of matching cal events

cacheResult

void cacheResult(CalEvent calEvent)
Deprecated. 
Caches the cal event in the entity cache if it is enabled.

Parameters:
calEvent - the cal event

cacheResult

void cacheResult(List<CalEvent> calEvents)
Deprecated. 
Caches the cal events in the entity cache if it is enabled.

Parameters:
calEvents - the cal events

create

CalEvent create(long eventId)
Deprecated. 
Creates a new cal event with the primary key. Does not add the cal event to the database.

Parameters:
eventId - the primary key for the new cal event
Returns:
the new cal event

remove

CalEvent remove(long eventId)
                throws NoSuchEventException
Deprecated. 
Removes the cal event with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
eventId - the primary key of the cal event
Returns:
the cal event that was removed
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

updateImpl

CalEvent updateImpl(CalEvent calEvent)
Deprecated. 

findByPrimaryKey

CalEvent findByPrimaryKey(long eventId)
                          throws NoSuchEventException
Deprecated. 
Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.

Parameters:
eventId - the primary key of the cal event
Returns:
the cal event
Throws:
NoSuchEventException - if a cal event with the primary key could not be found

fetchByPrimaryKey

CalEvent fetchByPrimaryKey(long eventId)
Deprecated. 
Returns the cal event with the primary key or returns null if it could not be found.

Parameters:
eventId - the primary key of the cal event
Returns:
the cal event, or null if a cal event with the primary key could not be found

fetchByPrimaryKeys

Map<Serializable,CalEvent> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated. 
Specified by:
fetchByPrimaryKeys in interface BasePersistence<CalEvent>

findAll

List<CalEvent> findAll()
Deprecated. 
Returns all the cal events.

Returns:
the cal events

findAll

List<CalEvent> findAll(int start,
                       int end)
Deprecated. 
Returns a range of all the cal events.

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 CalEventModelImpl. 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.

Parameters:
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of cal events

findAll

List<CalEvent> findAll(int start,
                       int end,
                       OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns an ordered range of all the cal events.

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 CalEventModelImpl. 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.

Parameters:
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of cal events

findAll

List<CalEvent> findAll(int start,
                       int end,
                       OrderByComparator<CalEvent> orderByComparator,
                       boolean retrieveFromCache)
Deprecated. 
Returns an ordered range of all the cal events.

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 CalEventModelImpl. 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.

Parameters:
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of cal events

removeAll

void removeAll()
Deprecated. 
Removes all the cal events from the database.


countAll

int countAll()
Deprecated. 
Returns the number of cal events.

Returns:
the number of cal events

getBadColumnNames

Set<String> getBadColumnNames()
Deprecated. 
Specified by:
getBadColumnNames in interface BasePersistence<CalEvent>

Liferay 7.0-ce-b4