Interface BibliotecaArquivoFilter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BibliotecaArquivoFilterImpl
-
Method Summary
Modifier and TypeMethodDescriptionaddOrderBy(String propertyId) addOrderBy(String propertyId, boolean asc) fromLibraryId(Long libraryId) fromLibraryKey(String libraryKey) withFileCreateDateEnd(Date date) withFileCreateDateStart(Date date) withNameEqual(String name) withNameLike(String name)
-
Method Details
-
fromLibraryId
-
getLibraryId
Long getLibraryId() -
fromLibraryKey
-
getLibraryKey
String getLibraryKey() -
withFileCreateDateStart
-
getFileCreateDateStart
Date getFileCreateDateStart() -
withFileCreateDateEnd
-
getFileCreateDateEnd
Date getFileCreateDateEnd() -
withNameLike
-
getNameLike
String getNameLike() -
withNameEqual
-
getNameEqual
String getNameEqual() -
getOrderByDefinition
-
cleanOrderByDefinition
BibliotecaArquivoFilter cleanOrderByDefinition() -
addOrderBy
-
addOrderBy
-