Package ecar.pojo

Examples of ecar.pojo.Cor


      s.append("        -->");
     
      PontocriticoCorPtccor ptcCor = null;
      ConfigMailCfgm configMailVencto = (ConfigMailCfgm) new ConfigMailCfgmDAO(getRequest()).buscar(ConfigMailCfgm.class, Dominios.CFG_MAIL_VENCIMENTO_LIMITE_PONTO_CRITICO);
      List setCores = new CorDao(getRequest()).listar(Cor.class, new String[]{"ordemCor","asc"});
      Cor cor = null;
      PontocriticoCorPtccorPK id = null;
      Iterator itCores = null;
      if (setCores != null)
        itCores = setCores.iterator();
     
      String imagePath = "";
      CorDao cDao = new CorDao(getRequest());
     
      while (itCores.hasNext())
      {
        cor = (Cor) itCores.next();      
        id = new PontocriticoCorPtccorPK(getPontoCriticoPtc().getCodPtc(), cor.getCodCor());
        ptcCor = (PontocriticoCorPtccor)new PontocriticoCorPtccorDAO(getRequest()).buscar(cor, getPontoCriticoPtc());
       
        if(cor.getIndPontoCriticoCor().equals("S")){
          s.append("<tr>");
          s.append("<td valign=\"middle\"  class=\"form_label\" align=\"center\">");
          // Por Rog�rio (06/03/2007)
          // Modificada a forma de obten��o da imagem.
          // Referente ao Mantis #7442
          imagePath = cDao.getImagemPersonalizada(cor, null, null);
          if( imagePath != null ) {
           
               String hashNomeArquivo = null;
               UsuarioUsu usuarioImagem = null;
              
               String pathRaiz = new ecar.dao.ConfiguracaoDao(request).getConfiguracao().getRaizUpload();
               imagePath = imagePath.substring(pathRaiz.length());
           
               hashNomeArquivo = Util.calcularHashNomeArquivo(pathRaiz, imagePath);
            usuarioImagem = ((ecar.login.SegurancaECAR)request.getSession().getAttribute("seguranca")).getUsuario()
            Util.adicionarMapArquivosAtuaisUsuarios(usuarioImagem, hashNomeArquivo, pathRaiz, imagePath);
           
            /* -- As tags do CSS "max-width" e "max-height" n�o funcionam no IE6 ou menor -- */
              s.append("<img border=\"0\" src=\""+getRequest().getContextPath()+"/DownloadFile?tipo=open&RemoteFile="+hashNomeArquivo+"\" title=\""+cor.getSignificadoCor()+"\">");
          } else {
            if( cor.getCodCor() != null ) {
              s.append("<img src=\"../../images/pc"+cor.getNomeCor()+"1.png\" title=\""+cor.getSignificadoCor()+"\">");
            }
          }
          s.append("</td>");
          s.append("<td valign=\"middle\" class=\"form_label\" align=\"center\">");
         
          s.append("  <input type=\"text\" onkeypress=\"javascript:return(digitaNumero(this, event));\" maxlength=\"5\" name=\"ant_"+cor.getCodCor()+"\" id=\"ant_"+cor.getCodCor()+"\" value=\""+Pagina.trocaNull(ptcCor.getAntecedenciaPrimEmailPtccor())+"\" size=\"4\" "+ (getBloquearCampo() ? "disabled":"") + " >");
          if ( !getBloquearCampo()) { 
            //s.append("<img class=\"posicao\" title=\"Selecione a data\" src=\"../../images/icone_calendar.gif\" onclick=\"alert ('teste');open_calendar('difDias', document.forms[0].ant_"+cor.getCodCor()+", document.forms[0].dataLimitePtc.value)\">");             
            s.append("<img class=\"posicao\" title=\"Selecione a data\" src=\"../../images/icone_calendar.gif\" onclick=\"javascript:return(validarCampo('difDias',document.forms[0].ant_"+cor.getCodCor()+", document.forms[0].ativo_"+cor.getCodCor()+"));\">");
          }
          s.append("</td>");
          s.append("<td valign=\"middle\" class=\"form_label\" align=\"center\">");
          s.append("<input type=\"text\" onkeypress=\"javascript:return(digitaNumero(this, event));\" maxlength=\"5\" name=\"freq_"+cor.getCodCor()+"\" id=\"freq_"+cor.getCodCor()+"\" value=\""+Pagina.trocaNull(ptcCor.getFrequenciaEnvioEmailPtccor())+"\" size=\"4\" " + (getBloquearCampo() ? "disabled":"") + ">");
          s.append("</td>");
          s.append("<td valign=\"middle\" class=\"form_label\" align=\"center\">");
          s.append("<input type=\"checkBox\" class=\"form_check_radio\" value=\"S\" name=\"ativo_"+cor.getCodCor()+"\" id=\"ativo_"+cor.getCodCor()+"\"   onclick=\"validaPontoCritico("+cor.getCodCor()+");\"  ");

          if (!"N".equals(ptcCor.getIndAtivoEnvioEmailPtccor()) && getNovoPontoCritico() == false) {
            s.append(" checked");
          }

View Full Code Here


      }
    }
     
     
     
      Cor corFiltro = new Cor();
    corFiltro.setIndIndicadoresFisicosCor("S");
     
      Iterator itCores = new CorDao(request).pesquisar(corFiltro, new String[]{"ordemCor","asc"}).iterator();
     
      while (itCores.hasNext()){
        Cor cor = (Cor) itCores.next();
        if (!list.contains(cor)){
          list.add(cor);
        }
      }
     
