Uses of Class
de.hybris.platform.cms2.data.CMSVersionSearchData
-
Packages that use CMSVersionSearchData Package Description de.hybris.platform.cms2.version.service de.hybris.platform.cms2.version.service.impl de.hybris.platform.cmsfacades.version.impl -
-
Uses of CMSVersionSearchData in de.hybris.platform.cms2.version.service
Methods in de.hybris.platform.cms2.version.service with parameters of type CMSVersionSearchData Modifier and Type Method Description SearchResult<CMSVersionModel>
CMSVersionSearchService. findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData)
Returns versions matching the search criteria -
Uses of CMSVersionSearchData in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl with parameters of type CMSVersionSearchData Modifier and Type Method Description SearchResult<CMSVersionModel>
DefaultCMSVersionSearchService. findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData)
Returns versions matching the search criteria -
Uses of CMSVersionSearchData in de.hybris.platform.cmsfacades.version.impl
Methods in de.hybris.platform.cmsfacades.version.impl that return types with arguments of type CMSVersionSearchData Modifier and Type Method Description protected org.springframework.beans.factory.ObjectFactory<CMSVersionSearchData>
DefaultCMSVersionFacade. getCmsVersionSearchDataFactory()
Method parameters in de.hybris.platform.cmsfacades.version.impl with type arguments of type CMSVersionSearchData Modifier and Type Method Description void
DefaultCMSVersionFacade. setCmsVersionSearchDataFactory(org.springframework.beans.factory.ObjectFactory<CMSVersionSearchData> cmsVersionSearchDataFactory)
-