Package org.apache.fineract.commands.api
Class MakercheckersApiResource
java.lang.Object
org.apache.fineract.commands.api.MakercheckersApiResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapproveMakerCheckerEntry(Long auditId, String commandParam) deleteMakerCheckerEntry(Long auditId) retrieveAuditSearchTemplate(jakarta.ws.rs.core.UriInfo uriInfo) retrieveCommands(jakarta.ws.rs.core.UriInfo uriInfo, String actionName, String entityName, Long resourceId, Long makerId, String makerDateTimeFrom, String makerDateTimeTo, Integer officeId, Integer groupId, Integer clientId, Integer loanId, Integer savingsAccountId)
-
Constructor Details
-
MakercheckersApiResource
public MakercheckersApiResource()
-
-
Method Details
-
retrieveCommands
@GET @Consumes("application/json") @Produces("application/json") public String retrieveCommands(@Context jakarta.ws.rs.core.UriInfo uriInfo, @QueryParam("actionName") String actionName, @QueryParam("entityName") String entityName, @QueryParam("resourceId") Long resourceId, @QueryParam("makerId") Long makerId, @QueryParam("makerDateTimeFrom") String makerDateTimeFrom, @QueryParam("makerDateTimeTo") String makerDateTimeTo, @QueryParam("officeId") Integer officeId, @QueryParam("groupId") Integer groupId, @QueryParam("clientId") Integer clientId, @QueryParam("loanid") Integer loanId, @QueryParam("savingsAccountId") Integer savingsAccountId) -
retrieveAuditSearchTemplate
@GET @Path("/searchtemplate") @Consumes("application/json") @Produces("application/json") public String retrieveAuditSearchTemplate(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
approveMakerCheckerEntry
-
deleteMakerCheckerEntry
-