Class InvoiceController
java.lang.Object
be.appify.prefab.example.sale.invoice.infrastructure.http.InvoiceController
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.data.web.PagedModel<InvoiceResponse>>
-
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)
-