Uses of Interface
de.hybris.platform.integrationservices.item.IntegrationItem
Packages that use IntegrationItem
Package
Description
-
Uses of IntegrationItem in de.hybris.platform.inboundservices.persistence
Methods in de.hybris.platform.inboundservices.persistence that return IntegrationItemModifier and TypeMethodDescriptionPersistenceContext.getIntegrationItem()Retrieves item data to be persisted. -
Uses of IntegrationItem in de.hybris.platform.inboundservices.persistence.impl
Methods in de.hybris.platform.inboundservices.persistence.impl that return IntegrationItemMethods in de.hybris.platform.inboundservices.persistence.impl with parameters of type IntegrationItemModifier and TypeMethodDescriptionDefaultPersistenceContextBuilder.withIntegrationItem(IntegrationItem item) -
Uses of IntegrationItem in de.hybris.platform.integrationservices.integrationkey.impl
Methods in de.hybris.platform.integrationservices.integrationkey.impl with parameters of type IntegrationItemModifier and TypeMethodDescriptionDelegatingIntegrationItemToIntegrationKeyValueGenerator.generate(TypeDescriptor typeDescriptor, IntegrationItem itemData) -
Uses of IntegrationItem in de.hybris.platform.integrationservices.item
Classes in de.hybris.platform.integrationservices.item that implement IntegrationItemMethods in de.hybris.platform.integrationservices.item that return IntegrationItemModifier and TypeMethodDescriptionDefaultIntegrationItem.getReferencedItem(TypeAttributeDescriptor attribute) IntegrationItem.getReferencedItem(TypeAttributeDescriptor attribute) Retrieves an integration item referenced by specified attribute.Methods in de.hybris.platform.integrationservices.item that return types with arguments of type IntegrationItemModifier and TypeMethodDescriptionDefaultIntegrationItem.getContextItem(TypeDescriptor contextItemDescriptor) IntegrationItem.getContextItem(TypeDescriptor contextItemDescriptor) Retrieves a context item for the given TypeDescriptor if one exists.DefaultIntegrationItem.getReferencedItems(TypeAttributeDescriptor attribute) IntegrationItem.getReferencedItems(TypeAttributeDescriptor attribute) Retrieves multiple integration items referenced by specified attribute.Constructors in de.hybris.platform.integrationservices.item with parameters of type IntegrationItemModifierConstructorDescriptionDefaultIntegrationItem(TypeDescriptor type, IntegrationItem containerItem) Instantiates this integration item. -
Uses of IntegrationItem in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search that return IntegrationItemModifier and TypeMethodDescriptionItemNotFoundException.getRequestedItem()Retrieves info about the item searched.Methods in de.hybris.platform.integrationservices.search that return types with arguments of type IntegrationItemModifier and TypeMethodDescriptionImmutableItemSearchRequest.getRequestedItem()ItemSearchRequest.getRequestedItem()Retrieves integration item that contains key attributes of the item to be found.Methods in de.hybris.platform.integrationservices.search with parameters of type IntegrationItemModifier and TypeMethodDescriptionIntegrationItemToMapConverter.convert(IntegrationItem integrationItem) Generates Map of property name - values from the Integration Item in a hierarchical way; when nested referenced attributes are present, they will also be represented as a nested map.IntegrationObjectMapGenerator.generateMap(IntegrationItem integrationItem) Generates Map of property name - values from the Integration Item in a hierarchical way; when nested referenced attributes are present, they will also be represented as a nested map.ItemSearchRequestBuilder.withIntegrationItem(IntegrationItem item) Constructors in de.hybris.platform.integrationservices.search with parameters of type IntegrationItemModifierConstructorDescriptionInstantiates this exception for the specified item search request -
Uses of IntegrationItem in de.hybris.platform.integrationservices.search.impl
Methods in de.hybris.platform.integrationservices.search.impl with parameters of type IntegrationItemModifier and TypeMethodDescriptionDefaultIntegrationItemToMapConverter.convert(IntegrationItem integrationItem) -
Uses of IntegrationItem in de.hybris.platform.odata2services.converter
Methods in de.hybris.platform.odata2services.converter that return IntegrationItemModifier and TypeMethodDescriptionDefaultODataEntryToIntegrationItemConverter.convert(@NotNull org.apache.olingo.odata2.api.processor.ODataContext context, @NotNull TypeDescriptor typeDesc, @NotNull org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) DefaultODataEntryToIntegrationItemConverter.convert(@NotNull org.apache.olingo.odata2.api.processor.ODataContext context, @NotNull org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, @NotNull org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) DefaultODataEntryToIntegrationItemConverter.convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem parentItem) ODataEntryToIntegrationItemConverter.convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) Performs the conversion whenTypeDescriptorfor the integration item to create is available.ODataEntryToIntegrationItemConverter.convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem parentItem) Performs conversion of an OData entry nested in the payload of an outer entry.ODataEntryToIntegrationItemConverter.convert(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) Performs the conversion when there is noTypeDescriptoravailable.ConversionParameters.getIntegrationItem()RetrievesIntegrationItem, in which the converted attribute value will be set.protected IntegrationItemAbstractValueConverter.toIntegrationItem(@NotNull org.apache.olingo.odata2.api.processor.ODataContext context, @NotNull TypeDescriptor typeDesc, @NotNull org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem container) Converts ODataEntry nested as an attribute value inside another ODataEntry to anIntegrationItemby delegating toODataEntryToIntegrationItemConverterMethods in de.hybris.platform.odata2services.converter that return types with arguments of type IntegrationItemModifier and TypeMethodDescriptionDefaultODataEntryToIntegrationItemConverter.getKeyValueGenerator()Methods in de.hybris.platform.odata2services.converter with parameters of type IntegrationItemModifier and TypeMethodDescriptionDefaultODataEntryToIntegrationItemConverter.convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem parentItem) ODataEntryToIntegrationItemConverter.convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem parentItem) Performs conversion of an OData entry nested in the payload of an outer entry.protected DefaultIntegrationItemDefaultODataEntryToIntegrationItemConverter.createIntegrationItem(TypeDescriptor typeDesc, IntegrationItem contextItem) Instantiates an item that will be populated and used as result ofconvert(...)methods call.protected IntegrationItemAbstractValueConverter.toIntegrationItem(@NotNull org.apache.olingo.odata2.api.processor.ODataContext context, @NotNull TypeDescriptor typeDesc, @NotNull org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem container) Converts ODataEntry nested as an attribute value inside another ODataEntry to anIntegrationItemby delegating toODataEntryToIntegrationItemConverterConversionParameters.ConversionParametersBuilder.withIntegrationItem(IntegrationItem item) Specifies integration item for theConversionParametersto create.Method parameters in de.hybris.platform.odata2services.converter with type arguments of type IntegrationItemModifier and TypeMethodDescriptionvoidDefaultODataEntryToIntegrationItemConverter.setKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor, IntegrationItem> generator) -
Uses of IntegrationItem in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return IntegrationItemModifier and TypeMethodDescriptionprotected IntegrationItemDefaultStorageRequestFactory.convert(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) CrudRequest.getIntegrationItem()ItemLookupRequest.getIntegrationItem()StorageRequest.getIntegrationItem()Methods in de.hybris.platform.odata2services.odata.persistence that return types with arguments of type IntegrationItemMethods in de.hybris.platform.odata2services.odata.persistence with parameters of type IntegrationItemModifier and TypeMethodDescriptionprotected voidCrudRequest.setIntegrationItem(IntegrationItem item) CrudRequest.DataRequestBuilder.withIntegrationItem(IntegrationItem item) StorageRequestBuilder.withIntegrationItem(IntegrationItem item)