Package ecar.dao

Examples of ecar.dao.LocalItemDao.buscar()


    final Long LOCAL_ITEM_ESTADO = 407L;

    ArrayList<Long> listaExercicioPK = new ArrayList<Long>();   
    Double qtde = new Double(0D)
    try {
      LocalItemLit localChave = (LocalItemLit)localDao.buscar( LocalItemLit.class ,  codLitl );
     
      for (Iterator iter = listaExercicios.iterator(); iter.hasNext();) {
        ExercicioExe exe = (ExercicioExe) iter.next();
        listaExercicioPK.add( exe.getCodExe() );
      }
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.