Uses of Class
de.hybris.platform.inboundservices.model.InboundChannelConfigurationModel
-
Packages that use InboundChannelConfigurationModel Package Description de.hybris.platform.apiregistryservices.model Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo package.de.hybris.platform.inboundservices.interceptor de.hybris.platform.inboundservices.service de.hybris.platform.inboundservices.service.impl de.hybris.platform.inboundservices.strategies de.hybris.platform.inboundservices.strategies.impl de.hybris.platform.integrationbackoffice.services de.hybris.platform.integrationbackoffice.widgets.authentication de.hybris.platform.integrationbackoffice.widgets.authentication.registration de.hybris.platform.integrationbackoffice.widgets.editor.utility -
-
Uses of InboundChannelConfigurationModel in de.hybris.platform.apiregistryservices.model
Methods in de.hybris.platform.apiregistryservices.model that return InboundChannelConfigurationModel Modifier and Type Method Description InboundChannelConfigurationModelExposedDestinationModel. getInboundChannelConfiguration()Generated method - Getter of theExposedDestination.inboundChannelConfigurationattribute defined at extensioninboundservices.Methods in de.hybris.platform.apiregistryservices.model with parameters of type InboundChannelConfigurationModel Modifier and Type Method Description voidExposedDestinationModel. setInboundChannelConfiguration(InboundChannelConfigurationModel value)Generated method - Setter ofExposedDestination.inboundChannelConfigurationattribute defined at extensioninboundservices. -
Uses of InboundChannelConfigurationModel in de.hybris.platform.inboundservices.interceptor
Methods in de.hybris.platform.inboundservices.interceptor with parameters of type InboundChannelConfigurationModel Modifier and Type Method Description voidInboundChannelConfigurationRemoveInterceptor. onRemove(InboundChannelConfigurationModel inboundChannelConfigurationModel, InterceptorContext interceptorContext) -
Uses of InboundChannelConfigurationModel in de.hybris.platform.inboundservices.service
Methods in de.hybris.platform.inboundservices.service that return types with arguments of type InboundChannelConfigurationModel Modifier and Type Method Description java.util.Optional<InboundChannelConfigurationModel>InboundChannelConfigurationService. findInboundChannelConfigurationByIntegrationObject(IntegrationObjectModel integrationObject)Searches inbound channel configuration by an integration object -
Uses of InboundChannelConfigurationModel in de.hybris.platform.inboundservices.service.impl
Methods in de.hybris.platform.inboundservices.service.impl that return types with arguments of type InboundChannelConfigurationModel Modifier and Type Method Description java.util.Optional<InboundChannelConfigurationModel>DefaultInboundChannelConfigurationService. findInboundChannelConfigurationByIntegrationObject(IntegrationObjectModel integrationObject) -
Uses of InboundChannelConfigurationModel in de.hybris.platform.inboundservices.strategies
Methods in de.hybris.platform.inboundservices.strategies with parameters of type InboundChannelConfigurationModel Modifier and Type Method Description voidICCDeletionValidationStrategy. checkICCLinkedWithExposedDestination(InboundChannelConfigurationModel inboundChannelConfigurationModel) -
Uses of InboundChannelConfigurationModel in de.hybris.platform.inboundservices.strategies.impl
Methods in de.hybris.platform.inboundservices.strategies.impl with parameters of type InboundChannelConfigurationModel Modifier and Type Method Description voidDefaultICCDeletionValidationStrategy. checkICCLinkedWithExposedDestination(InboundChannelConfigurationModel inboundChannelConfigurationModel) -
Uses of InboundChannelConfigurationModel in de.hybris.platform.integrationbackoffice.services
Methods in de.hybris.platform.integrationbackoffice.services that return types with arguments of type InboundChannelConfigurationModel Modifier and Type Method Description java.util.List<InboundChannelConfigurationModel>ReadService. getInboundChannelConfigModels()Retrieves all InboundChannelConfigurationModels -
Uses of InboundChannelConfigurationModel in de.hybris.platform.integrationbackoffice.widgets.authentication
Methods in de.hybris.platform.integrationbackoffice.widgets.authentication with parameters of type InboundChannelConfigurationModel Modifier and Type Method Description voidInboundChannelConfigNotificationService. createICCToExposedDestinationSuccessNotification(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, InboundChannelConfigurationModel iccModel)Creates a success notification with a link to the persisted data. -
Uses of InboundChannelConfigurationModel in de.hybris.platform.integrationbackoffice.widgets.authentication.registration
Methods in de.hybris.platform.integrationbackoffice.widgets.authentication.registration with parameters of type InboundChannelConfigurationModel Modifier and Type Method Description voidRegisterIntegrationObjectDefaultService. createExposedDestinations(java.util.List<DestinationTargetModel> destinationTargets, InboundChannelConfigurationModel inboundChannelConfig, AbstractCredentialModel credential)voidRegisterIntegrationObjectService. createExposedDestinations(java.util.List<DestinationTargetModel> destinationTargets, InboundChannelConfigurationModel inboundChannelConfig, AbstractCredentialModel credential)For the given ICC create the exposed destinationsvoidRegisterIntegrationObjectWithBasicCredentialController. loadWidgetInfo(InboundChannelConfigurationModel inboundChannelConfiguration)voidRegisterIntegrationObjectWithOAuthCredentialController. loadWidgetInfo(InboundChannelConfigurationModel inboundChannelConfiguration)Method parameters in de.hybris.platform.integrationbackoffice.widgets.authentication.registration with type arguments of type InboundChannelConfigurationModel Modifier and Type Method Description com.hybris.cockpitng.actions.ActionResult<java.lang.String>RegisterIntegrationObjectAction. perform(com.hybris.cockpitng.actions.ActionContext<InboundChannelConfigurationModel> actionContext) -
Uses of InboundChannelConfigurationModel in de.hybris.platform.integrationbackoffice.widgets.editor.utility
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.utility with parameters of type InboundChannelConfigurationModel Modifier and Type Method Description voidDefaultUrlRenderer. render(org.zkoss.zul.impl.XulElement xulElement, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, @NotNull InboundChannelConfigurationModel inboundChannelConfigurationModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
-