Class MakercheckersApiResource

java.lang.Object
org.apache.fineract.commands.api.MakercheckersApiResource

@Path("/v1/makercheckers") @Component public class MakercheckersApiResource extends Object
  • Constructor Details

    • MakercheckersApiResource

      public MakercheckersApiResource()
  • Method Details

    • retrieveCommands

      @GET @Consumes("application/json") @Produces("application/json") public List<AuditData> retrieveCommands(@Context jakarta.ws.rs.core.UriInfo uriInfo, @BeanParam MakerCheckerRequest makerCheckerRequest)
    • retrieveAuditSearchTemplate

      @GET @Path("/searchtemplate") @Consumes("application/json") @Produces("application/json") public AuditSearchData retrieveAuditSearchTemplate()
    • approveMakerCheckerEntry

      @POST @Path("{auditId}") @Consumes("application/json") @Produces("application/json") public org.apache.fineract.infrastructure.core.data.CommandProcessingResult approveMakerCheckerEntry(@PathParam("auditId") Long auditId, @QueryParam("command") String commandParam)
    • deleteMakerCheckerEntry

      @DELETE @Path("{auditId}") @Consumes("application/json") @Produces("application/json") public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteMakerCheckerEntry(@PathParam("auditId") Long auditId)