Uses of Interface
de.hybris.platform.integrationservices.model.IntegrationObjectDescriptor
-
Packages that use IntegrationObjectDescriptor Package Description de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.integrationservices.model.impl de.hybris.platform.integrationservices.service de.hybris.platform.integrationservices.service.impl de.hybris.platform.integrationservices.util de.hybris.platform.outboundservices.decorator de.hybris.platform.outboundsync.config.impl de.hybris.platform.outboundsync.dto -
-
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return IntegrationObjectDescriptor Modifier and Type Method Description IntegrationObjectDescriptorDescriptorFactory. createIntegrationObjectDescriptor(IntegrationObjectModel model)Creates an integration object descriptor. -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement IntegrationObjectDescriptor Modifier and Type Class Description classDefaultIntegrationObjectDescriptorDefault implementation ofIntegrationObjectDescriptorbased onIntegrationObjectModeldata structure.classNullIntegrationObjectDescriptorThis 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 IntegrationObjectDescriptor Modifier and Type Method Description static IntegrationObjectDescriptorDefaultIntegrationObjectDescriptor. create(IntegrationObjectModel model)Deprecated, for removal: This API element is subject to removal in a future version.IntegrationObjectDescriptorDefaultDescriptorFactory. createIntegrationObjectDescriptor(IntegrationObjectModel model) -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.service
Methods in de.hybris.platform.integrationservices.service that return IntegrationObjectDescriptor Modifier and Type Method Description IntegrationObjectDescriptorIntegrationObjectAndItemMismatchException. getIntegrationObject()Constructors in de.hybris.platform.integrationservices.service with parameters of type IntegrationObjectDescriptor Constructor Description IntegrationObjectAndItemMismatchException(ItemModel item, IntegrationObjectDescriptor io) -
Uses of IntegrationObjectDescriptor in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl that return IntegrationObjectDescriptor Modifier and Type Method Description protected IntegrationObjectDescriptorDefaultIntegrationObjectConversionService. findIntegrationObjectDescriptor(java.lang.String integrationObjectCode)Methods in de.hybris.platform.integrationservices.service.impl with parameters of type IntegrationObjectDescriptor Modifier and Type Method Description 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 IntegrationObjectDescriptor Modifier and Type Method Description static IntegrationObjectDescriptorIntegrationObjectTestUtil. findIntegrationObjectDescriptorByCode(java.lang.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 IntegrationObjectDescriptor Modifier and Type Method Description @NotNull IntegrationObjectDescriptorDecoratorContext. getIntegrationObject()Retrieves theGeneratedIntegrationObject.getCode()value.Methods in de.hybris.platform.outboundservices.decorator with parameters of type IntegrationObjectDescriptor Modifier and Type Method Description DecoratorContextBuilderDecoratorContextBuilder. 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 IntegrationObjectDescriptor Constructor Description DecoratorContext(ItemModel item, @NotNull IntegrationObjectDescriptor io, @NotNull ConsumedDestinationModel destination, OutboundSource source, java.util.Collection<java.lang.String> errors)Deprecated, for removal: This API element is subject to removal in a future version.UseDecoratorContextBuilderto create instances. -
Uses of IntegrationObjectDescriptor in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return IntegrationObjectDescriptor Modifier and Type Method Description protected 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 IntegrationObjectDescriptor Modifier and Type Method Description IntegrationObjectDescriptorOutboundItem. getIntegrationObject()
-