673674675676677678679680681682683684
if (updated != null) { for (int i = 0; i < updated.length; i++) { IPublisher publisher = home.findByPrimaryKey(updated[i].getId()); publisher.setName(updated[i].getName()); } } if (deleted != null) {