All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
protected void |
addCondition(GenericCondition condition,
java.util.List<GenericCondition> conditions) |
protected void |
afterSearch() |
protected void |
beforeSearch() |
protected GenericCondition |
createAdvancedSearchCondition(Query query,
GenericQuery genQuery) |
protected void |
createAndAddCondition(SearchParameterValue searchParameterValue,
java.util.List<GenericCondition> searchConditions,
GenericQuerySearchProvider.GenericConditionTranslatorContext context) |
protected GenericCondition |
createBlacklistCondition(Query query,
GenericQuery genQuery) |
java.util.List<GenericCondition> |
createConditions(Query query,
GenericQuery genQuery)
Creates the search conditions to be used when searching.
|
protected GenericCondition |
createExcludeItemsCondition(java.util.Collection<TypedObject> excludeItems) |
protected GenericCondition |
createObjectTemplateCondition(Query query) |
protected GenericSearchOrderBy |
createOrderBy(Query query) |
protected GenericCondition |
createSimpleSearchCondition(Query query,
GenericQuery genericQuery) |
protected ComposedType |
extractRootType(java.util.Collection<GenericSearchParameterDescriptor> activeParameters)
|
protected ComposedTypeModel |
extractRootTypeModel(java.util.Collection<GenericSearchParameterDescriptor> activeParameters) |
protected java.lang.String |
getCollectionsPKList(java.util.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 java.util.Set<ComposedTypeModel> |
getPermittedTypes(ComposedTypeModel rootType,
java.util.Set<SearchType> types,
boolean exludeSubTypes) |
protected java.util.Set<ComposedType> |
getPermittedTypes(ComposedType rootType,
java.util.Set<SearchType> types,
boolean exludeSubTypes)
|
protected java.util.Set<ObjectTemplate> |
getSelectedTemplates(Query query) |
protected Operator |
getSimpleOperator() |
protected TypeService |
getSlayerTypeService() |
TypeService |
getTypeService() |
protected boolean |
isEmpty_(GenericSearchParameterDescriptor descriptor,
java.lang.Object value) |
protected BaseType |
matchObjectType(Item result)
|
protected BaseType |
matchObjectType(ItemModel result) |
protected java.util.Set<ItemTemplate> |
matchTemplates(java.util.Set<ObjectTemplate> templates) |
protected ExtendedSearchResult |
performQuery(Query query,
GenericQuery genQuery) |
FacetsResult |
queryFacets(ExtendedSearchResult result,
java.util.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 java.util.List<ResultObject> |
wrapModelResults(java.util.List<java.lang.Object> rawList) |
protected java.util.List<ResultObject> |
wrapResults(java.util.List<java.lang.Object> rawList)
|