Examples of HookResource


Examples of org.mifosplatform.infrastructure.hooks.domain.HookResource

      final String entityName = this.fromApiJsonHelper
          .extractStringNamed(entityNameParamName, eventElement);
      final String actionName = this.fromApiJsonHelper
          .extractStringNamed(actionNameParamName, eventElement);
      final HookResource event = HookResource.createNewWithoutHook(
          entityName, actionName);
      allEvents.add(event);
    }

    return allEvents;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.