Class InternalCOBApiResource

java.lang.Object
org.apache.fineract.cob.api.InternalCOBApiResource
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

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

  • Constructor Details

    • InternalCOBApiResource

      public InternalCOBApiResource()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getCobPartitions

      @GET @Consumes("application/json") @Produces("application/json") @Path("partitions/{partitionSize}") public String getCobPartitions(@Context jakarta.ws.rs.core.UriInfo uriInfo, @PathParam("partitionSize") int partitionSize)
    • updateLoanCobLastDate

      @POST @Consumes("application/json") @Path("fast-forward-cob-date-of-loan/{loanId}") public void updateLoanCobLastDate(@Context jakarta.ws.rs.core.UriInfo uriInfo, @PathParam("loanId") long loanId, String jsonBody)
    • loanReprocess

      @POST @Consumes("application/json") @Path("loan-reprocess/{loanId}") public void loanReprocess(@Context jakarta.ws.rs.core.UriInfo uriInfo, @PathParam("loanId") long loanId)