Uses of Class
org.wicketstuff.osgi.test.library.model.Author
-
Packages that use Author Package Description org.wicketstuff.osgi.test.library.model org.wicketstuff.osgi.test.library.service org.wicketstuff.osgi.test.library.service.impl -
-
Uses of Author in org.wicketstuff.osgi.test.library.model
Methods in org.wicketstuff.osgi.test.library.model that return Author Modifier and Type Method Description AuthorBook. getAuthor()Methods in org.wicketstuff.osgi.test.library.model with parameters of type Author Modifier and Type Method Description voidBook. setAuthor(Author author) -
Uses of Author in org.wicketstuff.osgi.test.library.service
Methods in org.wicketstuff.osgi.test.library.service with parameters of type Author Modifier and Type Method Description voidLibraryService. createAuthor(Author author) -
Uses of Author in org.wicketstuff.osgi.test.library.service.impl
Methods in org.wicketstuff.osgi.test.library.service.impl with parameters of type Author Modifier and Type Method Description voidSimpleLibraryService. createAuthor(Author author)
-