org.wicketstuff.osgi.test.library.service
Interface LibraryService

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleLibraryService

public interface LibraryService
extends Serializable


Method Summary
 void createAuthor(Author author)
           
 void fillLibrary()
           
 List<Book> findBooksByAuthor(String lastName)
           
 List<Book> findBooksByTitle(String title)
           
 long getNumAuthors()
           
 long getNumBooks()
           
 

Method Detail

fillLibrary

void fillLibrary()

findBooksByAuthor

List<Book> findBooksByAuthor(String lastName)

findBooksByTitle

List<Book> findBooksByTitle(String title)

getNumBooks

long getNumBooks()

getNumAuthors

long getNumAuthors()

createAuthor

void createAuthor(Author author)


Copyright © 2011. All Rights Reserved.