Class TaxComponentApiResource
java.lang.Object
org.apache.fineract.portfolio.tax.api.TaxComponentApiResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTaxCompoent(String apiRequestBodyAsJson) retrieveAllTaxComponents(jakarta.ws.rs.core.UriInfo uriInfo) retrieveTaxComponent(Long taxComponentId, jakarta.ws.rs.core.UriInfo uriInfo) retrieveTemplate(jakarta.ws.rs.core.UriInfo uriInfo) updateTaxCompoent(Long taxComponentId, String apiRequestBodyAsJson)
-
Constructor Details
-
TaxComponentApiResource
public TaxComponentApiResource()
-
-
Method Details
-
retrieveAllTaxComponents
@GET @Consumes("application/json") @Produces("application/json") public String retrieveAllTaxComponents(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveTaxComponent
-
retrieveTemplate
@GET @Path("template") @Consumes("application/json") @Produces("application/json") public String retrieveTemplate(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
createTaxCompoent
-
updateTaxCompoent
-