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.
-
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.IntegrationObjectClassModel.getIntegrationObject()Generated method - Getter of theIntegrationObjectClass.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.voidIntegrationObjectClassModel.setIntegrationObject(IntegrationObjectModel value) Generated method - Setter ofIntegrationObjectClass.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 parametersIntegrationObjectClassModel(String _code, IntegrationObjectModel _integrationObject, ItemModel _owner, Class _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 parametersIntegrationObjectClassModel(String _code, IntegrationObjectModel _integrationObject, Class _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, 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