Examples of addGatunekFilmu()


Examples of pl.edu.prz.kia.ntp.interfaceModule.delegate.DelegateM2.addGatunekFilmu()

    }

    public void save(ActionEvent event) {
        try{
            DelegateM2 delegate = new DelegateM2();
            long id = delegate.addGatunekFilmu(gatunekFilmu);
        } catch (Exception e) {e.printStackTrace();}
        session.setAttribute(SessionVariables.GATUNEK_FILMU_DTO, null);
        session.setAttribute(SessionVariables.GATUNEK_FILMU_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.