Returns the primary key of the newly created book.
101102103104105106107108109110111
{ IOperations operations = vengine.getOperations(); if (publisherId != null) operations.addBook(attributes); else { operations.addBook(attributes, publisherName); // Clear the app's cache of info; in this case, known publishers.
104105106107108109110111112113114
if (publisherId != null) operations.addBook(attributes); else { operations.addBook(attributes, publisherName); // Clear the app's cache of info; in this case, known publishers. vengine.clearCache(); }
8283848586878889909192
8586878889909192939495
123124125126127128129130131132133
126127128129130131132133134135136
8081828384858687888990
8384858687888990919293