Package unlp.edu.core

Examples of unlp.edu.core.Sistema.editarUsuario()


   
    Sistema sistema = Sistema.getInstance();
    Usuario usuario = sistema.getUsuario(nombreUsuario);
    Role nuevoRol = sistema.getRoleSistema(nuevoRolUsuario);
   
    sistema.editarUsuario(usuario,nuevoRol,nuevaClave);
   
    // Mostramos la siguiente vista
    return mapping.findForward("ok");
   
  }
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.