Beispiel #1
0
 @Override
 public List<Entity> activate(final Long... ids) {
   if (activable) {
     return dataAccessService.activate(this, ids);
   } else {
     return Collections.emptyList();
   }
 }