Uses of Class
de.hybris.platform.cms2.data.CMSItemData
Packages that use CMSItemData
Package
Description
-
Uses of CMSItemData in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type CMSItemDataModifier and TypeMethodDescriptionCMSAdminItemService.findByItemData(CMSItemData itemData) Finds theCMSItemModeluniquely identified by its uid and the catalogVersion defined by theCMSItemData -
Uses of CMSItemData in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type CMSItemDataModifier and TypeMethodDescriptionDefaultCMSAdminItemService.findByItemData(CMSItemData itemData) -
Uses of CMSItemData in de.hybris.platform.cms2.version.converter.attribute.impl
Methods in de.hybris.platform.cms2.version.converter.attribute.impl that return types with arguments of type CMSItemDataModifier and TypeMethodDescriptionprotected Optional<CMSItemData>CMSItemToDataConverter.findItemInSessionContext(CMSItemModel cmsItem) Check if the item has already been versioned in the current session, if yes return the PK of the version from the session context. -
Uses of CMSItemData in de.hybris.platform.cms2.version.service
Methods in de.hybris.platform.cms2.version.service that return types with arguments of type CMSItemDataModifier and TypeMethodDescriptionCMSVersionSessionContextProvider.getAllUnsavedVersionedItemsFromCached()Return all cached unsaved versioned itemsCMSItemData. -
Uses of CMSItemData in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that return types with arguments of type CMSItemDataModifier and TypeMethodDescriptionDefaultCMSVersionSessionContextProvider.getAllUnsavedVersionedItemsFromCached()protected org.springframework.beans.factory.ObjectFactory<CMSItemData>DefaultCMSVersionSessionContextProvider.getCmsItemDataFactory()Method parameters in de.hybris.platform.cms2.version.service.impl with type arguments of type CMSItemDataModifier and TypeMethodDescriptionvoidDefaultCMSVersionSessionContextProvider.setCmsItemDataFactory(org.springframework.beans.factory.ObjectFactory<CMSItemData> cmsItemDataFactory)