Examples of FirstLevelCache


Examples of ru.kai.assistantschedule.core.cache.FirstLevelCache

//    schedullePathText.setText(GlobalStorage.selectedSchedule);
    GlobalStorage.put("selectedSchedule",
      GlobalStorage.selectedSchedule);
    try {
        ExcelWorker.openSchedule(GlobalStorage.selectedSchedule);
        FirstLevelCache firstLevelCache = new FirstLevelCache();
        firstLevelCache.readFromSheet();
        LOG.debug("firstLevelCache.getEntries().size() = "+firstLevelCache.getEntries().size());
        MainCommand.setFirstLevelCache(firstLevelCache);
    } catch (Exception e) {
        status.setText(e.getLocalizedMessage());
    }
    status.setText("Расписание открыто");
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.