Uses of Interface
de.hybris.platform.integrationservices.model.IntegrationObjectDescriptor
Packages that use IntegrationObjectDescriptor
Package
Description
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
-
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return IntegrationObjectDescriptorModifier and TypeMethodDescriptionDescriptorFactory.createIntegrationObjectDescriptor(@NotNull IntegrationObjectModel model) Creates a descriptor for an integration object. -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement IntegrationObjectDescriptorModifier and TypeClassDescriptionclassDefault implementation ofIntegrationObjectDescriptorbased onIntegrationObjectModeldata structure.classThis class uses the Null Object Design Pattern, in order to provide an object with details about theIntegrationObjectDescriptorthat could not be created due to a missingIntegrationObjectModel.Methods in de.hybris.platform.integrationservices.model.impl that return IntegrationObjectDescriptorModifier and TypeMethodDescriptionDefaultDescriptorFactory.createIntegrationObjectDescriptor(IntegrationObjectModel model) -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.service
Methods in de.hybris.platform.integrationservices.service that return IntegrationObjectDescriptorModifier and TypeMethodDescriptionIntegrationObjectAndItemMismatchException.getIntegrationObject()Methods in de.hybris.platform.integrationservices.service with parameters of type IntegrationObjectDescriptorModifier and TypeMethodDescriptionIntegrationObjectConversionService.convert(@NotNull ItemModel itemModel, @NotNull IntegrationObjectDescriptor ioDescriptor) Converts an item model to aMap.Constructors in de.hybris.platform.integrationservices.service with parameters of type IntegrationObjectDescriptorModifierConstructorDescription -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl that return IntegrationObjectDescriptorModifier and TypeMethodDescriptionprotected IntegrationObjectDescriptorDefaultIntegrationObjectConversionService.findIntegrationObjectDescriptor(String integrationObjectCode) Methods in de.hybris.platform.integrationservices.service.impl with parameters of type IntegrationObjectDescriptorModifier and TypeMethodDescriptionDefaultIntegrationObjectConversionService.convert(ItemModel itemModel, IntegrationObjectDescriptor ioDescriptor) protected ItemToMapConversionContextDefaultIntegrationObjectConversionService.getConversionContext(ItemModel item, IntegrationObjectDescriptor io) -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.util
Methods in de.hybris.platform.integrationservices.util that return IntegrationObjectDescriptorModifier and TypeMethodDescriptionstatic IntegrationObjectDescriptorIntegrationObjectTestUtil.findIntegrationObjectDescriptorByCode(String code) Searches for a descriptor of the specified integration object. -
Uses of IntegrationObjectDescriptor in de.hybris.platform.outboundservices.decorator
Methods in de.hybris.platform.outboundservices.decorator that return IntegrationObjectDescriptorModifier and TypeMethodDescription@NotNull IntegrationObjectDescriptorDecoratorContext.getIntegrationObject()Retrieves theGeneratedIntegrationObject.getCode()value.Methods in de.hybris.platform.outboundservices.decorator with parameters of type IntegrationObjectDescriptorModifier and TypeMethodDescriptionDecoratorContextBuilder.withIntegrationObject(IntegrationObjectDescriptor io) Specifies an integration object to be placed into the sync context to be created.Constructors in de.hybris.platform.outboundservices.decorator with parameters of type IntegrationObjectDescriptorModifierConstructorDescriptionprotectedDecoratorContext(ItemModel item, @NotNull IntegrationObjectDescriptor io, @NotNull ConsumedDestinationModel destination, OutboundSource source, Collection<String> errors) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IntegrationObjectDescriptor in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return IntegrationObjectDescriptorModifier and TypeMethodDescriptionprotected IntegrationObjectDescriptorDefaultChannelConfigurationFactory.createIntegrationObjectDescriptor(IntegrationObjectModel model) Creates an integration object descriptor for the given integration object model. -
Uses of IntegrationObjectDescriptor in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return IntegrationObjectDescriptorMethods in de.hybris.platform.outboundsync.dto with parameters of type IntegrationObjectDescriptorModifier and TypeMethodDescriptionOutboundItem.Builder.withIntegrationObject(IntegrationObjectDescriptor desc)
DecoratorContextBuilderto create instances.