Rev 591 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 591 | Rev 594 | ||
|---|---|---|---|
| Line 202... | Line 202... | ||
| 202 | loja.setSequencial(new Long(getParametro("sequencialLoja").toString())); |
202 | loja.setSequencial(new Long(getParametro("sequencialLoja").toString())); |
| 203 | entidade.setLoja(lojaService.consultarPorId(loja)); |
203 | entidade.setLoja(lojaService.consultarPorId(loja)); |
| 204 | }
|
204 | }
|
| 205 | setSenhaUsuario(""); |
205 | setSenhaUsuario(""); |
| 206 | this.setTipoPeriodoConsulta(TipoPeriodoConsulta.MES_ATUAL.getValor()); |
206 | this.setTipoPeriodoConsulta(TipoPeriodoConsulta.MES_ATUAL.getValor()); |
| - | 207 | atualizarPeriodo(); |
|
| 207 | }
|
208 | }
|
| 208 | 209 | ||
| 209 | @Override |
210 | @Override |
| 210 | public GenericService<ControleTrafego> getService() { |
211 | public GenericService<ControleTrafego> getService() { |
| 211 | return controleTrafegoService; |
212 | return controleTrafegoService; |