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

Examples of pl.edu.prz.kia.ntp.interfaceModule.Criteria.TypBiletuCriteriaTO


   
    public List<TypBiletuDTO> getTypBiletu() {
        if(typy == null) {
            try {
                DelegateM4 delegate = new DelegateM4();
                TypBiletuCriteriaTO criteria = new TypBiletuCriteriaTO();
                typy = delegate.getTypyBiletow(criteria);
            }
            catch(Exception e) {typy = new ArrayList<TypBiletuDTO>();}
            session.setAttribute(SessionVariables.TYP_BILETU_LIST_DTO, typy);
            }
View Full Code Here

TOP

Related Classes of pl.edu.prz.kia.ntp.interfaceModule.Criteria.TypBiletuCriteriaTO

Copyright © 2018 www.massapicom. 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.