Class SimpleLibraryService
java.lang.Object
org.wicketstuff.osgi.test.library.service.impl.SimpleLibraryService
- All Implemented Interfaces:
Serializable,LibraryService
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateAuthor(Author author) voidfindBooksByAuthor(String lastName) findBooksByTitle(String title) longlong
-
Constructor Details
-
SimpleLibraryService
public SimpleLibraryService()
-
-
Method Details
-
fillLibrary
public void fillLibrary()- Specified by:
fillLibraryin interfaceLibraryService
-
findBooksByAuthor
- Specified by:
findBooksByAuthorin interfaceLibraryService
-
findBooksByTitle
- Specified by:
findBooksByTitlein interfaceLibraryService
-
getNumBooks
public long getNumBooks()- Specified by:
getNumBooksin interfaceLibraryService
-
getNumAuthors
public long getNumAuthors()- Specified by:
getNumAuthorsin interfaceLibraryService
-
createAuthor
- Specified by:
createAuthorin interfaceLibraryService
-