Uses of Class
br.gov.mj.frameworkprocessos.pojo.Ambiente

Packages that use Ambiente
br.gov.mj.frameworkprocessos.pojo   
br.gov.mj.frameworkprocessos.pojo.base   
br.gov.mj.frameworkprocessos.pojo.dao   
br.gov.mj.frameworkprocessos.processo.ejb   
br.gov.mj.frameworkprocessos.processo.servicos   
 

Uses of Ambiente in br.gov.mj.frameworkprocessos.pojo
 

Methods in br.gov.mj.frameworkprocessos.pojo that return Ambiente
 Ambiente LocalizacaoDocumento.getAmbiente()
           
 

Methods in br.gov.mj.frameworkprocessos.pojo with parameters of type Ambiente
 void LocalizacaoDocumento.setAmbiente(Ambiente ambiente)
           
 

Constructors in br.gov.mj.frameworkprocessos.pojo with parameters of type Ambiente
Encaminhamento(java.lang.Integer _codigoEncaminhamento, Ambiente _ambienteDestino, Ambiente _ambienteOrigem, java.util.Date _dataInicioEncaminhamento, java.lang.Integer _codigoTramite, java.lang.String _nomeEstacaoRemetente, java.lang.String _situacaoEncaminhamento, java.lang.Integer _codigoDocumento)
          Constructor for required fields
PossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento, Ambiente _ambienteDestino, Ambiente _ambienteOrigem, java.lang.Boolean _indicaAtivo)
          Constructor for required fields
 

Uses of Ambiente in br.gov.mj.frameworkprocessos.pojo.base
 

Methods in br.gov.mj.frameworkprocessos.pojo.base that return Ambiente
 Ambiente BasePossivelEncaminhamento.getAmbienteDestino()
           
 Ambiente BaseEncaminhamento.getAmbienteDestino()
           
 Ambiente BasePossivelEncaminhamento.getAmbienteOrigem()
           
 Ambiente BaseEncaminhamento.getAmbienteOrigem()
           
 

Methods in br.gov.mj.frameworkprocessos.pojo.base with parameters of type Ambiente
 void BasePossivelEncaminhamento.setAmbienteDestino(Ambiente _ambienteDestino)
          Set the value related to the column: CodigoAmbienteDestino
 void BaseEncaminhamento.setAmbienteDestino(Ambiente _ambienteDestino)
          Set the value related to the column: CodigoAmbienteDestino
 void BasePossivelEncaminhamento.setAmbienteOrigem(Ambiente _ambienteOrigem)
          Set the value related to the column: CodigoAmbienteOrigem
 void BaseEncaminhamento.setAmbienteOrigem(Ambiente _ambienteOrigem)
          Set the value related to the column: CodigoAmbienteOrigem
 

Constructors in br.gov.mj.frameworkprocessos.pojo.base with parameters of type Ambiente
BaseEncaminhamento(java.lang.Integer _codigoEncaminhamento, Ambiente _ambienteDestino, Ambiente _ambienteOrigem, java.util.Date _dataInicioEncaminhamento, java.lang.Integer _codigoTramite, java.lang.String _nomeEstacaoRemetente, java.lang.String _situacaoEncaminhamento, java.lang.Integer _codigoDocumento)
          Constructor for required fields
BasePossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento, Ambiente _ambienteDestino, Ambiente _ambienteOrigem, java.lang.Boolean _indicaAtivo)
          Constructor for required fields
 

Uses of Ambiente in br.gov.mj.frameworkprocessos.pojo.dao
 

Methods in br.gov.mj.frameworkprocessos.pojo.dao that return Ambiente
 Ambiente AmbienteDAO.consultarPorPerfil(java.lang.Integer codigoPerfil)
           
 

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

Methods in br.gov.mj.frameworkprocessos.processo.ejb that return Ambiente
 Ambiente AmbienteFacade.getAmbiente(java.lang.Integer codigoAmbiente, br.gov.mj.seguranca.pojo.Sessao sessao)
           
 Ambiente AbstractAmbienteFacade.getAmbiente(java.lang.Integer codigoAmbiente, Sessao sessao)
           
 Ambiente AmbienteDelegate.getAmbiente(java.lang.Integer codigoAmbiente, Sessao sessao)
           
 

Methods in br.gov.mj.frameworkprocessos.processo.ejb that return types with arguments of type Ambiente
 java.util.List<Ambiente> AbstractAmbienteFacade.getAmbientes(java.lang.Integer codigoUnidadeTramite, java.lang.Boolean ativo, Sessao sessao)
           
 java.util.List<Ambiente> AmbienteDelegate.getAmbientes(java.lang.Integer codigoUnidadeTramite, java.lang.Boolean ativo, Sessao sessao)
           
 java.util.List<Ambiente> AbstractAmbienteFacade.getAmbientesPorUsuarioSistema(Sessao sessao, CodigoModuloSistema codigoModuloSistema)
           
 java.util.List<Ambiente> AmbienteDelegate.getAmbientesPorUsuarioSistema(Sessao sessao, CodigoModuloSistema codigoModuloSistema)
           
 

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

Methods in br.gov.mj.frameworkprocessos.processo.servicos that return Ambiente
 Ambiente Ambiente.getAmbiente(java.lang.Integer codigoAmbiente, Sessao sessao)
          Pesquisa um ambiente
 

Methods in br.gov.mj.frameworkprocessos.processo.servicos that return types with arguments of type Ambiente
 java.util.List<Ambiente> Ambiente.getAmbientes(java.lang.Integer codigoUnidadeTramite, java.lang.Boolean ativo, Sessao sessao)
          Pesquisa ambientes
 java.util.List<Ambiente> Ambiente.getAmbientesPorUsuarioSistema(Sessao sessao, CodigoModuloSistema codigoModuloSistema)
          Pesquisa os ambientes de um usuário por sistema.