Interface HookWritePlatformService
- All Known Implementing Classes:
HookWritePlatformServiceJpaRepositoryImpl
public interface HookWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateHook(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteHook(Long hookId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateHook(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
-