Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectModel
-
Packages that use IntegrationObjectModel Package Description de.hybris.platform.inboundservices.model Contains generated models for each type of de.hybris.platform.inboundservices.jalo package.de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package. -
-
Uses of IntegrationObjectModel in de.hybris.platform.inboundservices.model
Methods in de.hybris.platform.inboundservices.model that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelInboundChannelConfigurationModel. getIntegrationObject()Generated method - Getter of theInboundChannelConfiguration.integrationObjectattribute defined at extensioninboundservices.Methods in de.hybris.platform.inboundservices.model with parameters of type IntegrationObjectModel Modifier and Type Method Description voidInboundChannelConfigurationModel. setIntegrationObject(IntegrationObjectModel value)Generated method - Setter ofInboundChannelConfiguration.integrationObjectattribute defined at extensioninboundservices.Constructors in de.hybris.platform.inboundservices.model with parameters of type IntegrationObjectModel Constructor Description InboundChannelConfigurationModel(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 parameters -
Uses of IntegrationObjectModel in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelIntegrationObjectItemModel. getIntegrationObject()Generated method - Getter of theIntegrationObjectItem.integrationObjectattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectModel Modifier and Type Method Description voidIntegrationObjectItemModel. setIntegrationObject(IntegrationObjectModel value)Generated method - Setter ofIntegrationObjectItem.integrationObjectattribute defined at extensionintegrationservices.Constructors in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectModel Constructor Description IntegrationObjectItemModel(java.lang.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(java.lang.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
-