Package com.tensegrity.wpalo.server.childloader.reportstructure

Examples of com.tensegrity.wpalo.server.childloader.reportstructure.ReportFolderLoader


    childLoaders.add(new DatabaseLoader());
    childLoaders.add(new HierarchyLoader());
    childLoaders.add(new SubsetLoader());
    childLoaders.add(new NodeChildLoader());
    childLoaders.add(new AdminChildLoader());
    childLoaders.add(new ReportFolderLoader());
    childLoaders.add(new AccountConnectionChildLoader());
    childLoaders.add(new ModellerChildLoader());
    childLoaders.add(new ApplicationLoader());
    childLoaders.add(new ApplicationTemplateLoader());
    elNodeLoader = new ElementNodeLoader();
View Full Code Here

TOP

Related Classes of com.tensegrity.wpalo.server.childloader.reportstructure.ReportFolderLoader

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.