Uses of Interface
openbook.server.OpenBookService
-
Packages that use OpenBookService Package Description openbook.client openbook.server -
-
Uses of OpenBookService in openbook.client
Methods in openbook.client that return OpenBookService Modifier and Type Method Description OpenBookService
Demo. getService()
Gets the handle to OpenBooks service.Constructors in openbook.client with parameters of type OpenBookService Constructor Description BuyBookPage(OpenBookService service, Customer customer)
A Page with 2x2 Grid of panels each for one of the specific action.DeliveryPage(OpenBookService service)
SupplyPage(OpenBookService service)
-
Uses of OpenBookService in openbook.server
Methods in openbook.server that return OpenBookService Modifier and Type Method Description static OpenBookService
ServiceFactory. getService(java.lang.String unit)
static OpenBookService
ServiceFactory. getService(java.lang.String unit, java.util.Map<java.lang.String,java.lang.Object> config)
Creates a persistence unit of given name configured with the given name-value parameters.
-