Subversion Repositories Integrator Subversion

Rev

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

Rev 528 Rev 530
Line 89... Line 89...
89
                this.temasDTO = temasDTO;
89
                this.temasDTO = temasDTO;
90
        }
90
        }
91
       
91
       
92
        /*************************************************/
92
        /*************************************************/
93
       
93
       
94
        public void prepararDetalhar(TemaEstampaDTO temaEstampaDTO) {
-
 
95
                super.preDetalhar(temaEstampaService.consultarPorId(new TemaEstampa(temaEstampaDTO.getSequencial())));
-
 
-
 
94
        public void prepararDetalhar(TemaEstampa temaEstampa) {
-
 
95
                super.preDetalhar(temaEstampaService.consultarPorId(temaEstampa));
96
        }
96
        }
97
       
97
       
98
        public void prepararAlterar(TemaEstampaDTO temaEstampaDTO) {
-
 
99
                super.preAlterar(temaEstampaService.consultarPorId(new TemaEstampa(temaEstampaDTO.getSequencial())));
-
 
-
 
98
        public void prepararAlterar(TemaEstampa temaEstampa) {
-
 
99
                super.preAlterar(temaEstampaService.consultarPorId(temaEstampa));
100
        }
100
        }
101
       
101
       
102
        public void consultarTemas() {
102
        public void consultarTemas() {
103
                setTemas(temaEstampaService.consultarTemasAtivos());
103
                setTemas(temaEstampaService.consultarTemasAtivos());
104
        }
104
        }