Rev 515 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 515 | Rev 520 | ||
|---|---|---|---|
| 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 efetivarTransferencias(LogisticaDTO logisticaDTO); |
|
| 10 | 12 | ||
| 11 | void gerarTransferenciasAutomaticamenteAntigo(LogisticaDTO logisticaDTO); |
13 | void gerarTransferenciasAutomaticamenteAntigo(LogisticaDTO logisticaDTO); |
| 12 | 14 | ||
| 13 | /*
|
15 | /*
|
| 14 | List<Transferencia> consultarTransferencias(Loja loja);
|
16 | List<Transferencia> consultarTransferencias(Loja loja);
|