Class SelfSavingsProductsApiResource

java.lang.Object
org.apache.fineract.portfolio.self.products.api.SelfSavingsProductsApiResource

@Path("/v1/self/savingsproducts") @Component @Conditional(SelfServiceModuleIsEnabledCondition.class) public class SelfSavingsProductsApiResource extends Object
  • Constructor Details

    • SelfSavingsProductsApiResource

      public SelfSavingsProductsApiResource()
  • Method Details

    • retrieveAll

      @GET @Consumes("application/json") @Produces("application/json") public String retrieveAll(@QueryParam("clientId") Long clientId, @Context jakarta.ws.rs.core.UriInfo uriInfo)
    • retrieveOne

      @GET @Path("{productId}") @Consumes("application/json") @Produces("application/json") public String retrieveOne(@PathParam("productId") Long productId, @QueryParam("clientId") Long clientId, @Context jakarta.ws.rs.core.UriInfo uriInfo)