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

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


   
    public List<TypUzytkownikaDTO> getTypUzytkownika() {
        if(typyUzytkownikow == null) {
            try {
                DelegateM1 delegate = new DelegateM1();
                TypUzytkownikaCriteriaTO criteria = new TypUzytkownikaCriteriaTO();
                typyUzytkownikow = delegate.getTypUzytkownika(criteria);
            }
            catch(Exception e) {typyUzytkownikow = new ArrayList<TypUzytkownikaDTO>();}
            session.setAttribute(SessionVariables.TYP_UZYTKOWNIKA_LIST_DTO, typyUzytkownikow);
            }
View Full Code Here

TOP

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

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.