145146147148149150151152153154155
{ if (publisherId != null) bean.updateBook(bookId, attributes); else { bean.updateBook(bookId, attributes, publisherName); vengine.clearCache(); } break; }
172173174175176177178179180181182
IOperations bean = vengine.getOperations(); try { if (publisherId != null) bean.updateBook(bookId, attributes); else { bean.updateBook(bookId, attributes, publisherName); vengine.clearCache(); }
175176177178179180181182183184185
140141142143144145146147148149150
try { IOperations operations = getOperations(); if (publisherId != null) operations.updateBook(bookId, attributes); else { operations .updateBook(bookId, attributes, publisherName); }
143144145146147148149150151152153
if (publisherId != null) operations.updateBook(bookId, attributes); else { operations .updateBook(bookId, attributes, publisherName); } return null; }
135136137138139140141142143144145
try { IOperations operations = getOperations(); if (publisherId != null) operations.updateBook(bookId, attributes); else { operations.updateBook(bookId, attributes, publisherName); }
138139140141142143144145146147148
if (publisherId != null) operations.updateBook(bookId, attributes); else { operations.updateBook(bookId, attributes, publisherName); } return null; } catch (FinderException ex)
131132133134135136137138139140141