public abstract static class CollectionSearchQuery.SelectedEntries extends Object
Modifier and Type | Method and Description |
---|---|
static CollectionSearchQuery.AllDeselectedEntries |
deselectAll() |
List<DQL.DQLTerm> |
getDQLQueries() |
List<String> |
getFTQueries() |
List<CollectionSearchQuery.MultiColumnLookupKey> |
getLookupKeysMultiCol() |
List<CollectionSearchQuery.SingleColumnLookupKey> |
getLookupKeysSingleCol() |
CollectionSearchQuery.SelectMode |
getMode() |
Set<Integer> |
getNoteIds() |
static CollectionSearchQuery.AllSelectedEntries |
selectAll() |
public CollectionSearchQuery.SelectMode getMode()
public List<DQL.DQLTerm> getDQLQueries()
public List<CollectionSearchQuery.SingleColumnLookupKey> getLookupKeysSingleCol()
public List<CollectionSearchQuery.MultiColumnLookupKey> getLookupKeysMultiCol()
public static CollectionSearchQuery.AllSelectedEntries selectAll()
public static CollectionSearchQuery.AllDeselectedEntries deselectAll()
Copyright © 2019–2021 HCL. All rights reserved.