Class InternalSavingsAccountInformationApiResource

java.lang.Object
org.apache.fineract.portfolio.savings.api.InternalSavingsAccountInformationApiResource
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Profile("test") @Component @Path("/v1/internal/savingsaccounts") public class InternalSavingsAccountInformationApiResource extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • InternalSavingsAccountInformationApiResource

      public InternalSavingsAccountInformationApiResource()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getSavingsAccountsByStatus

      @GET @Path("status/{statusId}") @Consumes("application/json") @Produces("application/json") public List<Long> getSavingsAccountsByStatus(@Context jakarta.ws.rs.core.UriInfo uriInfo, @PathParam("statusId") Integer statusId)