Interface EntityDatatableChecksWritePlatformService
- All Known Implementing Classes:
EntityDatatableChecksWritePlatformServiceImpl
public interface EntityDatatableChecksWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateCheck(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteCheck(Long entityDatatableCheckId) voidrunTheCheck(Long entityId, String entityName, Integer status, String foreignKeyColumn, String entitySubtype) voidrunTheCheckForProduct(Long entityId, String entityName, Integer status, String foreignKeyColumn, long productLoanId) booleansaveDatatables(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
-
runTheCheckForProduct
-
saveDatatables
-