Update DBPlan.hpp
This commit is contained in:
@@ -18,9 +18,12 @@ private:
|
||||
void sucheVertretung(std::string tag, std::string stunde);
|
||||
void vertretung(std::string tag, std::string stunde, std::string dauer);
|
||||
void deleteVeranstalterForeign(std::string id);
|
||||
void deleteVeranstaltungForeign(std::string id);
|
||||
void updateStandort(std::string tag, std::string stunde);
|
||||
void incarbeitszeit(std::string tag, std::string stunde, std::string amount);
|
||||
void insertVeranstaltungenIntoPlan(std::string cap, std::string tag, std::string stunde);
|
||||
void insertVeranstaltungIntoPlanHandler();
|
||||
void insertAgain(std::string tag, std::string stunde);
|
||||
std::string checkPlanSize();
|
||||
void versendeEmails( );
|
||||
|
||||
public:
|
||||
@@ -47,7 +50,7 @@ public:
|
||||
*
|
||||
* @param id
|
||||
*/
|
||||
void deleteVeranstaltung(std::string id);
|
||||
void deleteVeranstaltung(std::string name);
|
||||
|
||||
/**
|
||||
* @brief Adds Veranstaltung to relation Veranstaltung
|
||||
|
||||
Reference in New Issue
Block a user