Examples of iGetNome()


Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

            for(Iterator it2 = colunas.iterator(); it2.hasNext();){
              ObjetoEstrutura atb = (ObjetoEstrutura) it2.next();
              String valor = "";
              //String valor = this.getValorAtributoItemEstrutura(iett, atb.iGetNome(), atb.iGetNomeFk());
             
              if("nivelPlanejamento".equals(atb.iGetNome())){
                String niveis = "";
                  if(iett.getItemEstruturaNivelIettns() != null && !iett.getItemEstruturaNivelIettns().isEmpty()){
                    Iterator itNiveis = iett.getItemEstruturaNivelIettns().iterator();
                    while(itNiveis.hasNext()){
                      SisAtributoSatb nivel = (SisAtributoSatb) itNiveis.next();
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

                if (informacaoIettSatb.length() > 0){
                  informacaoIettSatb = informacaoIettSatb.substring(0, informacaoIettSatb.length() - 2);
                }
                valor = informacaoIettSatb;
              } else {
                valor = this.getValorAtributoItemEstrutura(iett, atb.iGetNome(), atb.iGetNomeFk());
              }

             
              Date data = Data.parseDate(valor, "dd/MM/yyyy");
            if(data != null){ //� campo data!
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

      ItemEstruturaIett item = (ItemEstruturaIett) it.next();
     
      if(colunas != null && !colunas.isEmpty()){
        for(Iterator it2 = colunas.iterator(); it2.hasNext();){
          ObjetoEstrutura atb = (ObjetoEstrutura) it2.next();
          String valor = this.getValorAtributoItemEstrutura(item, atb.iGetNome(), atb.iGetNomeFk());
         
          if(valor != null){
            if(valor.length() > tam){
              tam = valor.length();
            }
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

        Iterator it = atributos.iterator();
      while(it.hasNext()) {
        ObjetoEstrutura element = (ObjetoEstrutura) it.next();
       
        // Verifica se o atritubo � "siglaIett".
        if (element.iGetNome().equals("siglaIett")) {
          // Verifica se o planejamento n�o est� bloqueado ou se, caso bloqueado, o campo n�o est�
          // bloqueado. Satisfeito estas condi��es, o atributo pode ser definido.
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario )  ) {
                if("".equals(Pagina.getParamStr(request, "siglaIett"))) {
                    itemEstrutura.setSiglaIett(null);
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

                  itemEstrutura.setSiglaIett(Pagina.getParamStr(request, "siglaIett"));
                }
          } else {
           
          }
        } else if (element.iGetNome().equals("nomeIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario) ) {
            itemEstrutura.setNomeIett(Pagina.getParamStr(request, "nomeIett"));
          }
        } else if (element.iGetNome().equals("descricaoIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario) ) {
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

          }
        } else if (element.iGetNome().equals("nomeIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario) ) {
            itemEstrutura.setNomeIett(Pagina.getParamStr(request, "nomeIett"));
          }
        } else if (element.iGetNome().equals("descricaoIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario) ) {
            itemEstrutura.setDescricaoIett(Pagina.getParamStr(request, "descricaoIett"));
          }
        } else if (element.iGetNome().equals("origemIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario )) {
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

          }
        } else if (element.iGetNome().equals("descricaoIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario) ) {
            itemEstrutura.setDescricaoIett(Pagina.getParamStr(request, "descricaoIett"));
          }
        } else if (element.iGetNome().equals("origemIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario )) {
            itemEstrutura.setOrigemIett(Pagina.getParamStr(request, "origemIett"));
          }
        } else if (element.iGetNome().equals("indAtivoIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario)) {
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

          }
        } else if (element.iGetNome().equals("origemIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario )) {
            itemEstrutura.setOrigemIett(Pagina.getParamStr(request, "origemIett"));
          }
        } else if (element.iGetNome().equals("indAtivoIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario)) {
            String indAtivo = Pagina.getParamStr(request, "indAtivoIett");
                if("".equals(indAtivo.trim())) {
                  indAtivo = "S";
                }
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

                if("".equals(indAtivo.trim())) {
                  indAtivo = "S";
                }
                itemEstrutura.setIndAtivoIett(indAtivo);
          }
        } else if (element.iGetNome().equals("indMonitoramentoIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario) ) {
              String indMonitoramento = Pagina.getParamStr(request, "indMonitoramentoIett");
              if("".equals(indMonitoramento.trim())) {
                indMonitoramento = "N";
              }
View Full Code Here

Examples of ecar.pojo.ObjetoEstrutura.iGetNome()

              if("".equals(indMonitoramento.trim())) {
                indMonitoramento = "N";
              }
              itemEstrutura.setIndMonitoramentoIett(indMonitoramento);
          }
        } else if (element.iGetNome().equals("indBloqPlanejamentoIett")) {
          if (!planejamentoBloqueado || (planejamentoBloqueado && !element.iGetBloqueado()) || podeEditarAtributoBloqueadoNaEstrutura(itemEstrutura, element, funcoesDoUsuario) ) {
              String indBloqPlanejamento = Pagina.getParamStr(request, "indBloqPlanejamentoIett");
              if("".equals(indBloqPlanejamento.trim())) {
                indBloqPlanejamento = "N";
              }
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.