Exemple #1
0
 public List<History> all() {
   return historyManager.all();
 }
Exemple #2
0
 public List<String> allJids() {
   return historyManager.allJids();
 }
Exemple #3
0
 public void save(History history) {
   historyManager.save(history);
 }