Class AdHocWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.adhocquery.service.AdHocWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
AdHocWritePlatformService

public class AdHocWritePlatformServiceJpaRepositoryImpl extends Object implements AdHocWritePlatformService
  • Constructor Details

    • AdHocWritePlatformServiceJpaRepositoryImpl

      public AdHocWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • createAdHocQuery

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createAdHocQuery(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createAdHocQuery in interface AdHocWritePlatformService
    • updateAdHocQuery

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateAdHocQuery(Long adHocId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateAdHocQuery in interface AdHocWritePlatformService
    • deleteAdHocQuery

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteAdHocQuery(Long adHocId)
      Method for Delete adhoc
      Specified by:
      deleteAdHocQuery in interface AdHocWritePlatformService
    • disableAdHocQuery

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult disableAdHocQuery(Long adHocId)
      Method for disabling the adhocquery
      Specified by:
      disableAdHocQuery in interface AdHocWritePlatformService
    • enableAdHocQuery

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult enableAdHocQuery(Long adHocId)
      Method for Enabling the Active
      Specified by:
      enableAdHocQuery in interface AdHocWritePlatformService