131132133134135136137138139140141
IOperations bean = vengine.getOperations(); try { if (publisherId != null) bean.updateBook(bookId, attributes); else { bean.updateBook(bookId, attributes, publisherName); vengine.clearCache(); }
134135136137138139140141142143144
{ if (publisherId != null) bean.updateBook(bookId, attributes); else { bean.updateBook(bookId, attributes, publisherName); vengine.clearCache(); } break; }
172173174175176177178179180181182
175176177178179180181182183184185
127128129130131132133134135136137
130131132133134135136137138139140
142143144145146147148149150151152
145146147148149150151152153154155