283284285286287288289290291292293
{ IPersonHome home = getPersonHome(); IPerson person = home.findByPrimaryKey(personId); person.updateEntityAttributes(attributes); } public Publisher[] getPublishers() { Connection connection = null;
333334335336337338339340341342343
285286287288289290291292293294295
330331332333334335336337338339340