Package de.forsthaus.backend.nonwebrequestdbservice

Examples of de.forsthaus.backend.nonwebrequestdbservice.NonWebRequestDBAction


    System.out.println("###### ==> Run Job for resetting the demo data.");

    ApplicationContext ctx = ApplicationContextProvider.getApplicationContext();

    if (ctx != null && ctx.containsBean("userService")) {
      NonWebRequestDBAction nonWebRequestDBAction = (NonWebRequestDBAction) ctx.getBean("nonWebRequestDBAction");
      if (nonWebRequestDBAction != null) {
        System.out.println("###### ==> Reset admin name/password.");
        nonWebRequestDBAction.resetAdminPassword();
      }
    }
  }
View Full Code Here

TOP

Related Classes of de.forsthaus.backend.nonwebrequestdbservice.NonWebRequestDBAction

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.