Subversion Repositories Integrator Subversion

Rev

Rev 265 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 265 Rev 299
Line 7... Line 7...
7
import br.com.ec.domain.model.Pessoa;
7
import br.com.ec.domain.model.Pessoa;
8
8
9
public interface PessoaRepository extends GenericRepository<Pessoa> {
9
public interface PessoaRepository extends GenericRepository<Pessoa> {
10
10
11
        List<PessoaDTO> consultarPessoasJuridicas(String cnpj);
11
        List<PessoaDTO> consultarPessoasJuridicas(String cnpj);
-
 
12
-
 
13
        Pessoa consultarPessoaPorCpfOuCpnj(String cpfCnpj);
-
 
14
-
 
15
        Pessoa detalharPessoa(Long sequencialPessoa);
12
       
16
       
13
        /*
17
        /*
14
        Pessoa detalharPessoa(Pessoa pessoa);
18
        Pessoa detalharPessoa(Pessoa pessoa);
15

19

16
        List<Pessoa> consultarPessoasJuridicas();
20
        List<Pessoa> consultarPessoasJuridicas();