Package clips.delegate.config

Examples of clips.delegate.config.ConfigLocal


    protected void updateImpl() throws ClipsException {
        dir = DirectoryLocator.getDirectory(DirectoryCollaborator.class, true);
        Calendar cal = new GregorianCalendar(9999, 99, 99);
        nullDate = cal.getTime();

        ConfigLocal conf = ConfigLocal.getInstance();
        lpuCode = UserInfo.get().getCollaborator().getLpu().getLpuCode();
        lpuOGRN = UserInfo.get().getCollaborator().getLpu().getOgrn();

        collMap = new HashMap<String, DirectoryCollaboratorItem>();
        ROList<DirectoryCollaboratorItem> list = dir.getItemsList();
View Full Code Here


            }
            WriterAbstract writer = dlg.getResult();
            TableModelRegister model = new TableModelRegister(writer);
            HashMap<String, Object> data = new LinkedHashMap<String, Object>();

            ConfigLocal configLocal = ConfigLocal.getInstance();
            DirectoryCollaboratorItem director = UserInfo.get().getCollaborator().getLpu().getChiefDoctor();
            DirectoryCollaboratorItem accountantGeneral = UserInfo.get().getCollaborator().getLpu().getAccountant();
            Pair<Date, Date> dates = model.getDates();

            data.put("count", String.valueOf(model.getRowCount()));
View Full Code Here

TOP

Related Classes of clips.delegate.config.ConfigLocal

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.