Class SelfShareProductsApiResource

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

@Path("/v1/self/products/share") @Component @Conditional(SelfServiceModuleIsEnabledCondition.class) public class SelfShareProductsApiResource extends Object
  • Constructor Details

    • SelfShareProductsApiResource

      public SelfShareProductsApiResource()
  • Method Details

    • retrieveProduct

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

      @GET @Consumes("application/json") @Produces("application/json") public String retrieveAllProducts(@QueryParam("clientId") Long clientId, @QueryParam("offset") Integer offset, @QueryParam("limit") Integer limit, @Context jakarta.ws.rs.core.UriInfo uriInfo)