Added interactions for clusters/filters

This commit is contained in:
emeric
2018-05-07 14:04:03 +02:00
parent eedcb1c2b5
commit 87c2f2936f
6 changed files with 50 additions and 13 deletions
+1
View File
@@ -51,6 +51,7 @@ class Cluster : public Wt::Dbo::Dbo<Cluster>
// Find utility
static std::vector<pointer> getAll(Wt::Dbo::Session& session);
static pointer getById(Wt::Dbo::Session& session, id_type id);
// Create utility
static pointer create(Wt::Dbo::Session& session, Wt::Dbo::ptr<ClusterType> type, std::string name);