Subversion Repositories Integrator Subversion

Rev

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

Rev 582 Rev 588
Line 2... Line 2...
2
2
3
import br.com.ec.core.generic.GenericService;
3
import br.com.ec.core.generic.GenericService;
-
 
4
import br.com.ec.domain.dto.AlertasComprasDTO;
4
import br.com.ec.domain.dto.AlertasGeralDTO;
5
import br.com.ec.domain.dto.AlertasGeralDTO;
-
 
6
import br.com.ec.domain.dto.AlertasLogisticaComprasDTO;
5
7
6
public interface AlertasService extends GenericService<AlertasGeralDTO> {
8
public interface AlertasService extends GenericService<AlertasGeralDTO> {
7
9
8
        AlertasGeralDTO consultarAlertasComprasGeral(AlertasGeralDTO alertasGeralDTO);
-
 
-
 
10
        AlertasComprasDTO consultarAlertasComprasGeral(AlertasGeralDTO alertasGeralDTO);
-
 
11
-
 
12
        AlertasLogisticaComprasDTO consultarAlertasLogistica(Integer quantidadeDiasVendas, Integer quantidadeDiasParaAlerta,
-
 
13
                        Boolean adicionarModelosFavoritosSemVendas);
9
14
10
}
15
}