/*
* Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl
+ * Copyright (C) 2011-2024 Philipp Spitzer, gregor herrmann, Stefan Stahl
*
* This file is part of ConfClerk.
*
public:
static Event getById(int id, int conferenceId);
static QList<Event> getByDate(const QDate & date, int conferenceId, QString orderBy);
- static QList<Event> getFavByDate(const QDate & date, int conferenceId); // get Favourities by Date
+ static QList<Event> getFavByDate(const QDate & date, int conferenceId); // get favourites by date
static QList<Event> getSearchResultByDate(const QDate& date, int conferenceId, QString orderBy);
static QList<Event> getByTrack(int id);
static QList<Event> getByDateAndRoom(const QDate& date, int conferenceId);