Uses of Class
de.hybris.platform.cms2.data.CMSItemSearchData
-
-
Uses of CMSItemSearchData in de.hybris.platform.cms2.cmsitems.service
Methods in de.hybris.platform.cms2.cmsitems.service with parameters of type CMSItemSearchData Modifier and Type Method Description SearchResult<CMSItemModel>
CMSItemSearchService. findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData)
Paged Search for CMSItems -
Uses of CMSItemSearchData in de.hybris.platform.cms2.cmsitems.service.impl
Methods in de.hybris.platform.cms2.cmsitems.service.impl with parameters of type CMSItemSearchData Modifier and Type Method Description SearchResult<CMSItemModel>
DefaultFlexibleCMSItemSearchService. findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData)
Paged Search for CMSItemsprotected java.util.List<java.lang.String>
DefaultFlexibleCMSItemSearchService. getTypeCodesFromSearchData(CMSItemSearchData cmsItemSearchData)
Get the list of typeCodes given the cmsItemSearchData.protected java.util.List<ComposedTypeModel>
DefaultFlexibleCMSItemSearchService. getValidComposedTypes(CMSItemSearchData cmsItemSearchData)
Get the list of all valid composed types given cmsItemSearchDataprotected void
DefaultFlexibleCMSItemSearchService. validateSearchData(CMSItemSearchData cmsItemSearchData, PageableData pageableData)
Validate the cms item search data and pageable data -
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()
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)
-