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

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


    public BiletDTO getBilet() {return bilet;}
    public void setBilet(BiletDTO bilet) {this.bilet = bilet;}
    public void save(ActionEvent action) {
        try {
        DelegateM4 delegate = new DelegateM4();
        long id = delegate.addBilet(bilet);
        } catch(Exception e) {e.printStackTrace();}
        session.setAttribute(SessionVariables.BILET_DTO, null);
        session.setAttribute(SessionVariables.BILET_LIST_DTO, null);
    }
    public void update(ActionEvent action) {   
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.