Interface BibliotecaDao
- All Known Implementing Classes:
BibliotecaDaoImpl
-
Method Summary
Modifier and TypeMethodDescriptionBibliotecaArquivoaddArquivo(Biblioteca biblioteca, Arquivo arquivo) List<Arquivo> getArquivos(BibliotecaArquivoFilter filter) List<Arquivo> getArquivos(BibliotecaArquivoFilter filter, int offset, int limit) BibliotecagetBibliotecaPorSigla(String sigla) List<Biblioteca> getBibliotecaPorTipo(TipoBiblioteca tipo) booleanisSiglaEmUso(String sigla) booleanisSiglaEmUso(String sigla, Long excluideId) voidremoverArquivo(Integer fileId) intremoverArquivos(Collection<Integer> filesId)
-
Method Details
-
isSiglaEmUso
-
isSiglaEmUso
-
getBibliotecaPorSigla
-
getBibliotecaPorTipo
-
addArquivo
BibliotecaArquivo addArquivo(Biblioteca biblioteca, Arquivo arquivo) -
getArquivos
-
getArquivos
-
getArquivosCount
-
removerArquivos
-
removerArquivo
-