Examples of VendaItemDAOImpl


Examples of br.com.sistelecom.dao.VendaItemDAOImpl

         
          final VendaItem vendaItem = new VendaItem();
          vendaItem.setIdVenda(idVenda);
          vendaItem.setIdItem(idItemInserido);
         
          new VendaItemDAOImpl().salvar(vendaItem);
        }
       
        this.listarTodos();
        FacesContext.getCurrentInstance().addMessage(null,new FacesMessage(FacesMessage.SEVERITY_INFO,"Pedido incluído com sucesso.",""));
        this.limpar();
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.