View Full Code Here

              }
             
                
              List<Long> listCodCores = new ArrayList<Long>();
              for (Iterator iter = listCores.iterator(); iter.hasNext();) {
                Cor cor = (Cor) iter.next();
                listCodCores.add(cor.getCodCor());
              }
             
              if(listCodCores != null && listCodCores.size() > 0){
                // listar ARIs conforme as cores passadas como par�metro
                queryItens.setParameterList("cores", listCodCores);
View Full Code Here

        public int compare(Object arg1, Object arg2) {
         
          AcompRelatorioArel arel1 = (AcompRelatorioArel) arg1;
          AcompRelatorioArel arel2 = (AcompRelatorioArel) arg2;
         
          Cor cor1 = arel1.getCor();
          Cor cor2 = arel2.getCor();
         
          if(cor1 == null && cor2 == null)
            return 0;
          if(cor1 != null && cor2 == null)
            return 1;
          if(cor1 == null && cor2 != null)
            return -1;
         
          return cor1.getOrdemCor().compareTo(cor2.getOrdemCor());
        }
         
        });

        ordenarArelsPorIettsConfigurados(lista);
       
    }
    //opcaoModelo == RELATORIO_SITUACAO_ESPECIFICO os itens s�o s� de 1 situa��o, s� ordeno por �rg�o.
    else if(RELATORIO_SITUACAO_ESPECIFICO.equals(opcaoModelo)){

      ordenarArelsPorIettsConfigurados(lista);
       
      Collections.sort(lista, new Comparator(){
        public int compare(Object arg1, Object arg2) {
         
          AcompRelatorioArel arel1 = (AcompRelatorioArel) arg1;
          AcompRelatorioArel arel2 = (AcompRelatorioArel) arg2;
         
          OrgaoOrg org1 = arel1.getAcompReferenciaItemAri().getItemEstruturaIett().getOrgaoOrgByCodOrgaoResponsavel1Iett();
          OrgaoOrg org2 = arel2.getAcompReferenciaItemAri().getItemEstruturaIett().getOrgaoOrgByCodOrgaoResponsavel1Iett();
         
          if(org1 == null && org2 == null)
            return 0;
          if(org1 != null && org2 == null)
            return 1;
          if(org1 == null && org2 != null)
            return -1;
         
          return org1.getSiglaOrg().compareTo(org2.getSiglaOrg());
        }
         
        });
    }
    // Se opcaoModelo == RELATORIO_SITUACAO, primeiro ordeno por �rg�o e depois por situa��o para ficar ordenado por "Situa��o e Org�o".
    else if(RELATORIO_SITUACAO.equals(opcaoModelo)){
        //Situa��o e �rg�o

      ordenarArelsPorIettsConfigurados(lista);

      Collections.sort(lista, new Comparator(){
        public int compare(Object arg1, Object arg2) {
         
          AcompRelatorioArel arel1 = (AcompRelatorioArel) arg1;
          AcompRelatorioArel arel2 = (AcompRelatorioArel) arg2;
         
          OrgaoOrg org1 = arel1.getAcompReferenciaItemAri().getItemEstruturaIett().getOrgaoOrgByCodOrgaoResponsavel1Iett();
          OrgaoOrg org2 = arel2.getAcompReferenciaItemAri().getItemEstruturaIett().getOrgaoOrgByCodOrgaoResponsavel1Iett();
         
          if(org1 == null && org2 == null)
            return 0;
          if(org1 != null && org2 == null)
            return 1;
          if(org1 == null && org2 != null)
            return -1;
         
          return org1.getSiglaOrg().compareTo(org2.getSiglaOrg());
        }
         
        });

        Collections.sort(lista, new Comparator(){
        public int compare(Object arg1, Object arg2) {
         
          AcompRelatorioArel arel1 = (AcompRelatorioArel) arg1;
          AcompRelatorioArel arel2 = (AcompRelatorioArel) arg2;
         
          Cor cor1 = arel1.getCor();
          Cor cor2 = arel2.getCor();
         
          if(cor1 == null && cor2 == null)
            return 0;
          if(cor1 != null && cor2 == null)
            return 1;
          if(cor1 == null && cor2 != null)
            return -1;
         
          return cor1.getOrdemCor().compareTo(cor2.getOrdemCor());
        }
         
        });
      }
    //Se opcaoModelo == RELATORIO_ESTRUTURA, ordeno os itens conforme estiver configurado para ordenar.
