Class InterestRateChartsApiResource
java.lang.Object
org.apache.fineract.portfolio.interestratechart.api.InterestRateChartsApiResource
@Path("/v1/interestratecharts")
@Component
public class InterestRateChartsApiResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveAll(jakarta.ws.rs.core.UriInfo uriInfo, Long productId) retrieveOne(Long chartId, jakarta.ws.rs.core.UriInfo uriInfo) template(jakarta.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
InterestRateChartsApiResource
public InterestRateChartsApiResource()
-
-
Method Details
-
template
@GET @Path("template") @Consumes("application/json") @Produces("application/json") public String template(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveAll
-
retrieveOne
-
create
-
update
-
delete
-