Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectModel
-
Packages that use IntegrationObjectModel Package Description de.hybris.platform.integrationbackoffice.services de.hybris.platform.integrationbackoffice.widgets.editor.controllers de.hybris.platform.integrationbackoffice.widgets.editor.utility de.hybris.platform.integrationbackoffice.widgets.modals.controllers de.hybris.platform.integrationservices 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.integrationservices.util de.hybris.platform.outboundsync.config.impl de.hybris.platform.outboundsync.dto de.hybris.platform.outboundsync.model Contains generated models for each type of de.hybris.platform.outboundsync.jalo package. -
-
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.services
Methods in de.hybris.platform.integrationbackoffice.services that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelWriteService. clearIntegrationObject(IntegrationObjectModel integrationObjectModel)Clears the old definition of the IntehrationObjectModel.IntegrationObjectModelWriteService. createDefinitions(IntegrationObjectModel ioModel, java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> objectMap, java.lang.String rootCode)Iterates through the map containing the IntegrationObjectItemDefinitionModel (as the key) and the IntegrationObjectItemAttributeDefinitionModels (the list of DTOs)IntegrationObjectModelWriteService. createIntegrationObject(java.lang.String name, IntegrationType type)Creates a base Integration Object.protected IntegrationObjectModelWriteService. setReturnIntegrationObjectItem(IntegrationObjectModel integrationObject)Methods in de.hybris.platform.integrationbackoffice.services that return types with arguments of type IntegrationObjectModel Modifier and Type Method Description java.util.List<IntegrationObjectModel>ReadService. getIntegrationObjectModels()Retrieves all IntegrationObjectModelsMethods in de.hybris.platform.integrationbackoffice.services with parameters of type IntegrationObjectModel Modifier and Type Method Description protected IntegrationObjectItemModelWriteService. buildIntegrationObjectItem(IntegrationObjectModel ioModel, ComposedTypeModel ctm, java.lang.String rootCode)IntegrationObjectModelWriteService. clearIntegrationObject(IntegrationObjectModel integrationObjectModel)Clears the old definition of the IntehrationObjectModel.IntegrationObjectModelWriteService. createDefinitions(IntegrationObjectModel ioModel, java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> objectMap, java.lang.String rootCode)Iterates through the map containing the IntegrationObjectItemDefinitionModel (as the key) and the IntegrationObjectItemAttributeDefinitionModels (the list of DTOs)voidWriteService. deleteIntegrationObject(IntegrationObjectModel integrationObject)Delete an integration object from the type systemjava.io.InputStreamReadService. getEDMX(IntegrationObjectModel integrationObject)Get an EDMX representation of a given integration objectvoidWriteService. persistDefinitons(IntegrationObjectModel ioModel)Saves the IntegrationObjectModel to the model serviceprotected IntegrationObjectModelWriteService. setReturnIntegrationObjectItem(IntegrationObjectModel integrationObject) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.editor.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.controllers that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelIntegrationObjectEditorController. getSelectedIntegrationObject()Methods in de.hybris.platform.integrationbackoffice.widgets.editor.controllers with parameters of type IntegrationObjectModel Modifier and Type Method Description IntegrationObjectItemModelIntegrationObjectEditorController. getIntegrationObjectRoot(IntegrationObjectModel selectedIntegrationObject)voidIntegrationObjectButtonPanelController. loadIntegrationObject(IntegrationObjectModel integrationObjectModel)voidIntegrationObjectEditorController. loadIntegrationObject(IntegrationObjectModel integrationObject)voidIntegrationObjectEditorController. setSelectedIntegrationObject(IntegrationObjectModel integrationObject) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.editor.utility
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.utility that return IntegrationObjectModel Modifier and Type Method Description static IntegrationObjectModelEditorUtils. correctRoot(IntegrationObjectModel selectedIO, java.lang.String rootCode)Corrects an IntegrationObject's root property which is located at the IntegrationObjectItemModel level.Methods in de.hybris.platform.integrationbackoffice.widgets.editor.utility with parameters of type IntegrationObjectModel Modifier and Type Method Description static java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>>EditorUtils. convertIntegrationObjectToDTOMap(ReadService readService, IntegrationObjectModel integrationObject)Converts an integration object's contents to a map of lists of DTOsstatic IntegrationObjectModelEditorUtils. correctRoot(IntegrationObjectModel selectedIO, java.lang.String rootCode)Corrects an IntegrationObject's root property which is located at the IntegrationObjectItemModel level.static IntegrationObjectItemModelEditorUtils. getRootIntegrationObjectItem(IntegrationObjectModel integrationObject)Determine the root ComposedType from a IntegrationObject's IntegrationObjectItems. -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.modals.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.modals.controllers with parameters of type IntegrationObjectModel Modifier and Type Method Description voidCloneIntegrationObjectModalController. loadData(IntegrationObjectModel integrationObjectModel)voidIntegrationObjectMetadataViewerController. loadMetadata(IntegrationObjectModel integrationObjectModel) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationservices
Methods in de.hybris.platform.integrationservices that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelIntegrationObjectBuilder. build()Each time build() is called, a new instance of the theIntegrationObjectModelis returned with the same properties that were set. -
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 IntegrationObjectItemModelIntegrationObjectRootItemAttributeHandler. get(IntegrationObjectModel integrationObject)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 -
Uses of IntegrationObjectModel in de.hybris.platform.integrationservices.model.impl
Methods in de.hybris.platform.integrationservices.model.impl with parameters of type IntegrationObjectModel Modifier and Type Method Description static IntegrationObjectDescriptorDefaultIntegrationObjectDescriptor. create(IntegrationObjectModel model) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationservices.service
Methods in de.hybris.platform.integrationservices.service that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelIntegrationObjectService. findIntegrationObject(java.lang.String integrationObjectCode)Find an integration object with the given code.Methods in de.hybris.platform.integrationservices.service that return types with arguments of type IntegrationObjectModel Modifier and Type Method Description java.util.Set<IntegrationObjectModel>IntegrationObjectService. findAllIntegrationObjects(java.lang.String itemTypeCode)Find all IntegrationObjectModel associated with IntegrationObjectItemModel, which associates with the given itemTypeCode. -
Uses of IntegrationObjectModel in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelDefaultIntegrationObjectService. findIntegrationObject(java.lang.String integrationObjectCode)Methods in de.hybris.platform.integrationservices.service.impl that return types with arguments of type IntegrationObjectModel Modifier and Type Method Description java.util.Set<IntegrationObjectModel>DefaultIntegrationObjectService. findAllIntegrationObjects(java.lang.String itemTypeCode) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationservices.util
Methods in de.hybris.platform.integrationservices.util that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelIntegrationObjectItemsContext. getIntegrationObject()Get theIntegrationObjectModelassociated to the givenIntegrationObjectItemModelsIntegrationObjectModel[]IntegrationObjectsContext. givenExist(IntegrationObjectBuilder... specs)Persists the integration object specifications in the context storage.IntegrationObjectModelIntegrationObjectsContext. givenExists(IntegrationObjectBuilder spec)Persists the integration object specifications in the context storage.Methods in de.hybris.platform.integrationservices.util with parameters of type IntegrationObjectModel Modifier and Type Method Description voidIntegrationObjectsContext. givenExist(IntegrationObjectModel... models)Persists the integration object models in the context storage. -
Uses of IntegrationObjectModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl with parameters of type IntegrationObjectModel Modifier and Type Method Description protected IntegrationObjectDescriptorDefaultChannelConfigurationFactory. createIntegrationObjectDescriptor(IntegrationObjectModel model)Creates an integration object descriptor for the given integration object model. -
Uses of IntegrationObjectModel in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto with parameters of type IntegrationObjectModel Modifier and Type Method Description OutboundItem.BuilderOutboundItem.Builder. withIntegrationObject(IntegrationObjectModel model) -
Uses of IntegrationObjectModel in de.hybris.platform.outboundsync.model
Methods in de.hybris.platform.outboundsync.model that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelOutboundChannelConfigurationModel. getIntegrationObject()Generated method - Getter of theOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.Methods in de.hybris.platform.outboundsync.model with parameters of type IntegrationObjectModel Modifier and Type Method Description voidOutboundChannelConfigurationModel. setIntegrationObject(IntegrationObjectModel value)Generated method - Setter ofOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.Constructors in de.hybris.platform.outboundsync.model with parameters of type IntegrationObjectModel Constructor Description OutboundChannelConfigurationModel(java.lang.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(java.lang.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
-