Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectModel
Packages that use IntegrationObjectModel
Package
Description
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
Contains generated models for each type of de.hybris.platform.outboundsync.jalo package.
-
Uses of IntegrationObjectModel in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return IntegrationObjectModelModifier and TypeMethodDescriptionInboundChannelConfigurationModel.getIntegrationObject()Generated method - Getter of theInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.IntegrationObjectItemModel.getIntegrationObject()Generated method - Getter of theIntegrationObjectItem.integrationObjectattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectModelModifier and TypeMethodDescriptionvoidInboundChannelConfigurationModel.setIntegrationObject(IntegrationObjectModel value) Generated method - Setter ofInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.voidIntegrationObjectItemModel.setIntegrationObject(IntegrationObjectModel value) Generated method - Setter ofIntegrationObjectItem.integrationObjectattribute defined at extensionintegrationservices.Constructors in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectModelModifierConstructorDescriptionInboundChannelConfigurationModel(IntegrationObjectModel _integrationObject) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInboundChannelConfigurationModel(IntegrationObjectModel _integrationObject, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectItemModel(String _code, IntegrationObjectModel _integrationObject, ItemModel _owner, ComposedTypeModel _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectItemModel(String _code, IntegrationObjectModel _integrationObject, ComposedTypeModel _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of IntegrationObjectModel in de.hybris.platform.outboundsync.model
Methods in de.hybris.platform.outboundsync.model that return IntegrationObjectModelModifier and TypeMethodDescriptionOutboundChannelConfigurationModel.getIntegrationObject()Generated method - Getter of theOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.Methods in de.hybris.platform.outboundsync.model with parameters of type IntegrationObjectModelModifier and TypeMethodDescriptionvoidOutboundChannelConfigurationModel.setIntegrationObject(IntegrationObjectModel value) Generated method - Setter ofOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.Constructors in de.hybris.platform.outboundsync.model with parameters of type IntegrationObjectModelModifierConstructorDescriptionOutboundChannelConfigurationModel(String _code, ConsumedDestinationModel _destination, IntegrationObjectModel _integrationObject) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundChannelConfigurationModel(String _code, ConsumedDestinationModel _destination, IntegrationObjectModel _integrationObject, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters