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