Subversion Repositories Integrator Subversion

Rev

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

Rev 195 Rev 428
Line 28... Line 28...
28
        Integer obterQuantidadeDeAtendimentos(Loja loja, Date dataInicial, Date dataFinal);
28
        Integer obterQuantidadeDeAtendimentos(Loja loja, Date dataInicial, Date dataFinal);
29
       
29
       
30
        Integer obterQuantidadeEstoque(Produto produto, Loja loja);
30
        Integer obterQuantidadeEstoque(Produto produto, Loja loja);
31
31
32
        Integer obterQuantidadeEstoqueModelosNaoFavoritos(String tipoProduto, Long sequencialLoja);
32
        Integer obterQuantidadeEstoqueModelosNaoFavoritos(String tipoProduto, Long sequencialLoja);
-
 
33
-
 
34
        void realizarContagem(ProdutoLoja produtoLoja);
33
       
35
       
34
}
36
}