Package it.eng.spagobi.behaviouralmodel.check.dao

Examples of it.eng.spagobi.behaviouralmodel.check.dao.CheckDAOHibImpl


    }
    aParameterUse.setManualInput(hibParUse.getManualInput());

    Set hibParUseCheks = hibParUse.getSbiParuseCks();
    SbiParuseCk aSbiParuseCk = null;
    CheckDAOHibImpl checkDAOHibImpl = new CheckDAOHibImpl();
    Check tmpCheck = null;

    List checkList = new ArrayList();
    for (Iterator itParUseCk = hibParUseCheks.iterator(); itParUseCk.hasNext();){
      aSbiParuseCk = (SbiParuseCk)itParUseCk.next();
      tmpCheck = checkDAOHibImpl.toCheck(aSbiParuseCk.getId().getSbiChecks());
      checkList.add(tmpCheck);
    }


    Set hibParUseDets = hibParUse.getSbiParuseDets();
View Full Code Here

TOP

Related Classes of it.eng.spagobi.behaviouralmodel.check.dao.CheckDAOHibImpl

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.