Uses of Interface
de.hybris.platform.cms2.cmsitems.service.CMSItemSearchService
-
Packages that use CMSItemSearchService Package Description de.hybris.platform.cms2.cmsitems.service.impl de.hybris.platform.cmsfacades.cmsitems.impl de.hybris.platform.cmsfacades.cmsitems.validator -
-
Uses of CMSItemSearchService in de.hybris.platform.cms2.cmsitems.service.impl
Classes in de.hybris.platform.cms2.cmsitems.service.impl that implement CMSItemSearchService Modifier and Type Class Description classDefaultFlexibleCMSItemSearchServiceThe 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 fields -
Uses of CMSItemSearchService in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return CMSItemSearchService Modifier and Type Method Description protected CMSItemSearchServiceDefaultCMSItemFacade. getCmsItemSearchService()Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type CMSItemSearchService Modifier and Type Method Description voidDefaultCMSItemFacade. setCmsItemSearchService(CMSItemSearchService cmsItemSearchService) -
Uses of CMSItemSearchService in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator that return CMSItemSearchService Modifier and Type Method Description protected CMSItemSearchServiceCMSItemSearchDataValidator. getCmsItemSearchService()Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type CMSItemSearchService Modifier and Type Method Description voidCMSItemSearchDataValidator. setCmsItemSearchService(CMSItemSearchService cmsItemSearchService)
-