Uses of Interface
org.teamapps.data.value.DataRecord
| Package | Description |
|---|---|
| org.teamapps.data.value | |
| org.teamapps.data.value.filter |
-
Uses of DataRecord in org.teamapps.data.value
Subinterfaces of DataRecord in org.teamapps.data.value Modifier and Type Interface Description interfaceMutableDataRecordDeprecated.will get removed soonClasses in org.teamapps.data.value that implement DataRecord Modifier and Type Class Description classSimpleDataRecordDeprecated.will be removed soonConstructors in org.teamapps.data.value with parameters of type DataRecord Constructor Description SimpleDataRecord(DataRecord record)Deprecated. -
Uses of DataRecord in org.teamapps.data.value.filter
Methods in org.teamapps.data.value.filter with type parameters of type DataRecord Modifier and Type Method Description static <T extends DataRecord>
java.util.List<T>Filter. filterRecords(java.util.List<T> records, Filter filter)static <T extends DataRecord>
java.util.List<T>Filter. limitRecords(java.util.List<T> records, Limit limit)static <T extends DataRecord>
java.util.List<T>Filter. queryRecords(java.util.List<T> records, Filter query, Sorting sorting, Limit limit)static <T extends DataRecord>
java.util.List<T>Filter. sortRecords(java.util.List<T> records, Sorting sorting)Methods in org.teamapps.data.value.filter with parameters of type DataRecord Modifier and Type Method Description static java.lang.StringFilter. extractString(DataRecord o, java.lang.String fieldName)booleanAllMatchingFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanAndFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanBooleanFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)default booleanFilter. matches(DataRecord record)booleanFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanFullTextFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanIdValueFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanNumericFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanNumericRangeFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanOrFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)booleanTextFilter. matches(DataRecord record, boolean treatNullAsDefaultValue)