Package it.eng.spagobi.engines.config.dao

Examples of it.eng.spagobi.engines.config.dao.EngineDAOHibImpl


    else aBIObject.setVisible(new Integer(0));

    // set profiled visibility information
    aBIObject.setProfiledVisibility(hibBIObject.getProfiledVisibility());
    // set engine           
    aBIObject.setEngine(new EngineDAOHibImpl().toEngine(hibBIObject.getSbiEngines()));
    // set data source
    if (hibBIObject.getDataSource()!=null){
      aBIObject.setDataSourceId(new Integer(hibBIObject.getDataSource().getDsId()));
    }
    if (hibBIObject.getDataSet()!=null){
View Full Code Here

TOP

Related Classes of it.eng.spagobi.engines.config.dao.EngineDAOHibImpl

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.