Package de.hybris.platform.cms2.cmsitems.service.impl
-
Class Summary Class Description DefaultFlexibleCMSItemSearchService The DefaultFlexibleCMSItemSearchService is aCMSItemSearchServiceimplementation that performs partial matching of the mask param on both UID and NAME fields, and exact matching on typeCode(s) and additional parameter fieldsDefaultFlexibleCMSItemSearchServiceIntegrationTest DefaultFlexibleCMSItemSearchServiceTest DefaultFlexibleSearchAttributeValueConverter Default implementation ofFlexibleSearchAttributeValueConverterPerforms conversion of the provided value to the value that is compatible with flexible search engine.DefaultSortStatementFormatter Default implementation ofSortStatementFormatterwhich wraps theSort.getParameter()value to follow the Flexible Search query syntax (e.g.ItemtypeSortStatementFormatter Since Itemtype is of typeComposedTypeModel, a customSortStatementFormatteris needed to sort the itemtype by code.StringSortStatementFormatter Attributes of typeStringare sorted by comparing the strings using their lower case representation.StringSortStatementFormatterTest