Uses of Class
de.hybris.platform.cmsfacades.data.CMSItemSearchData
Packages that use CMSItemSearchData
Package
Description
-
Uses of CMSItemSearchData in de.hybris.platform.cmsfacades.cmsitems
Methods in de.hybris.platform.cmsfacades.cmsitems with parameters of type CMSItemSearchDataModifier and TypeMethodDescriptionCMSItemFacade.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) A paged Search for CMSItems in a given catalogversion. -
Uses of CMSItemSearchData in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return types with arguments of type CMSItemSearchDataModifier and TypeMethodDescriptionprotected Converter<CMSItemSearchData,CMSItemSearchData> DefaultCMSItemFacade.getCmsItemSearchDataConverter()Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type CMSItemSearchDataModifier and TypeMethodDescriptionDefaultCMSItemFacade.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) Method parameters in de.hybris.platform.cmsfacades.cmsitems.impl with type arguments of type CMSItemSearchDataModifier and TypeMethodDescriptionvoidDefaultCMSItemFacade.setCmsItemSearchDataConverter(Converter<CMSItemSearchData, CMSItemSearchData> cmsItemSearchDataConverter) -
Uses of CMSItemSearchData in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type CMSItemSearchDataModifier and TypeMethodDescriptionvoidCMSItemSearchDataPopulator.populate(CMSItemSearchData source, CMSItemSearchData target) -
Uses of CMSItemSearchData in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator that return CMSItemSearchDataModifier and TypeMethodDescriptionprotected CMSItemSearchDataCMSItemSearchDataValidatorTest.createCMSItemSearchParamsData(String catalogId, String catalogVersion) Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type CMSItemSearchDataModifier and TypeMethodDescriptionCMSItemSearchDataValidator.getTypeCodesFromSearchData(CMSItemSearchData cmsItemSearchData) Get the list of typeCodes given the cmsItemSearchData.