Examples of AtualizarUni()


Examples of DAO.UnidadeDao.AtualizarUni()

        FacesContext.getCurrentInstance().addMessage("", msg);
    }
    public void saveEdit(Unidade unidade){
        this.unidadeSelect = unidade;
        UnidadeDao obj = new UnidadeDao();
        obj.AtualizarUni(this.unidadeSelect);
        FacesMessage msg = new FacesMessage("Unidade editada com sucesso!", "");
        FacesContext.getCurrentInstance().addMessage("", msg);
    }
}
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.