br.gov.mj.frameworkprocessos.processo.ejb
Interface CaracteristicasDocumentoFacade


public interface CaracteristicasDocumentoFacade

Remote interface for CaracteristicasDocumentoFacade.

Version:
${version}
Author:
XDoclet

Method Summary
 AcaoTramite getAcaoTramite(java.lang.Integer codigoAcaoTramite)
           
 java.util.List getAcoesTramite(java.lang.Boolean ativo)
           
 Assunto getAssunto(java.lang.Integer codigoAssunto)
           
 java.util.List getAssuntos(java.lang.Boolean ativo)
           
 java.util.List getAssuntos(java.lang.Integer codigoTipoAssunto, java.lang.Boolean ativo)
           
 java.util.List getAssuntos(java.lang.String descricao, java.lang.Boolean ativo)
           
 Classe getClasse(java.lang.Integer codigoClasse)
           
 java.util.List getClasses(java.lang.Boolean ativo)
           
 DestinacaoFinal getDestinacaoFinal(java.lang.Integer codigoDestinacaoFinal)
           
 java.util.List getDestinacoesFinais(java.lang.Boolean ativo)
           
 Especie getEspecie(java.lang.Integer codigoEspecie)
           
 java.util.List getEspecies(java.lang.Boolean ativo)
           
 java.util.List getEspecies(java.lang.String descricao, java.lang.Boolean ativo)
           
 java.util.List getFilhosClasse(java.lang.Integer codigoClassePai)
           
 Genero getGenero(java.lang.Integer codigoGenero)
           
 java.util.List getGenero(java.lang.String descricao, java.lang.Boolean ativo)
           
 java.util.List getGeneros(java.lang.Boolean ativo)
           
 Natureza getNatureza(java.lang.Integer codigoNatureza)
           
 java.util.List getNatureza(java.lang.String descricao, java.lang.Boolean ativo)
           
 java.util.List getNaturezas(java.lang.Boolean ativo)
           
 java.util.List getRegrasTramite(java.lang.Boolean ativo)
           
 RegraTramite getRegraTramite(java.lang.Integer codigoRegraTramite)
           
 SituacaoTramite getSituacaoTramite(java.lang.Integer codigoSituacaoTramite)
           
 java.util.List getSituacoesTramite(java.lang.Boolean ativo)
           
 TipoProcesso getTipoProcesso(java.lang.Integer codigoTipoProcesso)
           
 java.util.List getTipoProcesso(java.lang.String descricao, java.lang.Boolean ativo)
           
 java.util.List getTiposAssuntos(java.lang.Integer codigoModuloSistema)
           
 java.util.List getTiposProcesso(java.lang.Boolean ativo)
           
 

Method Detail

getGeneros

java.util.List getGeneros(java.lang.Boolean ativo)
                          throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                 br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                 java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getGenero

Genero getGenero(java.lang.Integer codigoGenero)
                 throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                        br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                        GeneroNaoEncontradoException,
                        java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
GeneroNaoEncontradoException
java.rmi.RemoteException

getGenero

java.util.List getGenero(java.lang.String descricao,
                         java.lang.Boolean ativo)
                         throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getNaturezas

java.util.List getNaturezas(java.lang.Boolean ativo)
                            throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                   br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                   java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getNatureza

Natureza getNatureza(java.lang.Integer codigoNatureza)
                     throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                            br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                            NaturezaNaoEncontradaException,
                            java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
NaturezaNaoEncontradaException
java.rmi.RemoteException

getNatureza

java.util.List getNatureza(java.lang.String descricao,
                           java.lang.Boolean ativo)
                           throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                  br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                  java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getDestinacoesFinais

java.util.List getDestinacoesFinais(java.lang.Boolean ativo)
                                    throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                           br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                           java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getDestinacaoFinal

DestinacaoFinal getDestinacaoFinal(java.lang.Integer codigoDestinacaoFinal)
                                   throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                          br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                          DestinacaoFinalNaoEncontradaException,
                                          java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
