Subversion Repositories Integrator Subversion

Rev

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

Rev 253 Rev 259
Line 1... Line 1...
1
package br.com.ec.repository;
1
package br.com.ec.repository;
2
2
3
import java.util.Date;
3
import java.util.Date;
4
4
5
import br.com.ec.core.generic.GenericRepository;
5
import br.com.ec.core.generic.GenericRepository;
6
import br.com.ec.domain.modal.AberturaLoja;
-
 
-
 
6
import br.com.ec.domain.model.AberturaLoja;
7
7
8
public interface AberturaLojaRepository extends GenericRepository<AberturaLoja> {
8
public interface AberturaLojaRepository extends GenericRepository<AberturaLoja> {
9
       
9
       
10
        Boolean verificarLojaAberta(Date data, Long sequencialLoja);
10
        Boolean verificarLojaAberta(Date data, Long sequencialLoja);
11
       
11