Class InvoiceController

java.lang.Object
be.appify.prefab.example.sale.invoice.infrastructure.http.InvoiceController

@RestController @RequestMapping(path="invoices") public class InvoiceController extends Object
  • Method Details

    • getList

      @RequestMapping(method=GET, path="") @PreAuthorize("hasAuthority('invoice:view')") public org.springframework.http.ResponseEntity<org.springframework.data.web.PagedModel<InvoiceResponse>> getList(org.springframework.data.domain.Pageable pageable, String invoiceNumber)