Package org.criticalfailure.torchlight.core.campaign.storage

Examples of org.criticalfailure.torchlight.core.campaign.storage.ICampaignModelObjectPersister.loadAll()


        logger.trace("cmop: " + cmop);

        if(cmop != null) {
            try {
                logger.info("Loading all campaign data: " + campaign);
                cmop.loadAll();
            }
            catch(Exception e) {
                logger.error("Exception while trying to load campaign data: " + e.getLocalizedMessage(), e);

                alertService.addAlert(new Alert(Alert.Type.ERROR, this.getClass().getSimpleName(), Messages
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.