Liferay 7.0-ce-b4

com.liferay.portlet.calendar.service.persistence.impl
Class CalEventPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<CalEvent>
      extended by com.liferay.portlet.calendar.service.persistence.impl.CalEventPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<CalEvent>, CalEventPersistence

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public class CalEventPersistenceImpl
extends BasePersistenceImpl<CalEvent>
implements CalEventPersistence

The persistence implementation for the cal event service.

Caching information and settings can be found in portal.properties

See Also:
CalEventPersistence, CalEventUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CompanyProvider companyProvider
          Deprecated.  
protected  EntityCache entityCache
          Deprecated.  
static String FINDER_CLASS_NAME_ENTITY
          Deprecated.  
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
          Deprecated.  
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_ALL
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_COMPANYID
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_G_R
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_G_T
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_G_T_R
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_UUID
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_UUID_C
          Deprecated.  
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
          Deprecated.  
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_T
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_T_R
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_NOTREMINDBY
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_R
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_T
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_T_R
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_NOTREMINDBY
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
          Deprecated.  
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_R
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_T
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_T_R
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
          Deprecated.  
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
          Deprecated.  
protected  FinderCache finderCache
          Deprecated.  
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
CalEventPersistenceImpl()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated. Initializes the cal event persistence.
 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.
protected  void cacheUniqueFindersCache(CalEventModelImpl calEventModelImpl, boolean isNew)
          Deprecated.  
 void clearCache()
          Deprecated. Clears the cache for all cal events.
 void clearCache(CalEvent calEvent)
          Deprecated. Clears the cache for the cal event.
 void clearCache(List<CalEvent> calEvents)
          Deprecated. Clears the cache for a List instances of this model.
protected  void clearUniqueFindersCache(CalEventModelImpl calEventModelImpl)
          Deprecated.  
 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.
 void destroy()
          Deprecated.  
 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.
 CalEvent fetchByPrimaryKey(Serializable primaryKey)
          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 findByPrimaryKey(Serializable primaryKey)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchModelException 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.  
