Uses of Class
br.gov.mj.frameworkprocessos.processo.exceptions.DocumentoSemArquivoCorrenteException

Packages that use DocumentoSemArquivoCorrenteException
br.gov.mj.frameworkprocessos.processo.ejb   
br.gov.mj.frameworkprocessos.processo.servicos   
 

Uses of DocumentoSemArquivoCorrenteException in br.gov.mj.frameworkprocessos.processo.ejb
 

Methods in br.gov.mj.frameworkprocessos.processo.ejb that throw DocumentoSemArquivoCorrenteException
 java.util.List<Tramite> ArquivoDelegate.enviarParaArquivoIntermediario(java.util.List<Tramite> listaTramites, Sessao sessao)
           
 java.util.List<Tramite> AbstractArquivoFacade.enviarParaArquivoIntermediario(java.util.List<Tramite> listaTramites, Sessao sessao)
           
 java.util.List ArquivoFacade.enviarParaArquivoIntermediario(java.util.List listaTramites, br.gov.mj.seguranca.pojo.Sessao sessao)
           
 

Uses of DocumentoSemArquivoCorrenteException in br.gov.mj.frameworkprocessos.processo.servicos
 

Methods in br.gov.mj.frameworkprocessos.processo.servicos that throw DocumentoSemArquivoCorrenteException
 java.util.List<Tramite> Arquivo.enviarParaArquivoIntermediario(java.util.List<Tramite> listaTramites, Sessao sessao)