Uses of Class
de.hybris.platform.cms2.data.CMSItemSearchData
Packages that use CMSItemSearchData
Package
Description
-
Uses of CMSItemSearchData in de.hybris.platform.cms2.cmsitems.service
Methods in de.hybris.platform.cms2.cmsitems.service with parameters of type CMSItemSearchDataModifier and TypeMethodDescriptionCMSItemSearchService.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 CMSItemSearchDataModifier and TypeMethodDescriptionDefaultFlexibleCMSItemSearchService.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) Paged Search for CMSItemsDefaultFlexibleCMSItemSearchService.getTypeCodesFromSearchData(CMSItemSearchData cmsItemSearchData) Get the list of typeCodes given the cmsItemSearchData.protected List<ComposedTypeModel>DefaultFlexibleCMSItemSearchService.getValidComposedTypes(CMSItemSearchData cmsItemSearchData) Get the list of all valid composed types given cmsItemSearchDataprotected voidDefaultFlexibleCMSItemSearchService.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 CMSItemSearchDataModifier and TypeMethodDescriptionprotected Converter<CMSItemSearchData,CMSItemSearchData> DefaultCMSItemFacade.getCmsItemSearchDataConverter()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)