Uses of Class
de.hybris.platform.cmsfacades.data.ItemData
-
-
Uses of ItemData in de.hybris.platform.cmsfacades.cmsitems.converter
Methods in de.hybris.platform.cmsfacades.cmsitems.converter that return ItemData Modifier and Type Method Description protected ItemDataDefaultCMSItemConverterSemiIntegrationTest. getItemData(java.lang.String itemId) -
Uses of ItemData in de.hybris.platform.cmsfacades.uniqueidentifier
Methods in de.hybris.platform.cmsfacades.uniqueidentifier that return ItemData Modifier and Type Method Description ItemDataItemDataBuilder. build()ItemDataUniqueIdentifierConverter. convert(T itemModel)Convert an ItemModel object to the correspondingItemDatainstance.Methods in de.hybris.platform.cmsfacades.uniqueidentifier that return types with arguments of type ItemData Modifier and Type Method Description java.util.Optional<ItemData>UniqueItemIdentifierService. getItemData(ItemModel itemModel)Method to get the unique identifier and other information (not the PK) about an Item Model.Methods in de.hybris.platform.cmsfacades.uniqueidentifier with parameters of type ItemData Modifier and Type Method Description TUniqueIdentifierConverter. convert(ItemData itemData)java.util.Optional<ItemModel>UniqueItemIdentifierService. getItemModel(ItemData itemData) -
Uses of ItemData in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that return ItemData Modifier and Type Method Description ItemDataDefaultCatalogVersionModelUniqueIdentifierConverter. convert(CatalogVersionModel catalogVersion)ItemDataDefaultCategoryModelUniqueIdentifierConverter. convert(CategoryModel categoryModel)ItemDataDefaultCmsItemModelUniqueIdentifierConverter. convert(CMSItemModel cmsItemModel)ItemDataDefaultCMSNavigationEntryModelUniqueIdentifierConverter. convert(CMSNavigationEntryModel navigationEntryModel)Convert an ItemModel object to the correspondingItemDatainstance.ItemDataDefaultCMSPageTypeModelUniqueIdentifierConverter. convert(CMSPageTypeModel pageTypeModel)ItemDataDefaultMediaModelUniqueIdentifierConverter. convert(MediaModel mediaModel)ItemDataDefaultProductModelUniqueIdentifierConverter. convert(ProductModel productModel)ItemDataDefaultUserGroupModelUniqueIdentifierConverter. convert(UserGroupModel itemModel)Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that return types with arguments of type ItemData Modifier and Type Method Description protected Converter<CategoryModel,ItemData>DefaultCategoryModelUniqueIdentifierConverter. getCategoryModelItemDataConverter()protected org.springframework.beans.factory.ObjectFactory<ItemData>DefaultCatalogVersionModelUniqueIdentifierConverter. getItemDataDataFactory()protected org.springframework.beans.factory.ObjectFactory<ItemData>DefaultCmsItemModelUniqueIdentifierConverter. getItemDataDataFactory()protected org.springframework.beans.factory.ObjectFactory<ItemData>DefaultCMSNavigationEntryModelUniqueIdentifierConverter. getItemDataDataFactory()protected org.springframework.beans.factory.ObjectFactory<ItemData>DefaultCMSPageTypeModelUniqueIdentifierConverter. getItemDataDataFactory()protected org.springframework.beans.factory.ObjectFactory<ItemData>DefaultMediaModelUniqueIdentifierConverter. getItemDataDataFactory()protected org.springframework.beans.factory.ObjectFactory<ItemData>DefaultUserGroupModelUniqueIdentifierConverter. getItemDataDataFactory()protected Converter<ProductModel,ItemData>DefaultProductModelUniqueIdentifierConverter. getProductModelItemDataConverter()Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions with parameters of type ItemData Modifier and Type Method Description CatalogVersionModelDefaultCatalogVersionModelUniqueIdentifierConverter. convert(ItemData itemData)CategoryModelDefaultCategoryModelUniqueIdentifierConverter. convert(ItemData itemData)CMSItemModelDefaultCmsItemModelUniqueIdentifierConverter. convert(ItemData itemData)CMSNavigationEntryModelDefaultCMSNavigationEntryModelUniqueIdentifierConverter. convert(ItemData itemData)CMSPageTypeModelDefaultCMSPageTypeModelUniqueIdentifierConverter. convert(ItemData itemData)MediaModelDefaultMediaModelUniqueIdentifierConverter. convert(ItemData itemData)ProductModelDefaultProductModelUniqueIdentifierConverter. convert(ItemData itemData)UserGroupModelDefaultUserGroupModelUniqueIdentifierConverter. convert(ItemData itemData)protected CMSItemModelDefaultCmsItemModelUniqueIdentifierConverter. findItemById(ItemData itemData)Method parameters in de.hybris.platform.cmsfacades.uniqueidentifier.functions with type arguments of type ItemData Modifier and Type Method Description voidDefaultCategoryModelUniqueIdentifierConverter. setCategoryModelItemDataConverter(Converter<CategoryModel,ItemData> categoryModelItemDataConverter)voidDefaultCatalogVersionModelUniqueIdentifierConverter. setItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> itemDataDataFactory)voidDefaultCmsItemModelUniqueIdentifierConverter. setItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> itemDataDataFactory)voidDefaultCMSNavigationEntryModelUniqueIdentifierConverter. setItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> itemDataDataFactory)voidDefaultCMSPageTypeModelUniqueIdentifierConverter. setItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> itemDataDataFactory)voidDefaultMediaModelUniqueIdentifierConverter. setItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> itemDataDataFactory)voidDefaultUserGroupModelUniqueIdentifierConverter. setItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> itemDataDataFactory)voidDefaultProductModelUniqueIdentifierConverter. setProductModelItemDataConverter(Converter<ProductModel,ItemData> productModelItemDataConverter) -
Uses of ItemData in de.hybris.platform.cmsfacades.uniqueidentifier.impl
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.impl that return types with arguments of type ItemData Modifier and Type Method Description protected org.springframework.beans.factory.ObjectFactory<ItemData>DefaultUniqueItemIdentifierService. getCmsItemDataDataFactory()java.util.Optional<ItemData>DefaultUniqueItemIdentifierService. getItemData(ItemModel itemModel)Methods in de.hybris.platform.cmsfacades.uniqueidentifier.impl with parameters of type ItemData Modifier and Type Method Description java.util.Optional<ItemModel>DefaultUniqueItemIdentifierService. getItemModel(ItemData itemData)Method parameters in de.hybris.platform.cmsfacades.uniqueidentifier.impl with type arguments of type ItemData Modifier and Type Method Description voidDefaultUniqueItemIdentifierService. setCmsItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> cmsItemDataDataFactory) -
Uses of ItemData in de.hybris.platform.cmsfacades.uniqueidentifier.populator
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.populator with parameters of type ItemData Modifier and Type Method Description voidCategoryModelItemDataPopulator. populate(CategoryModel source, ItemData target)voidCMSVersionModelItemDataPopulator. populate(CMSVersionModel source, ItemData target)voidProductModelItemDataPopulator. populate(ProductModel source, ItemData target) -
Uses of ItemData in de.hybris.platform.cmssmarteditwebservices.products.facade.impl
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade.impl that return ItemData Modifier and Type Method Description protected ItemDataDefaultProductSearchFacade. buildItemData(java.lang.String code, java.lang.String typeCode)Returns theItemDataobject that represents a product with its unique identifier code. -
Uses of ItemData in de.hybris.platform.cmswebservices.interceptor
Methods in de.hybris.platform.cmswebservices.interceptor that return types with arguments of type ItemData Modifier and Type Method Description protected org.springframework.beans.factory.ObjectFactory<ItemData>CatalogVersionPermissionInterceptor. getItemDataDataFactory()Method parameters in de.hybris.platform.cmswebservices.interceptor with type arguments of type ItemData Modifier and Type Method Description voidCatalogVersionPermissionInterceptor. setItemDataDataFactory(org.springframework.beans.factory.ObjectFactory<ItemData> itemDataDataFactory)
-