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.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.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.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()
-