200201202203204205206
})); } @Override protected List<BpmNotificationConfig> getAllItems() { return new BpmNotificationConfigDAO().findAll(); }
221222223224225226227
return item; } @Override protected BpmNotificationConfig refreshItem(Long id) { return new BpmNotificationConfigDAO().loadById(id); }
226227228229230231232
return new BpmNotificationConfigDAO().loadById(id); } @Override protected void saveItem(BpmNotificationConfig item) { new BpmNotificationConfigDAO().saveOrUpdate(item); }