View Full Code Here

   * @throws ECARException
   */
  public void setPontoCriticoCor(HttpServletRequest request, PontoCriticoPtc pontoCritico) throws ECARException {
    PontocriticoCorPtccor ptcCor = null;
    List setCores = new CorDao(request).listar(Cor.class, new String[] { "ordemCor", "asc" });
    Cor cor = null;
    Iterator itCores = null;
    if (setCores != null)
      itCores = setCores.iterator();
    while (itCores.hasNext()) {
      cor = (Cor) itCores.next();
      ptcCor = new PontocriticoCorPtccor();
      ptcCor.setCor(cor);
      ptcCor.setPontoCriticoPtc(pontoCritico);
      if(request.getParameter("ant_" + cor.getCodCor() )!=null && !"".equals(request.getParameter("ant_" + cor.getCodCor() ))){
        ptcCor.setAntecedenciaPrimEmailPtccor(Integer.valueOf(Pagina.getParamInt(request, "ant_" + cor.getCodCor())));
      }
      if(request.getParameter("freq_" + cor.getCodCor())!=null && !"".equals(request.getParameter("freq_" + cor.getCodCor()))){
        ptcCor.setFrequenciaEnvioEmailPtccor(Integer.valueOf(Pagina.getParamInt(request, "freq_" + cor.getCodCor())));
      }
     
      ptcCor.setIndAtivoEnvioEmailPtccor("S".equals(Pagina.getParamStr(request, "ativo_" + cor.getCodCor()).trim()) ? "S" : "N");
      if (pontoCritico.getPontoCriticoCorPtccores() == null)
        pontoCritico.setPontoCriticoCorPtccores(new HashSet());
      pontoCritico.getPontoCriticoCorPtccores().add(ptcCor);
    }
  }
View Full Code Here

TOP

Related Classes of ecar.pojo.Cor

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.