Class AdHocWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.adhocquery.service.AdHocWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
AdHocWritePlatformService
public class AdHocWritePlatformServiceJpaRepositoryImpl
extends Object
implements AdHocWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateAdHocQuery(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteAdHocQuery(Long adHocId) Method for Delete adhocorg.apache.fineract.infrastructure.core.data.CommandProcessingResultdisableAdHocQuery(Long adHocId) Method for disabling the adhocqueryorg.apache.fineract.infrastructure.core.data.CommandProcessingResultenableAdHocQuery(Long adHocId) Method for Enabling the Activeorg.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateAdHocQuery(Long adHocId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
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:
createAdHocQueryin interfaceAdHocWritePlatformService
-
updateAdHocQuery
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateAdHocQuery(Long adHocId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateAdHocQueryin interfaceAdHocWritePlatformService
-
deleteAdHocQuery
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteAdHocQuery(Long adHocId) Method for Delete adhoc- Specified by:
deleteAdHocQueryin interfaceAdHocWritePlatformService
-
disableAdHocQuery
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult disableAdHocQuery(Long adHocId) Method for disabling the adhocquery- Specified by:
disableAdHocQueryin interfaceAdHocWritePlatformService
-
enableAdHocQuery
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult enableAdHocQuery(Long adHocId) Method for Enabling the Active- Specified by:
enableAdHocQueryin interfaceAdHocWritePlatformService
-