Class EntityDatatableChecksWritePlatformServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksWritePlatformServiceImpl
- All Implemented Interfaces:
EntityDatatableChecksWritePlatformService
@Service
public class EntityDatatableChecksWritePlatformServiceImpl
extends Object
implements EntityDatatableChecksWritePlatformService
-
Constructor Summary
Constructors -
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 productId) booleansaveDatatables(Integer status, String entity, Long entityId, Long productId, com.google.gson.JsonArray datatableDatas)
-
Constructor Details
-
EntityDatatableChecksWritePlatformServiceImpl
public EntityDatatableChecksWritePlatformServiceImpl()
-
-
Method Details
-
createCheck
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createCheck(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createCheckin interfaceEntityDatatableChecksWritePlatformService
-
runTheCheck
public void runTheCheck(Long entityId, String entityName, Integer status, String foreignKeyColumn, String entitySubtype) - Specified by:
runTheCheckin interfaceEntityDatatableChecksWritePlatformService
-
runTheCheckForProduct
@Transactional(readOnly=true) public void runTheCheckForProduct(Long entityId, String entityName, Integer status, String foreignKeyColumn, long productId) - Specified by:
runTheCheckForProductin interfaceEntityDatatableChecksWritePlatformService
-
saveDatatables
@Transactional public boolean saveDatatables(Integer status, String entity, Long entityId, Long productId, com.google.gson.JsonArray datatableDatas) - Specified by:
saveDatatablesin interfaceEntityDatatableChecksWritePlatformService
-
deleteCheck
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCheck(Long entityDatatableCheckId) - Specified by:
deleteCheckin interfaceEntityDatatableChecksWritePlatformService
-