Rev 507 | Rev 520 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 507 | Rev 515 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | import br.com.ec.domain.model.Transferencia; |
5 | import br.com.ec.domain.model.Transferencia; |
| 6 | 6 | ||
| 7 | public interface TransferenciaService extends GenericService<Transferencia> { |
7 | public interface TransferenciaService extends GenericService<Transferencia> { |
| 8 | 8 | ||
| 9 | void gerarTransferenciasAutomaticamente(LogisticaDTO logisticaDTO); |
9 | void gerarTransferenciasAutomaticamente(LogisticaDTO logisticaDTO); |
| - | 10 | ||
| - | 11 | void gerarTransferenciasAutomaticamenteAntigo(LogisticaDTO logisticaDTO); |
|
| 10 | 12 | ||
| 11 | /*
|
13 | /*
|
| 12 | List<Transferencia> consultarTransferencias(Loja loja);
|
14 | List<Transferencia> consultarTransferencias(Loja loja);
|
| 13 | 15 | ||
| 14 | Transferencia detalharTransferencia(Transferencia transferencia);
|
16 | Transferencia detalharTransferencia(Transferencia transferencia);
|