Interface PublisherService

All Known Implementing Classes:
PublisherServiceImp

public interface PublisherService
  • Method Summary

    Modifier and Type Method Description
    boolean createContract​(java.lang.Long authorId, java.lang.Long publisherId)  
    Publisher findById​(java.lang.Long id)  
    java.lang.Long publishNewBook​(java.lang.Long publisherId, BookCreate bookCreate)