Uses of Class
com.malay.shortyshoe.model.PurchaseReport
Packages that use PurchaseReport
-
Uses of PurchaseReport in com.malay.shortyshoe.controller
Methods in com.malay.shortyshoe.controller that return types with arguments of type PurchaseReportModifier 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) Methods in com.malay.shortyshoe.controller with parameters of type PurchaseReportModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PurchaseReport>
PurchaseReportController.createPr
(PurchaseReport pr) -
Uses of PurchaseReport in com.malay.shortyshoe.service
Methods in com.malay.shortyshoe.service that return PurchaseReportMethods in com.malay.shortyshoe.service that return types with arguments of type PurchaseReportModifier and TypeMethodDescriptionPurchaseReportService.findPrById
(int id) PurchaseReportService.getAllPurchaseReport()
Methods in com.malay.shortyshoe.service with parameters of type PurchaseReport