DestinacaoFinalNaoEncontradaException
java.rmi.RemoteException

getClasses

java.util.List getClasses(java.lang.Boolean ativo)
                          throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                 br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                 java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getClasse

Classe getClasse(java.lang.Integer codigoClasse)
                 throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                        br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                        ClasseNaoEncontradaException,
                        java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
ClasseNaoEncontradaException
java.rmi.RemoteException

getFilhosClasse

java.util.List getFilhosClasse(java.lang.Integer codigoClassePai)
                               throws br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                      java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getEspecies

java.util.List getEspecies(java.lang.Boolean ativo)
                           throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                  br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                  java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getEspecie

Especie getEspecie(java.lang.Integer codigoEspecie)
                   throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                          br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                          EspecieNaoEncontradaException,
                          java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
EspecieNaoEncontradaException
java.rmi.RemoteException

getTiposProcesso

java.util.List getTiposProcesso(java.lang.Boolean ativo)
                                throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                       br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                       java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getTipoProcesso

TipoProcesso getTipoProcesso(java.lang.Integer codigoTipoProcesso)
                             throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                    br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                    TipoProcessoNaoEncontradoException,
                                    java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
TipoProcessoNaoEncontradoException
java.rmi.RemoteException

getTipoProcesso

java.util.List getTipoProcesso(java.lang.String descricao,
                               java.lang.Boolean ativo)
                               throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                      br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                      java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getAssuntos

java.util.List getAssuntos(java.lang.Boolean ativo)
                           throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                  br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                  java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getAssunto

Assunto getAssunto(java.lang.Integer codigoAssunto)
                   throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                          br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                          AssuntoNaoEncontradoException,
                          java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
AssuntoNaoEncontradoException
java.rmi.RemoteException

getSituacoesTramite

java.util.List getSituacoesTramite(java.lang.Boolean ativo)
                                   throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                          br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                          java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getSituacaoTramite

SituacaoTramite getSituacaoTramite(java.lang.Integer codigoSituacaoTramite)
                                   throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                          br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                          SituacaoTramiteNaoEncontradaException,
                                          java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
SituacaoTramiteNaoEncontradaException
java.rmi.RemoteException

getAcoesTramite

java.util.List getAcoesTramite(java.lang.Boolean ativo)
                               throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                      br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                      java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getAcaoTramite

AcaoTramite getAcaoTramite(java.lang.Integer codigoAcaoTramite)
                           throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                  br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                  AcaoTramiteNaoEncontradaException,
                                  java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
AcaoTramiteNaoEncontradaException
java.rmi.RemoteException

getRegrasTramite

java.util.List getRegrasTramite(java.lang.Boolean ativo)
                                throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                       br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                       java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getRegraTramite

RegraTramite getRegraTramite(java.lang.Integer codigoRegraTramite)
                             throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                    br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                    RegraTramiteNaoEncontradaException,
                                    java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
RegraTramiteNaoEncontradaException
java.rmi.RemoteException

getAssuntos

java.util.List getAssuntos(java.lang.String descricao,
                           java.lang.Boolean ativo)
                           throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                  br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                  java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getEspecies

java.util.List getEspecies(java.lang.String descricao,
                           java.lang.Boolean ativo)
                           throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                  br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                  java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getTiposAssuntos

java.util.List getTiposAssuntos(java.lang.Integer codigoModuloSistema)
                                throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                       br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                       java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException

getAssuntos

java.util.List getAssuntos(java.lang.Integer codigoTipoAssunto,
                           java.lang.Boolean ativo)
                           throws br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException,
                                  br.gov.mj.corporativo.servicos.exceptions.ErroInternoException,
                                  java.rmi.RemoteException
Throws:
br.gov.mj.corporativo.servicos.exceptions.ParametroInvalidoException
br.gov.mj.corporativo.servicos.exceptions.ErroInternoException
java.rmi.RemoteException