protected  CalEvent getByCompanyId_PrevAndNext(Session session, CalEvent calEvent, long companyId, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent getByG_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent getByG_T_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent getByG_T_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent getByGroupId_PrevAndNext(Session session, CalEvent calEvent, long groupId, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent getByNotRemindBy_PrevAndNext(Session session, CalEvent calEvent, int remindBy, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent getByUuid_C_PrevAndNext(Session session, CalEvent calEvent, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent getByUuid_PrevAndNext(Session session, CalEvent calEvent, String uuid, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  Map<String,Integer> getTableColumnsMap()
          Deprecated.  
 CalEvent remove(long eventId)
          Deprecated. Removes the cal event with the primary key from the database.
 CalEvent remove(Serializable primaryKey)
          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.
protected  CalEvent removeImpl(CalEvent calEvent)
          Deprecated. Removes the model instance from the database.
protected  CalEvent toUnwrappedModel(CalEvent calEvent)
          Deprecated.  
 CalEvent updateImpl(CalEvent calEvent)
          Deprecated. Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY
Deprecated. 

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
Deprecated. 

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
Deprecated. 

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
Deprecated. 

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID
Deprecated. 

FINDER_PATH_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
Deprecated. 

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
Deprecated. 

FINDER_PATH_COUNT_BY_UUID_C

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
Deprecated. 

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
Deprecated. 

FINDER_PATH_COUNT_BY_COMPANYID

public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_NOTREMINDBY

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_NOTREMINDBY
Deprecated. 

FINDER_PATH_WITH_PAGINATION_COUNT_BY_NOTREMINDBY

public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_NOTREMINDBY
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_G_T

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_T
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_T

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_T
Deprecated. 

FINDER_PATH_COUNT_BY_G_T

public static final FinderPath FINDER_PATH_COUNT_BY_G_T
Deprecated. 

FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_T

public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_T
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_G_R

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_R
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_R

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_R
Deprecated. 

FINDER_PATH_COUNT_BY_G_R

public static final FinderPath FINDER_PATH_COUNT_BY_G_R
Deprecated. 

FINDER_PATH_WITH_PAGINATION_FIND_BY_G_T_R

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_T_R
Deprecated. 

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_T_R

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_T_R
Deprecated. 

FINDER_PATH_COUNT_BY_G_T_R

public static final FinderPath FINDER_PATH_COUNT_BY_G_T_R
Deprecated. 

FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_T_R

public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_T_R
Deprecated. 

companyProvider

@BeanReference(type=CompanyProviderWrapper.class)
protected CompanyProvider companyProvider
Deprecated. 

entityCache

protected EntityCache entityCache
Deprecated. 

finderCache

protected FinderCache finderCache
Deprecated. 
Constructor Detail

CalEventPersistenceImpl

public CalEventPersistenceImpl()
Deprecated. 
Method Detail

findByUuid

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

Specified by:
findByUuid in interface CalEventPersistence
Parameters:
uuid - the uuid
Returns:
the matching cal events

findByUuid

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

Specified by:
findByUuid in interface CalEventPersistence
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

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

Specified by:
findByUuid in interface CalEventPersistence
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

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

Specified by:
findByUuid in interface CalEventPersistence
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

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

Specified by:
findByUuid_First in interface CalEventPersistence
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

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

Specified by:
fetchByUuid_First in interface CalEventPersistence
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

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

Specified by:
findByUuid_Last in interface CalEventPersistence
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

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

Specified by:
fetchByUuid_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByUuid_PrevAndNext in interface CalEventPersistence
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

getByUuid_PrevAndNext

protected CalEvent getByUuid_PrevAndNext(Session session,
                                         CalEvent calEvent,
                                         String uuid,
                                         OrderByComparator<CalEvent> orderByComparator,
                                         boolean previous)
Deprecated. 

removeByUuid

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

Specified by:
removeByUuid in interface CalEventPersistence
Parameters:
uuid - the uuid

countByUuid

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

Specified by:
countByUuid in interface CalEventPersistence
Parameters:
uuid - the uuid
Returns:
the number of matching cal events

findByUUID_G

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

Specified by:
findByUUID_G in interface CalEventPersistence
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

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

Specified by:
fetchByUUID_G in interface CalEventPersistence
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

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

Specified by:
fetchByUUID_G in interface CalEventPersistence
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

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

Specified by:
removeByUUID_G in interface CalEventPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the cal event that was removed
Throws:
NoSuchEventException

countByUUID_G

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

Specified by:
countByUUID_G in interface CalEventPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching cal events

findByUuid_C

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

Specified by:
findByUuid_C in interface CalEventPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching cal events

findByUuid_C

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

Specified by:
findByUuid_C in interface CalEventPersistence
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

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

Specified by:
findByUuid_C in interface CalEventPersistence
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

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

Specified by:
findByUuid_C in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByUuid_C_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByUuid_C_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByUuid_C_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByUuid_C_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByUuid_C_PrevAndNext in interface CalEventPersistence
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

getByUuid_C_PrevAndNext

protected CalEvent getByUuid_C_PrevAndNext(Session session,
                                           CalEvent calEvent,
                                           String uuid,
                                           long companyId,
                                           OrderByComparator<CalEvent> orderByComparator,
                                           boolean previous)
Deprecated. 

removeByUuid_C

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

Specified by:
removeByUuid_C in interface CalEventPersistence
Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

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

Specified by:
countByUuid_C in interface CalEventPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching cal events

findByGroupId

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

Specified by:
findByGroupId in interface CalEventPersistence
Parameters:
groupId - the group ID
Returns:
the matching cal events

findByGroupId

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

Specified by:
findByGroupId in interface CalEventPersistence
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

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

Specified by:
findByGroupId in interface CalEventPersistence
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

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

Specified by:
findByGroupId in interface CalEventPersistence
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

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

Specified by:
findByGroupId_First in interface CalEventPersistence
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

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

Specified by:
fetchByGroupId_First in interface CalEventPersistence
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

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

Specified by:
findByGroupId_Last in interface CalEventPersistence
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

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

Specified by:
fetchByGroupId_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByGroupId_PrevAndNext in interface CalEventPersistence
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

getByGroupId_PrevAndNext

protected CalEvent getByGroupId_PrevAndNext(Session session,
                                            CalEvent calEvent,
                                            long groupId,
                                            OrderByComparator<CalEvent> orderByComparator,
                                            boolean previous)
Deprecated. 

removeByGroupId

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

Specified by:
removeByGroupId in interface CalEventPersistence
Parameters:
groupId - the group ID

countByGroupId

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

Specified by:
countByGroupId in interface CalEventPersistence
Parameters:
groupId - the group ID
Returns:
the number of matching cal events

findByCompanyId

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

Specified by:
findByCompanyId in interface CalEventPersistence
Parameters:
companyId - the company ID
Returns:
the matching cal events

findByCompanyId

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

Specified by:
findByCompanyId in interface CalEventPersistence
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

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

Specified by:
findByCompanyId in interface CalEventPersistence
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

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

Specified by:
findByCompanyId in interface CalEventPersistence
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

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

Specified by:
findByCompanyId_First in interface CalEventPersistence
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

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

Specified by:
fetchByCompanyId_First in interface CalEventPersistence
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

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

Specified by:
findByCompanyId_Last in interface CalEventPersistence
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

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

Specified by:
fetchByCompanyId_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByCompanyId_PrevAndNext in interface CalEventPersistence
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

getByCompanyId_PrevAndNext

protected CalEvent getByCompanyId_PrevAndNext(Session session,
                                              CalEvent calEvent,
                                              long companyId,
                                              OrderByComparator<CalEvent> orderByComparator,
                                              boolean previous)
Deprecated. 

removeByCompanyId

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

Specified by:
removeByCompanyId in interface CalEventPersistence
Parameters:
companyId - the company ID

countByCompanyId

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

Specified by:
countByCompanyId in interface CalEventPersistence
Parameters:
companyId - the company ID
Returns:
the number of matching cal events

findByNotRemindBy

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

Specified by:
findByNotRemindBy in interface CalEventPersistence
Parameters:
remindBy - the remind by
Returns:
the matching cal events

findByNotRemindBy

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

Specified by:
findByNotRemindBy in interface CalEventPersistence
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

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

Specified by:
findByNotRemindBy in interface CalEventPersistence
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

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

Specified by:
findByNotRemindBy in interface CalEventPersistence
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

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

Specified by:
findByNotRemindBy_First in interface CalEventPersistence
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

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

Specified by:
fetchByNotRemindBy_First in interface CalEventPersistence
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

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

Specified by:
findByNotRemindBy_Last in interface CalEventPersistence
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

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

Specified by:
fetchByNotRemindBy_Last in interface CalEventPersistence
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

public 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 ≠ ?.

Specified by:
findByNotRemindBy_PrevAndNext in interface CalEventPersistence
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

getByNotRemindBy_PrevAndNext

protected CalEvent getByNotRemindBy_PrevAndNext(Session session,
                                                CalEvent calEvent,
                                                int remindBy,
                                                OrderByComparator<CalEvent> orderByComparator,
                                                boolean previous)
Deprecated. 

removeByNotRemindBy

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

Specified by:
removeByNotRemindBy in interface CalEventPersistence
Parameters:
remindBy - the remind by

countByNotRemindBy

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

Specified by:
countByNotRemindBy in interface CalEventPersistence
Parameters:
remindBy - the remind by
Returns:
the number of matching cal events

findByG_T

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

Specified by:
findByG_T in interface CalEventPersistence
Parameters:
groupId - the group ID
type - the type
Returns:
the matching cal events

findByG_T

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

Specified by:
findByG_T in interface CalEventPersistence
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

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

Specified by:
findByG_T in interface CalEventPersistence
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

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

Specified by:
findByG_T in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_T_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByG_T_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_T_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByG_T_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_T_PrevAndNext in interface CalEventPersistence
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

getByG_T_PrevAndNext

protected CalEvent getByG_T_PrevAndNext(Session session,
                                        CalEvent calEvent,
                                        long groupId,
                                        String type,
                                        OrderByComparator<CalEvent> orderByComparator,
                                        boolean previous)
Deprecated. 

findByG_T

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

Specified by:
findByG_T in interface CalEventPersistence
Parameters:
groupId - the group ID
types - the types
Returns:
the matching cal events

findByG_T

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

Specified by:
findByG_T in interface CalEventPersistence
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

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

Specified by:
findByG_T in interface CalEventPersistence
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

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

Specified by:
findByG_T in interface CalEventPersistence
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

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

Specified by:
removeByG_T in interface CalEventPersistence
Parameters:
groupId - the group ID
type - the type

countByG_T

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

Specified by:
countByG_T in interface CalEventPersistence
Parameters:
groupId - the group ID
type - the type
Returns:
the number of matching cal events

countByG_T

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

Specified by:
countByG_T in interface CalEventPersistence
Parameters:
groupId - the group ID
types - the types
Returns:
the number of matching cal events

findByG_R

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

Specified by:
findByG_R in interface CalEventPersistence
Parameters:
groupId - the group ID
repeating - the repeating
Returns:
the matching cal events

findByG_R

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

Specified by:
findByG_R in interface CalEventPersistence
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

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

Specified by:
findByG_R in interface CalEventPersistence
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

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

Specified by:
findByG_R in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_R_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByG_R_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_R_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByG_R_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_R_PrevAndNext in interface CalEventPersistence
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

getByG_R_PrevAndNext

protected CalEvent getByG_R_PrevAndNext(Session session,
                                        CalEvent calEvent,
                                        long groupId,
                                        boolean repeating,
                                        OrderByComparator<CalEvent> orderByComparator,
                                        boolean previous)
Deprecated. 

removeByG_R

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

Specified by:
removeByG_R in interface CalEventPersistence
Parameters:
groupId - the group ID
repeating - the repeating

countByG_R

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

Specified by:
countByG_R in interface CalEventPersistence
Parameters:
groupId - the group ID
repeating - the repeating
Returns:
the number of matching cal events

findByG_T_R

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

Specified by:
findByG_T_R in interface CalEventPersistence
Parameters:
groupId - the group ID
type - the type
repeating - the repeating
Returns:
the matching cal events

findByG_T_R

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

Specified by:
findByG_T_R in interface CalEventPersistence
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

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

Specified by:
findByG_T_R in interface CalEventPersistence
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

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

Specified by:
findByG_T_R in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_T_R_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByG_T_R_First in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_T_R_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
fetchByG_T_R_Last in interface CalEventPersistence
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

public 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 = ?.

Specified by:
findByG_T_R_PrevAndNext in interface CalEventPersistence
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

getByG_T_R_PrevAndNext

protected CalEvent getByG_T_R_PrevAndNext(Session session,
                                          CalEvent calEvent,
                                          long groupId,
                                          String type,
                                          boolean repeating,
                                          OrderByComparator<CalEvent> orderByComparator,
                                          boolean previous)
Deprecated. 

findByG_T_R

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

Specified by:
findByG_T_R in interface CalEventPersistence
Parameters:
groupId - the group ID
types - the types
repeating - the repeating
Returns:
the matching cal events

findByG_T_R

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

Specified by:
findByG_T_R in interface CalEventPersistence
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

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

Specified by:
findByG_T_R in interface CalEventPersistence
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

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

Specified by:
findByG_T_R in interface CalEventPersistence
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

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

Specified by:
removeByG_T_R in interface CalEventPersistence
Parameters:
groupId - the group ID
type - the type
repeating - the repeating

countByG_T_R

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

Specified by:
countByG_T_R in interface CalEventPersistence
Parameters:
groupId - the group ID
type - the type
repeating - the repeating
Returns:
the number of matching cal events

countByG_T_R

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

Specified by:
countByG_T_R in interface CalEventPersistence
Parameters:
groupId - the group ID
types - the types
repeating - the repeating
Returns:
the number of matching cal events

cacheResult

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

Specified by:
cacheResult in interface CalEventPersistence
Parameters:
calEvent - the cal event

cacheResult

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

Specified by:
cacheResult in interface CalEventPersistence
Parameters:
calEvents - the cal events

clearCache

public void clearCache()
Deprecated. 
Clears the cache for all cal events.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<CalEvent>
Overrides:
clearCache in class BasePersistenceImpl<CalEvent>

clearCache

public void clearCache(CalEvent calEvent)
Deprecated. 
Clears the cache for the cal event.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<CalEvent>
Overrides:
clearCache in class BasePersistenceImpl<CalEvent>
Parameters:
calEvent - the instance of this model to clear the cache for

clearCache

public void clearCache(List<CalEvent> calEvents)
Deprecated. 
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<CalEvent>
Overrides:
clearCache in class BasePersistenceImpl<CalEvent>
Parameters:
calEvents - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(CalEventModelImpl calEventModelImpl,
                                       boolean isNew)
Deprecated. 

clearUniqueFindersCache

protected void clearUniqueFindersCache(CalEventModelImpl calEventModelImpl)
Deprecated. 

create

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

Specified by:
create in interface CalEventPersistence
Parameters:
eventId - the primary key for the new cal event
Returns:
the new cal event

remove

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

Specified by:
remove in interface CalEventPersistence
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

remove

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

Specified by:
remove in interface BasePersistence<CalEvent>
Overrides:
remove in class BasePersistenceImpl<CalEvent>
Parameters:
primaryKey - 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

removeImpl

protected CalEvent removeImpl(CalEvent calEvent)
Deprecated. 
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<CalEvent>
Parameters:
calEvent - the model instance to remove
Returns:
the model instance that was removed

updateImpl

public CalEvent updateImpl(CalEvent calEvent)
Deprecated. 
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface CalEventPersistence
Overrides:
updateImpl in class BasePersistenceImpl<CalEvent>
Parameters:
calEvent - the model instance to update
Returns:
the model instance that was updated

toUnwrappedModel

protected CalEvent toUnwrappedModel(CalEvent calEvent)
Deprecated. 

findByPrimaryKey

public CalEvent findByPrimaryKey(Serializable primaryKey)
                          throws NoSuchEventException
Deprecated. 
Returns the cal event with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<CalEvent>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<CalEvent>
Parameters:
primaryKey - 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

findByPrimaryKey

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

Specified by:
findByPrimaryKey in interface CalEventPersistence
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

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

Specified by:
fetchByPrimaryKey in interface BasePersistence<CalEvent>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<CalEvent>
Parameters:
primaryKey - 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

fetchByPrimaryKey

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

Specified by:
fetchByPrimaryKey in interface CalEventPersistence
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

public Map<Serializable,CalEvent> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated. 
Specified by:
fetchByPrimaryKeys in interface BasePersistence<CalEvent>
Specified by:
fetchByPrimaryKeys in interface CalEventPersistence
Overrides:
fetchByPrimaryKeys in class BasePersistenceImpl<CalEvent>

findAll

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

Specified by:
findAll in interface CalEventPersistence
Returns:
the cal events

findAll

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

Specified by:
findAll in interface CalEventPersistence
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

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

Specified by:
findAll in interface CalEventPersistence
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

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

Specified by:
findAll in interface CalEventPersistence
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

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

Specified by:
removeAll in interface CalEventPersistence

countAll

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

Specified by:
countAll in interface CalEventPersistence
Returns:
the number of cal events

getBadColumnNames

public Set<String> getBadColumnNames()
Deprecated. 
Specified by:
getBadColumnNames in interface BasePersistence<CalEvent>
Specified by:
getBadColumnNames in interface CalEventPersistence
Overrides:
getBadColumnNames in class BasePersistenceImpl<CalEvent>

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Deprecated. 
Overrides:
getTableColumnsMap in class BasePersistenceImpl<CalEvent>

afterPropertiesSet

public void afterPropertiesSet()
Deprecated. 
Initializes the cal event persistence.


destroy

public void destroy()
Deprecated. 

Liferay 7.0-ce-b4