Uses of Interface
org.teamapps.universaldb.context.UserContext
-
Uses of UserContext in org.teamapps.universaldb.context
Classes in org.teamapps.universaldb.context that implement UserContext Modifier and Type Class Description classUserContextImplMethods in org.teamapps.universaldb.context that return UserContext Modifier and Type Method Description static UserContextUserContext. create(java.lang.String... rankedLanguages)static UserContextUserContext. create(java.util.List<java.lang.String> rankedLanguages)static UserContextUserContext. create(java.util.Locale locale)Methods in org.teamapps.universaldb.context with parameters of type UserContext Modifier and Type Method Description static java.util.Comparator<java.lang.String>UserContext. getOrCreateComparator(UserContext userContext, boolean ascending) -
Uses of UserContext in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>ColumnIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext)java.util.List<SortEntry>TableIndex. sortRecords(java.lang.String columnName, java.util.BitSet records, boolean ascending, UserContext userContext, SingleReferenceIndex... path) -
Uses of UserContext in org.teamapps.universaldb.index.binary
Methods in org.teamapps.universaldb.index.binary with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>BinaryIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.bool
Methods in org.teamapps.universaldb.index.bool with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>BooleanIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.file
Methods in org.teamapps.universaldb.index.file with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>FileIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.fileng
Methods in org.teamapps.universaldb.index.fileng with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>FileIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.numeric
Methods in org.teamapps.universaldb.index.numeric with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>DoubleIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext)java.util.List<SortEntry>FloatIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext)java.util.List<SortEntry>IntegerIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext)java.util.List<SortEntry>LongIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext)java.util.List<SortEntry>ShortIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.reference.multi
Methods in org.teamapps.universaldb.index.reference.multi with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>MultiReferenceIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.reference.single
Methods in org.teamapps.universaldb.index.reference.single with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>SingleReferenceIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.text
Methods in org.teamapps.universaldb.index.text that return UserContext Modifier and Type Method Description UserContextTextFilter. getUserContext()Methods in org.teamapps.universaldb.index.text with parameters of type UserContext Modifier and Type Method Description java.util.List<SortEntry>TextIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext)Constructors in org.teamapps.universaldb.index.text with parameters of type UserContext Constructor Description TextFieldFilter(TextFilterType filterType, java.lang.String fieldName, boolean translatableField, UserContext userContext, java.lang.String value)TextFilter(TextFilterType filterType, java.lang.String value, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.index.translation
Methods in org.teamapps.universaldb.index.translation with parameters of type UserContext Modifier and Type Method Description static TranslatableTextFilterTranslatableTextFilter. emptyFilter(UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. notEmptyFilter(UserContext userContext)java.util.List<SortEntry>TranslatableTextIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termContainsFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termContainsNotFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termEqualsFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termNotEqualsFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termNotSimilarFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termSimilarFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termStartsNotWithFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. termStartsWithFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. textByteLengthGreaterFilter(int size, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. textByteLengthSmallerFilter(int size, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. textEqualsFilter(java.lang.String value, UserContext userContext)static TranslatableTextFilterTranslatableTextFilter. textNotEqualsFilter(java.lang.String value, UserContext userContext)Constructors in org.teamapps.universaldb.index.translation with parameters of type UserContext Constructor Description TranslatableTextFieldFilter(TextFilterType filterType, java.lang.String fieldName, java.lang.String value, UserContext userContext)TranslatableTextFilter(TextFilterType filterType, java.lang.String value, UserContext userContext) -
Uses of UserContext in org.teamapps.universaldb.pojo
Methods in org.teamapps.universaldb.pojo with parameters of type UserContext Modifier and Type Method Description java.util.List<ENTITY>AbstractUdbQuery. execute(boolean deletedRecords, java.lang.String sortFieldName, boolean ascending, UserContext userContext, java.lang.String... path)java.util.List<ENTITY>AbstractUdbQuery. execute(int startIndex, int length, Sorting sorting, UserContext userContext)java.util.List<ENTITY>AbstractUdbQuery. execute(java.lang.String sortFieldName, boolean ascending, UserContext userContext, java.lang.String... path)static <ENTITY extends Entity>
java.util.List<ENTITY>AbstractUdbEntity. sort(TableIndex table, java.util.List<ENTITY> list, java.lang.String sortFieldName, boolean ascending, UserContext userContext, java.lang.String... path)static <ENTITY extends Entity>
java.util.List<ENTITY>AbstractUdbEntity. sort(TableIndex table, EntityBuilder<ENTITY> builder, java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, UserContext userContext, java.lang.String... path)