Class HookReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.hooks.service.HookReadPlatformServiceImpl
- All Implemented Interfaces:
HookReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveHook(Long hookId) retrieveHooksByEvent(String entityName, String actionName) retrieveNewHookDetails(String templateName)
-
Constructor Details
-
HookReadPlatformServiceImpl
public HookReadPlatformServiceImpl()
-
-
Method Details
-
retrieveAllHooks
- Specified by:
retrieveAllHooksin interfaceHookReadPlatformService
-
retrieveHook
- Specified by:
retrieveHookin interfaceHookReadPlatformService
-
retrieveHooksByEvent
@Cacheable(value="hooks", key="T(org.apache.fineract.infrastructure.core.service.ThreadLocalContextUtil).getTenant().getTenantIdentifier().concat(\'HK\')") public List<Hook> retrieveHooksByEvent(String entityName, String actionName) - Specified by:
retrieveHooksByEventin interfaceHookReadPlatformService
-
retrieveNewHookDetails
- Specified by:
retrieveNewHookDetailsin interfaceHookReadPlatformService
-