Uses of Class
de.hybris.platform.cms2.data.CMSItemData
-
-
Uses of CMSItemData in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type CMSItemData Modifier and Type Method Description java.util.Optional<CMSItemModel>CMSAdminItemService. 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 CMSItemData Modifier and Type Method Description java.util.Optional<CMSItemModel>DefaultCMSAdminItemService. 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 CMSItemData Modifier and Type Method Description protected java.util.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 CMSItemData Modifier and Type Method Description java.util.Set<CMSItemData>CMSVersionSessionContextProvider. 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 CMSItemData Modifier and Type Method Description java.util.Set<CMSItemData>DefaultCMSVersionSessionContextProvider. 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 CMSItemData Modifier and Type Method Description voidDefaultCMSVersionSessionContextProvider. setCmsItemDataFactory(org.springframework.beans.factory.ObjectFactory<CMSItemData> cmsItemDataFactory)
-