Uses of Class
com.malay.shortyshoe.model.PurchaseReport
-
Uses of PurchaseReport in com.malay.shortyshoe.controller
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PurchaseReport>
PurchaseReportController.createPr
(PurchaseReport pr) org.springframework.http.ResponseEntity<List<PurchaseReport>>
PurchaseReportController.getAllPR()
org.springframework.http.ResponseEntity<PurchaseReport>
PurchaseReportController.getPrById
(int id) Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PurchaseReport>
PurchaseReportController.createPr
(PurchaseReport pr) -
Uses of PurchaseReport in com.malay.shortyshoe.service
Modifier and TypeMethodDescriptionPurchaseReportService.findPrById
(int id) PurchaseReportService.getAllPurchaseReport()