All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
protected void |
addCondition(GenericCondition condition,
List<GenericCondition> conditions) |
protected void |
afterSearch() |
protected void |
beforeSearch() |
protected GenericCondition |
createAdvancedSearchCondition(Query query,
GenericQuery genQuery) |
protected void |
createAndAddCondition(SearchParameterValue searchParameterValue,
List<GenericCondition> searchConditions,
GenericQuerySearchProvider.GenericConditionTranslatorContext context) |
protected GenericCondition |
createBlacklistCondition(Query query,
GenericQuery genQuery) |
List<GenericCondition> |
createConditions(Query query,
GenericQuery genQuery)
Creates the search conditions to be used when searching.
|
protected GenericCondition |
createExcludeItemsCondition(Collection<TypedObject> excludeItems) |
protected GenericCondition |
createObjectTemplateCondition(Query query) |
protected GenericSearchOrderBy |
createOrderBy(Query query) |
protected GenericCondition |
createSimpleSearchCondition(Query query,
GenericQuery genericQuery) |
protected ComposedType |
extractRootType(Collection<GenericSearchParameterDescriptor> activeParameters)
|
protected ComposedTypeModel |
extractRootTypeModel(Collection<GenericSearchParameterDescriptor> activeParameters) |
protected String |
getCollectionsPKList(List<ObjectCollection> collections) |
protected CommonI18NService |
getCommonI18NService() |
SearchType |
getDefaultRootType()
Gets the default root type - search result will contain items of this type.
|
protected FlexibleSearchService |
getFlexibleSearchService() |
protected GenericSearchService |
getGenericSearchService() |
ObjectCollectionService |
getObjectCollectionService() |
protected Set<ComposedTypeModel> |
getPermittedTypes(ComposedTypeModel rootType,
Set<SearchType> types,
boolean exludeSubTypes) |
protected Set<ComposedType> |
getPermittedTypes(ComposedType rootType,
Set<SearchType> types,
boolean exludeSubTypes)
|
protected Set<ObjectTemplate> |
getSelectedTemplates(Query query) |
protected Operator |
getSimpleOperator() |
protected TypeService |
getSlayerTypeService() |
TypeService |
getTypeService() |
protected boolean |
isEmpty_(GenericSearchParameterDescriptor descriptor,
Object value) |
protected BaseType |
matchObjectType(Item result)
|
protected BaseType |
matchObjectType(ItemModel result) |
protected Set<ItemTemplate> |
matchTemplates(Set<ObjectTemplate> templates) |
protected ExtendedSearchResult |
performQuery(Query query,
GenericQuery genQuery) |
FacetsResult |
queryFacets(ExtendedSearchResult result,
Set<Facet> facets)
Performs a facet query upon a existing search result.
|
ExtendedSearchResult |
search(Query query)
Performs a query.
|
void |
setCockpitTypeService(TypeService typeService) |
void |
setDefaultRootType(SearchType defaultRootType)
Sets the default root type.
|
void |
setModelService(ModelService modelService) |
protected List<ResultObject> |
wrapModelResults(List<Object> rawList) |
protected List<ResultObject> |
wrapResults(List<Object> rawList)
|