18192021222324
if (id == null) return system.operations; else if (system.operations.containsKey(id)) return system.operations.get(id); else throw new DailyTransactionDoesNotExistsException(id); }