br.gov.mj.frameworkprocessos.pojo.dao
Class PessoaProcessoDAO

java.lang.Object
  extended by 
      extended by br.gov.mj.frameworkprocessos.pojo.dao.PessoaProcessoDAO

public class PessoaProcessoDAO
extends

Version:
1.0
Author:
Percilia Marino

Constructor Summary
PessoaProcessoDAO(SessionFactory sf)
           
 
Method Summary
 java.util.List<PessoaProcesso> consultarInteressadosPorDocumento(java.lang.Integer codigoDocumento)
           
 PessoaProcesso consultarPessoaNaoIdentificada()
           
 java.util.List<PessoaProcesso> consultarPessoasPorNomeCPFCNPJTipo(java.lang.String nome, java.lang.String cpf, java.lang.String cnpj, ProcessoUtil.TipoPessoa tipoPessoa)
           
 java.util.List<PessoaProcesso> consultarSolicitantesPorDocumento(java.lang.Integer codigoDocumento)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PessoaProcessoDAO

public PessoaProcessoDAO(SessionFactory sf)
Method Detail

consultarInteressadosPorDocumento

public java.util.List<PessoaProcesso> consultarInteressadosPorDocumento(java.lang.Integer codigoDocumento)
                                                                 throws DAOException
Throws:
DAOException

consultarSolicitantesPorDocumento

public java.util.List<PessoaProcesso> consultarSolicitantesPorDocumento(java.lang.Integer codigoDocumento)
                                                                 throws DAOException
Throws:
DAOException

consultarPessoaNaoIdentificada

public PessoaProcesso consultarPessoaNaoIdentificada()
                                              throws DAOException
Throws:
DAOException

consultarPessoasPorNomeCPFCNPJTipo

public java.util.List<PessoaProcesso> consultarPessoasPorNomeCPFCNPJTipo(java.lang.String nome,
                                                                         java.lang.String cpf,
                                                                         java.lang.String cnpj,
                                                                         ProcessoUtil.TipoPessoa tipoPessoa)
                                                                  throws DAOException
Throws:
DAOException