Subversion Repositories Integrator Subversion

Rev

Rev 414 | Rev 446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 414 Rev 425
Line 141... Line 141...
141
                        public StreamedContent execute() {
141
                        public StreamedContent execute() {
142
                                return notaFiscalService.gerarDanfeNfe(getEntidade().getSequencial());
142
                                return notaFiscalService.gerarDanfeNfe(getEntidade().getSequencial());
143
                        }
143
                        }
144
                });
144
                });
145
                */
145
                */
-
 
146
        }
-
 
147
       
-
 
148
        public void emitirDanfeNfeTeste() {
-
 
149
                Long sequencialNotaFiscal = new Long(168722);
-
 
150
                setDanfeNfe(notaFiscalService.gerarDanfeNfe(sequencialNotaFiscal));
146
        }
151
        }
147
       
152
       
148
        /*
153
        /*
149
         private StreamedContent chart;
154
         private StreamedContent chart;
150
         public StreamedContent getChart() {
155
         public StreamedContent getChart() {