Class DefaultGenericSearchService
java.lang.Object
de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.genericsearch.impl.DefaultGenericSearchService
- All Implemented Interfaces:
GenericSearchService,Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
Default implementation of
GenericSearchService- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
AbstractService.SerializableDTO -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.since 2205static final StringDeprecated.since 2205Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigurationServicesearch(GenericQuery query) Initiates a search with the givenGenericQueryobject.search(GenericSearchQuery genericSearchQuery) Initiates a search with the givenGenericSearchQueryobject.voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetConfigurationService(ConfigurationService configurationService) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetSessionService(SessionService sessionService) voidsetTypeService(TypeService typeService) Methods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplace
-
Field Details
-
GENERIC_SEARCH_READ_REPLICA_TYPE_CODES_EXCLUDE
@Deprecated(since="2205", forRemoval=false) public static final String GENERIC_SEARCH_READ_REPLICA_TYPE_CODES_EXCLUDEDeprecated.since 2205- See Also:
-
GENERIC_SEARCH_READ_REPLICA_ENABLED
@Deprecated(since="2205", forRemoval=false) public static final String GENERIC_SEARCH_READ_REPLICA_ENABLEDDeprecated.since 2205- See Also:
-
-
Constructor Details
-
DefaultGenericSearchService
public DefaultGenericSearchService()
-
-
Method Details
-
search
Initiates a search with the givenGenericQueryobject.- Specified by:
searchin interfaceGenericSearchService- Parameters:
query- A GenericQuery instance that specifies your search query.- Returns:
- the search result< t>
-
search
Initiates a search with the givenGenericSearchQueryobject.- Specified by:
searchin interfaceGenericSearchService- Parameters:
genericSearchQuery- A GenericSearchQuery instance that specifies your search query and search parameters.- Returns:
- the search result< t>
-
setCommonI18NService
-
setSessionService
-
setFlexibleSearchService
-
setTypeService
-
getConfigurationService
-
setConfigurationService
-