Uses of Interface
de.hybris.platform.integrationservices.model.IntegrationObjectDescriptor
-
-
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) -
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()
-