Class GuarantorsApiResource
java.lang.Object
org.apache.fineract.portfolio.loanaccount.guarantor.api.GuarantorsApiResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountsTemplate(Long clientId, Long loanId, jakarta.ws.rs.core.UriInfo uriInfo) createGuarantor(Long loanId, String apiRequestBodyAsJson) deleteGuarantor(Long loanId, Long guarantorId, Long guarantorFundingId) jakarta.ws.rs.core.ResponsegetGuarantorTemplate(Long officeId, String dateFormat, Long loanId) newGuarantorTemplate(jakarta.ws.rs.core.UriInfo uriInfo, Long loanId) postGuarantorTemplate(InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String locale, String dateFormat, Long loanId) retrieveGuarantorDetails(jakarta.ws.rs.core.UriInfo uriInfo, Long loanId) retrieveGuarantorDetails(jakarta.ws.rs.core.UriInfo uriInfo, Long loanId, Long guarantorId) updateGuarantor(Long loanId, Long guarantorId, String jsonRequestBody)
-
Constructor Details
-
GuarantorsApiResource
public GuarantorsApiResource()
-
-
Method Details
-
newGuarantorTemplate
-
retrieveGuarantorDetails
-
retrieveGuarantorDetails
-
createGuarantor
-
updateGuarantor
-
deleteGuarantor
-
accountsTemplate
-
getGuarantorTemplate
-
postGuarantorTemplate
@POST @Path("uploadtemplate") @Consumes("multipart/form-data") public String postGuarantorTemplate(InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String locale, String dateFormat, @PathParam("loanId") Long loanId)
-