Uses of Class
de.hybris.platform.cmsfacades.data.CMSItemSearchData
-
-
Uses of CMSItemSearchData in de.hybris.platform.cmsfacades.cmsitems
Methods in de.hybris.platform.cmsfacades.cmsitems with parameters of type CMSItemSearchData Modifier and Type Method Description SearchResult<java.util.Map<java.lang.String,java.lang.Object>>
CMSItemFacade. 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 CMSItemSearchData Modifier and Type Method Description protected Converter<CMSItemSearchData,CMSItemSearchData>
DefaultCMSItemFacade. getCmsItemSearchDataConverter()
Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type CMSItemSearchData Modifier and Type Method Description SearchResult<java.util.Map<java.lang.String,java.lang.Object>>
DefaultCMSItemFacade. findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData)
Method parameters in de.hybris.platform.cmsfacades.cmsitems.impl with type arguments of type CMSItemSearchData Modifier and Type Method Description void
DefaultCMSItemFacade. 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 CMSItemSearchData Modifier and Type Method Description void
CMSItemSearchDataPopulator. 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 CMSItemSearchData Modifier and Type Method Description protected CMSItemSearchData
CMSItemSearchDataValidatorTest. createCMSItemSearchParamsData(java.lang.String catalogId, java.lang.String catalogVersion)
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type CMSItemSearchData Modifier and Type Method Description protected java.util.List<java.lang.String>
CMSItemSearchDataValidator. getTypeCodesFromSearchData(CMSItemSearchData cmsItemSearchData)
Get the list of typeCodes given the cmsItemSearchData.
-