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.Methods in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectDescriptorModifier and TypeMethodDescription@NotNull IntegrationObjectGraphOperationsGraphOperationsFactory.create(@NotNull IntegrationObjectDescriptor io) Creates an instance ofIntegrationObjectGraphOperationsfor a given integration object.DescriptorFactory.createClassTypeDescriptor(@NotNull IntegrationObjectDescriptor descriptor, @NotNull IntegrationObjectClassModel model) Creates a descriptor for a class in 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) Methods in de.hybris.platform.integrationservices.model.impl with parameters of type IntegrationObjectDescriptorModifier and TypeMethodDescriptionDefaultGraphOperationsFactory.create(IntegrationObjectDescriptor io) DefaultDescriptorFactory.createClassTypeDescriptor(IntegrationObjectDescriptor descriptor, IntegrationObjectClassModel model) Constructors in de.hybris.platform.integrationservices.model.impl with parameters of type IntegrationObjectDescriptor -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.service
Methods in de.hybris.platform.integrationservices.service that return IntegrationObjectDescriptorModifier and TypeMethodDescriptionIntegrationObjectAndItemMismatchException.getIntegrationObject()Retrieves an integration object descriptor with the given code.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 IntegrationObjectDescriptorModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
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) Deprecated, for removal: This API element is subject to removal in a future version.protected ItemToMapConversionContextDefaultIntegrationObjectConversionService.getConversionContext(Object payloadObject, 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. -
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)
IntegrationObjectAndItemMismatchException(Object, IntegrationObjectDescriptor)instead