Package ecar.pojo

Examples of ecar.pojo.TipoFuncAcompTpfaPermiteAlterar


            if ( ( listaInferioresSessao != null ) && ( listaInferiores.size(  ) < listaInferioresSessao.size(  ) ) )
            {
                for ( Object objectSessao : listaInferioresSessao )
                {
                    boolean encontrou = false;
                    TipoFuncAcompTpfaPermiteAlterar tpFASessao = (TipoFuncAcompTpfaPermiteAlterar) objectSessao;

                    for ( Object object : listaInferiores )
                    {
                        TipoFuncAcompTpfaPermiteAlterar tpFA = (TipoFuncAcompTpfaPermiteAlterar) object;

                        if ( tpFA.getComp_id(  ).getCod_inferior_tpfapa(  ).getCodTpfa(  ).longValue(  ) == tpFASessao.getComp_id(  )
                                                                                                                          .getCod_inferior_tpfapa(  )
                                                                                                                          .getCodTpfa(  )
                                                                                                                          .longValue(  ) )
                        {
                            encontrou = true;

                            break;
                        }
                    }

                    if ( ! encontrou )
                    {
                        listaInferiores.add( tpFASessao );
                        tipoFuncAcomp.getTipoFuncAcompTpfasPermiteAlterarInferior(  ).add( tpFASessao );
                    }
                }
            }
        }

        //hierarquizados(listaInferiores, valores);
        for ( Object object : listaInferiores )
        {
            TipoFuncAcompTpfaPermiteAlterar tipo = (TipoFuncAcompTpfaPermiteAlterar) object;
            boolean permite = false;

            if ( valores != null )
            {
                for ( int i = 0; i < valores.length; i++ )
                {
                    if ( tipo.getComp_id(  ).getCod_inferior_tpfapa(  ).getCodTpfa(  ).longValue(  ) == Long.parseLong( valores[i] ) )
                    {
                        tipo.setPermiteAlterarParecer( "S" );
                        permite = true;
                    }
                }
            }

            if ( ! permite )
            {
                tipo.setPermiteAlterarParecer( "N" );
            }
        }

        if ( pegouSessao )
        {
View Full Code Here


    {
        boolean permite = false;

        for ( Object object : listaInferiores )
        {
            TipoFuncAcompTpfaPermiteAlterar tipo = (TipoFuncAcompTpfaPermiteAlterar) object;
            permite = false;

            if ( valores != null )
            {
                for ( int i = 0; i < valores.length; i++ )
                {
                    if ( tipo.getComp_id(  ).getCod_inferior_tpfapa(  ).getCodTpfa(  ).longValue(  ) == Long.parseLong( valores[i] ) )
                    {
                        tipo.setPermiteAlterarParecer( "S" );
                        permite = true;
                    }
                }
            }

            if ( ! permite )
            {
                if ( (
                             tipo.getComp_id(  ).getCod_inferior_tpfapa(  ).getTipoFuncAcompTpfasPermiteAlterarInferior(  ) != null
                          ) &&
                         (
                                 tipo.getComp_id(  ).getCod_inferior_tpfapa(  )
                                         .getTipoFuncAcompTpfasPermiteAlterarInferior(  ).size(  ) > 0
                              ) )
                {
                    if ( ! hierarquizados( tipo.getComp_id(  ).getCod_inferior_tpfapa(  )
                                                   .getTipoFuncAcompTpfasPermiteAlterarInferior(  ),
                                               valores ) )
                    {
                        tipo.setPermiteAlterarParecer( "N" );
                    } else
                    {
                        tipo.setPermiteAlterarParecer( "S" );
                        permite = true;
                    }
                } else
                {
                    tipo.setPermiteAlterarParecer( "N" );
                }
            }

/*                        TipoFuncAcompTpfaPermiteAlterar teste = new TipoFuncAcompTpfaPermiteAlterar();
                TipoFuncAcompTpfaPermiteAlterarPK pk = new TipoFuncAcompTpfaPermiteAlterarPK();
View Full Code Here

        if ( ( objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior(  ) != null ) &&
                 ( objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior(  ).size(  ) > 0 ) )
        {
            for ( Object obj : objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior(  ) )
            {
                TipoFuncAcompTpfaPermiteAlterar tipoFAPA = (TipoFuncAcompTpfaPermiteAlterar) obj;

                if ( tipoFAPA.getComp_id(  ).getCod_inferior_tpfapa(  ).getCodTpfa(  ).longValue(  ) == value.longValue(  ) )
                {
                    encontrouTPFA = true;

                    if ( "S".equalsIgnoreCase( tipoFAPA.getPermiteAlterarParecer(  ) ) )
                    {
                        retorno = true;
                    }
                }
            }
View Full Code Here

    boolean retorno = false;
    boolean encontrouTPFA = false;
   
    if(objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior() != null && objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior().size() > 0){
      for (Object obj : objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior()) {
        TipoFuncAcompTpfaPermiteAlterar tipoFAPA = (TipoFuncAcompTpfaPermiteAlterar) obj;
        if(tipoFAPA.getComp_id().getCod_inferior_tpfapa().getCodTpfa().longValue() == value.longValue()){
          encontrouTPFA = true;
          if("S".equalsIgnoreCase(tipoFAPA.getPermiteAlterarParecer())){
            retorno = true;
          }       
        }
      }
    }
   
    if(!encontrouTPFA){
      TipoFuncAcompTpfa tpFASuperior = new TipoFuncAcompTpfa();
      tpFASuperior.setCodTpfa(objetoAlt.getCodTpfa());
      TipoFuncAcompTpfa tpFAInferior = new TipoFuncAcompTpfa();
      tpFAInferior.setCodTpfa(value);
      TipoFuncAcompTpfaPermiteAlterarPK tpFAPK = new TipoFuncAcompTpfaPermiteAlterarPK();
      tpFAPK.setCod_inferior_tpfapa(tpFAInferior);
      tpFAPK.setCod_superior_tpfapa(tpFASuperior);
      TipoFuncAcompTpfaPermiteAlterar tpFAPA = new TipoFuncAcompTpfaPermiteAlterar();
      tpFAPA.setComp_id(tpFAPK);
      tpFAPA.setPermiteAlterarParecer("N");
      if(objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior() == null){
        objetoAlt.setTipoFuncAcompTpfasPermiteAlterarInferior(new HashSet());       
      }
      objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior().add(tpFAPA);
    }
View Full Code Here

              e.printStackTrace();
        }
           
        for (Object object : setTPFAPA) {
     
        TipoFuncAcompTpfaPermiteAlterar tipo = (TipoFuncAcompTpfaPermiteAlterar) object;
        listaEstruturas.add(tipo.getComp_id().getCod_superior_tpfapa());    
     
         }
    
     if(listaEstruturas.size() == 1){
       tpfaSuperior = ((TipoFuncAcompTpfa)listaEstruturas.get(0)).getTipoFuncAcompTpfa();
View Full Code Here

      for (Object object : setTPFAPA) {
     
        ItemEstUsutpfuacIettutfaPK chave = new ItemEstUsutpfuacIettutfaPK();
        ItemEstUsutpfuacIettutfa itemEstUsutpfuacIettutfa = null;
       
        TipoFuncAcompTpfaPermiteAlterar tipo = (TipoFuncAcompTpfaPermiteAlterar) object;
       
        try{
         
          chave.setCodIett(codIett);
          chave.setCodTpfa(tipo.getComp_id().getCod_superior_tpfapa().getCodTpfa());
    
          listaEstruturas.add((ItemEstUsutpfuacIettutfa) super.buscar(ItemEstUsutpfuacIettutfa.class, chave));
          //return (ItemEstUsutpfuacIettutfa) super.buscar(ItemEstUsutpfuacIettutfa.class, chave);
     
        } catch (ECARException e) {
View Full Code Here

TOP

Related Classes of ecar.pojo.TipoFuncAcompTpfaPermiteAlterar

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.