Examples of agregarEstado()


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

   
    Sistema sistema = Sistema.getInstance();
    Proyecto proyecto = sistema.getProyecto(Long.valueOf(idProyecto));
    TipoItem savedTipoItem = sistema.getTipoItem(tipoItemDescripcion, proyecto);
   
    sistema.agregarEstado(savedTipoItem, descripcionEstado);
         
      ActionRedirect redirect = new ActionRedirect(mapping.findForward("ok"));

      redirect.addParameter("idTI", idTipoItem);
      redirect.addParameter("idP", idProyecto);
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.