Package pl.edu.prz.kia.ntp.interfaceModule.delegate

Examples of pl.edu.prz.kia.ntp.interfaceModule.delegate.DelegateM4.addZamowienie()


    }
   
    public void save(ActionEvent action) {
        try {
            DelegateM4 delegate = new DelegateM4();
            long id = delegate.addZamowienie(zamowienie);
        } catch (Exception e) {e.printStackTrace();}
        session.setAttribute(SessionVariables.ZAMOWIENIE_DTO, null);
        session.setAttribute(SessionVariables.ZAMOWIENIE_LIST_DTO, null);
    }
   
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.