Class ReportsApiResource
java.lang.Object
org.apache.fineract.infrastructure.dataqueries.api.ReportsApiResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateReport(String apiRequestBodyAsJson) deleteReport(Long id) retrieveOfficeTemplate(jakarta.ws.rs.core.UriInfo uriInfo) retrieveReport(Long id, jakarta.ws.rs.core.UriInfo uriInfo) retrieveReportList(jakarta.ws.rs.core.UriInfo uriInfo) updateReport(Long id, String apiRequestBodyAsJson)
-
Constructor Details
-
ReportsApiResource
public ReportsApiResource()
-
-
Method Details
-
retrieveReportList
@GET @Consumes("application/json") @Produces("application/json") public String retrieveReportList(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveReport
-
retrieveOfficeTemplate
@GET @Path("template") @Consumes("application/json") @Produces("application/json") public String retrieveOfficeTemplate(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
createReport
-
updateReport
-
deleteReport
-