Interface EntityDatatableChecksWritePlatformService

All Known Implementing Classes:
EntityDatatableChecksWritePlatformServiceImpl

public interface EntityDatatableChecksWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createCheck(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteCheck(Long entityDatatableCheckId)
     
    void
    runTheCheck(Long entityId, String entityName, Integer status, String foreignKeyColumn, String entitySubtype)
     
    void
    runTheCheckForProduct(Long entityId, String entityName, Integer status, String foreignKeyColumn, long productLoanId)
     
    boolean
    saveDatatables(Integer status, String entity, Long entityId, Long productId, com.google.gson.JsonArray data)
     
  • Method Details

    • createCheck

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createCheck(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteCheck

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCheck(Long entityDatatableCheckId)
    • runTheCheck

      void runTheCheck(Long entityId, String entityName, Integer status, String foreignKeyColumn, String entitySubtype)
    • runTheCheckForProduct

      void runTheCheckForProduct(Long entityId, String entityName, Integer status, String foreignKeyColumn, long productLoanId)
    • saveDatatables

      boolean saveDatatables(Integer status, String entity, Long entityId, Long productId, com.google.gson.JsonArray data)