Package evolaris.framework.um.business

Examples of evolaris.framework.um.business.UserManager.deleteUser()


   * @see evolaris.framework.sys.web.form.EnterEditDuplicateForm#deleteEntry(java.lang.Object, java.util.Locale, org.hibernate.Session, org.apache.struts.util.MessageResources)
   */
  @Override
  public void deleteEntry(User user, Locale locale, Session session, MessageResources resources) {
    UserManager userManager = new UserManager(locale,session);
    userManager.deleteUser(user);
  }

  /* (non-Javadoc)
   * @see evolaris.framework.sys.web.form.EnterEditDuplicateForm#initialize(java.lang.Object, java.util.Locale, org.hibernate.Session, org.apache.struts.util.MessageResources)
   */
 
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.