Uses of Interface
de.hybris.platform.integrationservices.item.IntegrationItem
-
-
Uses of IntegrationItem in de.hybris.platform.inboundservices.persistence
Methods in de.hybris.platform.inboundservices.persistence that return IntegrationItem Modifier and Type Method Description IntegrationItemPersistenceContext. 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 IntegrationItem Modifier and Type Method Description IntegrationItemDefaultPersistenceContext. getIntegrationItem()Methods in de.hybris.platform.inboundservices.persistence.impl with parameters of type IntegrationItem Modifier and Type Method Description DefaultPersistenceContextBuilderDefaultPersistenceContextBuilder. 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 IntegrationItem Modifier and Type Method Description java.lang.StringDelegatingIntegrationItemToIntegrationKeyValueGenerator. generate(TypeDescriptor typeDescriptor, IntegrationItem itemData) -
Uses of IntegrationItem in de.hybris.platform.integrationservices.item
Classes in de.hybris.platform.integrationservices.item that implement IntegrationItem Modifier and Type Class Description classDefaultIntegrationItemDefault implementation of theIntegrationIteminterfaceMethods in de.hybris.platform.integrationservices.item that return IntegrationItem Modifier and Type Method Description IntegrationItemDefaultIntegrationItem. getReferencedItem(TypeAttributeDescriptor attribute)IntegrationItemDefaultIntegrationItem. getReferencedItem(java.lang.String attribute)IntegrationItemIntegrationItem. getReferencedItem(TypeAttributeDescriptor attribute)Retrieves an integration item referenced by specified attribute.IntegrationItemIntegrationItem. getReferencedItem(java.lang.String attribute)Deprecated, for removal: This API element is subject to removal in a future version.use {@link this.getReferencedItem(TypeAttributeDescriptor)}Methods in de.hybris.platform.integrationservices.item that return types with arguments of type IntegrationItem Modifier and Type Method Description java.util.Optional<IntegrationItem>DefaultIntegrationItem. getContextItem(TypeDescriptor contextItemDescriptor)java.util.Optional<IntegrationItem>IntegrationItem. getContextItem(TypeDescriptor contextItemDescriptor)Retrieves a context item for the given TypeDescriptor if one exists.java.util.Collection<IntegrationItem>DefaultIntegrationItem. getReferencedItems(TypeAttributeDescriptor attribute)java.util.Collection<IntegrationItem>DefaultIntegrationItem. getReferencedItems(java.lang.String attribute)java.util.Collection<IntegrationItem>IntegrationItem. getReferencedItems(TypeAttributeDescriptor attribute)Retrieves multiple integration items referenced by specified attribute.java.util.Collection<IntegrationItem>IntegrationItem. getReferencedItems(java.lang.String attribute)Deprecated, for removal: This API element is subject to removal in a future version.use {@link this.getReferencedItems(TypeAttributeDescriptor)}Constructors in de.hybris.platform.integrationservices.item with parameters of type IntegrationItem Constructor Description DefaultIntegrationItem(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 types with arguments of type IntegrationItem Modifier and Type Method Description java.util.Optional<IntegrationItem>ImmutableItemSearchRequest. getRequestedItem()java.util.Optional<IntegrationItem>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 IntegrationItem Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>IntegrationItemToMapConverter. 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.java.util.Map<java.lang.String,java.lang.Object>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.ItemSearchRequestBuilderItemSearchRequestBuilder. withIntegrationItem(IntegrationItem item) -
Uses of IntegrationItem in de.hybris.platform.integrationservices.search.impl
Methods in de.hybris.platform.integrationservices.search.impl with parameters of type IntegrationItem Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>DefaultIntegrationItemToMapConverter. convert(IntegrationItem integrationItem) -
Uses of IntegrationItem in de.hybris.platform.odata2services.converter
Methods in de.hybris.platform.odata2services.converter that return IntegrationItem Modifier and Type Method Description IntegrationItemDefaultODataEntryToIntegrationItemConverter. convert(@NotNull org.apache.olingo.odata2.api.processor.ODataContext context, @NotNull TypeDescriptor typeDesc, @NotNull org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, @NotNull org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)IntegrationItemDefaultODataEntryToIntegrationItemConverter. convert(@NotNull org.apache.olingo.odata2.api.processor.ODataContext context, @NotNull TypeDescriptor typeDesc, @NotNull org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)IntegrationItemDefaultODataEntryToIntegrationItemConverter. 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)IntegrationItemDefaultODataEntryToIntegrationItemConverter. convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem parentItem)IntegrationItemODataEntryToIntegrationItemConverter. convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)Deprecated, for removal: This API element is subject to removal in a future version.IntegrationItemODataEntryToIntegrationItemConverter. 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.IntegrationItemODataEntryToIntegrationItemConverter. 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.IntegrationItemODataEntryToIntegrationItemConverter. 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.IntegrationItemConversionParameters. 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 IntegrationItem Modifier and Type Method Description protected IntegrationKeyValueGenerator<TypeDescriptor,IntegrationItem>DefaultODataEntryToIntegrationItemConverter. getKeyValueGenerator()Methods in de.hybris.platform.odata2services.converter with parameters of type IntegrationItem Modifier and Type Method Description IntegrationItemDefaultODataEntryToIntegrationItemConverter. convert(org.apache.olingo.odata2.api.processor.ODataContext context, TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry, IntegrationItem parentItem)IntegrationItemODataEntryToIntegrationItemConverter. 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.ConversionParametersBuilderConversionParameters.ConversionParametersBuilder. withIntegrationItem(IntegrationItem item)Specifies integration item for theConversionParametersto create.Method parameters in de.hybris.platform.odata2services.converter with type arguments of type IntegrationItem Modifier and Type Method Description voidDefaultODataEntryToIntegrationItemConverter. 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 IntegrationItem Modifier and Type Method Description protected 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)IntegrationItemCrudRequest. getIntegrationItem()IntegrationItemItemLookupRequest. getIntegrationItem()IntegrationItemStorageRequest. getIntegrationItem()Methods in de.hybris.platform.odata2services.odata.persistence that return types with arguments of type IntegrationItem Modifier and Type Method Description java.util.Optional<IntegrationItem>ItemLookupRequest. getRequestedItem()Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type IntegrationItem Modifier and Type Method Description protected voidCrudRequest. setIntegrationItem(IntegrationItem item)TCrudRequest.DataRequestBuilder. withIntegrationItem(IntegrationItem item)StorageRequestBuilderStorageRequestBuilder. withIntegrationItem(IntegrationItem item)
-