Interface HookWritePlatformService

All Known Implementing Classes:
HookWritePlatformServiceJpaRepositoryImpl

public interface HookWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createHook(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteHook(Long hookId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateHook(Long hookId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createHook

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createHook(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateHook

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateHook(Long hookId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteHook

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteHook(Long hookId)