Subversion Repositories Integrator Subversion

Rev

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

Rev 588 Rev 605
Line 7... Line 7...
7
7
8
public interface AlertasService extends GenericService<AlertasGeralDTO> {
8
public interface AlertasService extends GenericService<AlertasGeralDTO> {
9
9
10
        AlertasComprasDTO consultarAlertasComprasGeral(AlertasGeralDTO alertasGeralDTO);
10
        AlertasComprasDTO consultarAlertasComprasGeral(AlertasGeralDTO alertasGeralDTO);
11
11
12
        AlertasLogisticaComprasDTO consultarAlertasLogistica(Integer quantidadeDiasVendas, Integer quantidadeDiasParaAlerta,
-
 
13
                        Boolean adicionarModelosFavoritosSemVendas);
-
 
-
 
12
        AlertasLogisticaComprasDTO consultarAlertasLogistica(Integer quantidadeDiasVendas, Integer quantidadeDiasParaAlerta, Boolean adicionarModelosFavoritosSemVendas);
14
13
15
}
14
}