Package org.mifosplatform.infrastructure.hooks.domain

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

Related Classes of org.mifosplatform.infrastructure.hooks.domain.HookResource

Copyright © 2018 www.massapicom. 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.