Class Filter
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.entities.filters.Filter
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.reportengines.table.dto",
createDecorator=true)
public class Filter
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsWildcard(String filterexp) getId()static booleanisAdvancedFilterExp(String filterexp) voidsetCaseSensitive(Boolean caseSensitive) voidsetExcludeRanges(List<FilterRange> excludeRanges) voidsetExcludeValues(List<String> excludeValues) voidvoidsetIncludeRanges(List<FilterRange> includeRanges) voidsetIncludeValues(List<String> includeValues) voidsetVersion(Long version) void
-
Constructor Details
-
Filter
public Filter()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
setIncludeValues
-
getIncludeValues
-
setExcludeValues
-
getExcludeValues
-
setIncludeRanges
-
getIncludeRanges
-
setExcludeRanges
-
getExcludeRanges
-
setCaseSensitive
-
isCaseSensitive
-
containsWildcard
-
isAdvancedFilterExp
-
verifyNumberFormat
- Throws:
ParseException
-