Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectModel
-
-
Uses of IntegrationObjectModel in de.hybris.platform.inboundservices.interceptor
Methods in de.hybris.platform.inboundservices.interceptor with parameters of type IntegrationObjectModel Modifier and Type Method Description voidIntegrationObjectRemoveInterceptor. onRemove(IntegrationObjectModel integrationObject, InterceptorContext ctx) -
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.inboundservices.service
Methods in de.hybris.platform.inboundservices.service with parameters of type IntegrationObjectModel Modifier and Type Method Description java.util.Optional<InboundChannelConfigurationModel>InboundChannelConfigurationService. findInboundChannelConfigurationByIntegrationObject(IntegrationObjectModel integrationObject)Searches inbound channel configuration by an integration object -
Uses of IntegrationObjectModel in de.hybris.platform.inboundservices.service.impl
Methods in de.hybris.platform.inboundservices.service.impl with parameters of type IntegrationObjectModel Modifier and Type Method Description java.util.Optional<InboundChannelConfigurationModel>DefaultInboundChannelConfigurationService. findInboundChannelConfigurationByIntegrationObject(IntegrationObjectModel integrationObject) -
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 integrationObject)Clears the old definition of an integration object.IntegrationObjectModelWriteService. createDefinitions(IntegrationObjectModel integrationObject, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> objectMap, java.lang.String rootCode)Builds an integration object's items and their associated attributes from a map.IntegrationObjectModelWriteService. createIntegrationObject(java.lang.String name, IntegrationType type)Creates a base integration object.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 IntegrationObjectModelsjava.util.List<IntegrationObjectModel>ReadService. getIntgrationObjectModelByCode(java.lang.String code)Retrieves matching IntegrationObjectModels by code.Methods in de.hybris.platform.integrationbackoffice.services with parameters of type IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelWriteService. clearIntegrationObject(IntegrationObjectModel integrationObject)Clears the old definition of an integration object.IntegrationObjectModelWriteService. createDefinitions(IntegrationObjectModel integrationObject, java.util.Map<ComposedTypeModel,java.util.List<AbstractListItemDTO>> objectMap, java.lang.String rootCode)Builds an integration object's items and their associated attributes from a map.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. persistIntegrationObject(IntegrationObjectModel integrationObject)Saves an integration object with the model service. -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.authorization.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.authorization.controllers with parameters of type IntegrationObjectModel Modifier and Type Method Description voidIntegrationObjectAccessRightsController. setSelectedIO(IntegrationObjectModel integrationObject) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.editor.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.controllers with parameters of type IntegrationObjectModel Modifier and Type Method Description voidIntegrationObjectButtonPanelController. loadIntegrationObject(IntegrationObjectModel integrationObjectModel)voidIntegrationObjectEditorContainerController. loadIntegrationObject(IntegrationObjectModel integrationObject)voidIntegrationObjectSelectorController. syncComboBoxes(IntegrationObjectModel selectedIO) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.editor.data
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.data that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelIntegrationObjectPresentation. getSelectedIntegrationObject()Methods in de.hybris.platform.integrationbackoffice.widgets.editor.data with parameters of type IntegrationObjectModel Modifier and Type Method Description voidIntegrationObjectPresentation. setSelectedIntegrationObject(IntegrationObjectModel selectedIntegrationObject) -
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 IntegrationObjectModelIntegrationObjectRootUtils. correctRoot(IntegrationObjectModel integrationObject, java.lang.String rootCode)Corrects an IntegrationObject's root property which is located at the IntegrationObjectItemModel level.static IntegrationObjectModelIntegrationObjectRootUtils. resolveIntegrationObjectRoot(IntegrationObjectModel integrationObject)Uses both the boolean attribute root detector and legacy algorithm in the case of boolean method failure to determine the root of the IntegrationObject.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<AbstractListItemDTO>>EditorUtils. convertIntegrationObjectToDTOMap(ReadService readService, IntegrationObjectModel integrationObject)Converts an integration object's contents to a map of lists of DTOsstatic IntegrationObjectModelIntegrationObjectRootUtils. correctRoot(IntegrationObjectModel integrationObject, java.lang.String rootCode)Corrects an IntegrationObject's root property which is located at the IntegrationObjectItemModel level.static IntegrationObjectItemModelIntegrationObjectRootUtils. getRootFromReturnIntegrationObjectItem(IntegrationObjectModel integrationObject)Old algorithm to determine the root ComposedType from a IntegrationObject's IntegrationObjectItems.static IntegrationObjectItemModelIntegrationObjectRootUtils. getRootIntegrationObjectItem(IntegrationObjectModel integrationObject)Checks if an IntegrationObject has a root IntegrationObjectItem and returns it.static IntegrationObjectModelIntegrationObjectRootUtils. resolveIntegrationObjectRoot(IntegrationObjectModel integrationObject)Uses both the boolean attribute root detector and legacy algorithm in the case of boolean method failure to determine the root of the IntegrationObject. -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.modals.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.modals.controllers that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelIntegrationObjectMetadataViewerController. getSelectedIntegrationObject()Methods in de.hybris.platform.integrationbackoffice.widgets.modals.controllers with parameters of type IntegrationObjectModel Modifier and Type Method Description voidCloneIntegrationObjectModalController. loadCloneIntegrationObjectModal(IntegrationObjectModel integrationObjectModel)voidIntegrationObjectMetadataViewerController. loadMetadata(IntegrationObjectModel integrationObjectModel)voidItemTypeMatchModalController. loadModal(IntegrationObjectModel integrationObjectModel)voidIntegrationObjectMetadataViewerController. setSelectedIntegrationObject(IntegrationObjectModel selectedIntegrationObject) -
Uses of IntegrationObjectModel in de.hybris.platform.integrationbackoffice.widgets.modals.generator
Methods in de.hybris.platform.integrationbackoffice.widgets.modals.generator with parameters of type IntegrationObjectModel Modifier and Type Method Description java.lang.StringDefaultIntegrationObjectImpexGenerator. generateImpex(IntegrationObjectModel selectedIntegrationObject)java.lang.StringIntegrationObjectImpexGenerator. generateImpex(IntegrationObjectModel integrationObjectModel)Creates a dummy Impex string from an integration objectjava.lang.StringDefaultIntegrationObjectJsonGenerator. generateJson(IntegrationObjectModel integrationObjectModel)java.lang.StringIntegrationObjectJsonGenerator. generateJson(IntegrationObjectModel integrationObjectModel)Creates a dummy JSON string from an integration object -
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 IntegrationObjectDescriptorDescriptorFactory. createIntegrationObjectDescriptor(IntegrationObjectModel model)Creates an integration object descriptor.java.lang.BooleanIntegrationObjectClassificationAttributesPresentAttributeHandler. get(IntegrationObjectModel integrationObject)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)Deprecated, for removal: This API element is subject to removal in a future version.IntegrationObjectDescriptorDefaultDescriptorFactory. createIntegrationObjectDescriptor(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.integrationservices.validator
Methods in de.hybris.platform.integrationservices.validator with parameters of type IntegrationObjectModel Modifier and Type Method Description voidRootExistsValidator. onValidate(IntegrationObjectModel integrationObjectModel, InterceptorContext interceptorContext) -
Uses of IntegrationObjectModel in de.hybris.platform.outboundservices.facade
Methods in de.hybris.platform.outboundservices.facade that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelSyncParameters. getIntegrationObject()Methods in de.hybris.platform.outboundservices.facade with parameters of type IntegrationObjectModel Modifier and Type Method Description SyncParameters.SyncParametersBuilderSyncParameters.SyncParametersBuilder. withIntegrationObject(IntegrationObjectModel integrationObjectModel)Constructors in de.hybris.platform.outboundservices.facade with parameters of type IntegrationObjectModel Constructor Description SyncParameters(ItemModel item, java.lang.String integrationObjectCode, IntegrationObjectModel integrationObjectModel, java.lang.String destinationId, ConsumedDestinationModel destinationModel, OutboundSource source) -
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 -
Uses of IntegrationObjectModel in de.hybris.platform.webhookbackoffice.services
Methods in de.hybris.platform.webhookbackoffice.services with parameters of type IntegrationObjectModel Modifier and Type Method Description WebhookConfigurationModelWebhookConfigBackofficeService. createAndPersistWebhookConfiguration(IntegrationObjectModel integrationObject, ConsumedDestinationModel consumedDestination, java.lang.String eventType, java.lang.String filterLocation)Create, persist a WebhookConfigurationModels searched with unique components and return it.java.util.List<WebhookConfigurationModel>WebhookConfigBackofficeService. getWebhookConfiguration(IntegrationObjectModel integrationObject, ConsumedDestinationModel consumedDestination, java.lang.String eventType)Retrieves a list of WebhookConfigurationModels searched with unique components -
Uses of IntegrationObjectModel in de.hybris.platform.webhookservices.model
Methods in de.hybris.platform.webhookservices.model that return IntegrationObjectModel Modifier and Type Method Description IntegrationObjectModelWebhookConfigurationModel. getIntegrationObject()Generated method - Getter of theWebhookConfiguration.integrationObjectattribute defined at extensionwebhookservices.Methods in de.hybris.platform.webhookservices.model with parameters of type IntegrationObjectModel Modifier and Type Method Description voidWebhookConfigurationModel. setIntegrationObject(IntegrationObjectModel value)Generated method - Setter ofWebhookConfiguration.integrationObjectattribute defined at extensionwebhookservices.Constructors in de.hybris.platform.webhookservices.model with parameters of type IntegrationObjectModel Constructor Description WebhookConfigurationModel(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 parametersWebhookConfigurationModel(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
-