Interface AuthorManager

All Known Subinterfaces:
ExtendedAuthorManager
All Known Implementing Classes:
HibernateAuthorManagerImpl

public interface AuthorManager
  • Method Details

    • getAllAuthors

      Set<Author> getAllAuthors()
      Returns:
      Set of all Author
    • getAuthorByName

      @Nullable @Nullable Author getAuthorByName(String name)
      Parameters:
      name -
      Returns:
      Author with given name.