Uses of Class
de.hybris.platform.apiregistryservices.model.events.EventConfigurationModel
-
-
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.constraints
Methods in de.hybris.platform.apiregistryservices.constraints that return EventConfigurationModel Modifier and Type Method Description EventConfigurationModelEventMappingValidValidatorTest. getActiveConfigurationWithInexistentProperty()EventConfigurationModelEventMappingValidValidatorTest. getInactiveConfigurationWithInexistentProperty()EventConfigurationModelEventMappingValidValidatorTest. getValidActiveConfiguration()EventConfigurationModelEventMappingValidValidatorTest. getValidInactiveConfiguration() -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.dao
Methods in de.hybris.platform.apiregistryservices.dao that return types with arguments of type EventConfigurationModel Modifier and Type Method Description java.util.List<EventConfigurationModel>EventConfigurationDao. findActiveEventConfigsByChannel(DestinationChannel channel)Deprecated, for removal: This API element is subject to removal in a future version.since 1905java.util.List<EventConfigurationModel>EventConfigurationDao. findActiveEventConfigsByClass(java.lang.String eventClass)Fetch list of all active events.java.util.List<EventConfigurationModel>EventConfigurationDao. findActiveEventConfigsByDestinationTargetId(java.lang.String destinationTargetId)Fetch list of active events for DestinationTarget.java.util.List<EventConfigurationModel>EventConfigurationDao. findEventConfigsByDestinationTargetId(java.lang.String destinationTargetId)Fetch list of all events for the given DestinationTarget. -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.dao.impl
Methods in de.hybris.platform.apiregistryservices.dao.impl that return types with arguments of type EventConfigurationModel Modifier and Type Method Description java.util.List<EventConfigurationModel>DefaultEventConfigurationDao. findActiveEventConfigsByChannel(DestinationChannel channel)Deprecated, for removal: This API element is subject to removal in a future version.since 1905java.util.List<EventConfigurationModel>DefaultEventConfigurationDao. findActiveEventConfigsByClass(java.lang.String eventClass)java.util.List<EventConfigurationModel>DefaultEventConfigurationDao. findActiveEventConfigsByDestinationTargetId(java.lang.String destinationTargetId)java.util.List<EventConfigurationModel>DefaultEventConfigurationDao. findEventConfigsByDestinationTargetId(java.lang.String destinationTargetId) -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.dto
Methods in de.hybris.platform.apiregistryservices.dto that return EventConfigurationModel Modifier and Type Method Description EventConfigurationModelEventSourceData. getEventConfig()Methods in de.hybris.platform.apiregistryservices.dto with parameters of type EventConfigurationModel Modifier and Type Method Description voidEventSourceData. setEventConfig(EventConfigurationModel eventConfig) -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.model
Subclasses of EventConfigurationModel in de.hybris.platform.apiregistryservices.model Modifier and Type Class Description classProcessEventConfigurationModelGenerated model class for type ProcessEventConfiguration first defined at extension apiregistryservices.Methods in de.hybris.platform.apiregistryservices.model that return types with arguments of type EventConfigurationModel Modifier and Type Method Description java.util.Collection<EventConfigurationModel>DestinationTargetModel. getEventConfigurations()Generated method - Getter of theDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices.Method parameters in de.hybris.platform.apiregistryservices.model with type arguments of type EventConfigurationModel Modifier and Type Method Description voidDestinationTargetModel. setEventConfigurations(java.util.Collection<EventConfigurationModel> value)Generated method - Setter ofDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices. -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.model.events
Methods in de.hybris.platform.apiregistryservices.model.events that return EventConfigurationModel Modifier and Type Method Description EventConfigurationModelEventPropertyConfigurationModel. getEventConfiguration()Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices.Methods in de.hybris.platform.apiregistryservices.model.events with parameters of type EventConfigurationModel Modifier and Type Method Description voidEventPropertyConfigurationModel. setEventConfiguration(EventConfigurationModel value)Generated method - Initial setter ofEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices.Constructors in de.hybris.platform.apiregistryservices.model.events with parameters of type EventConfigurationModel Constructor Description EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, ItemModel _owner, java.lang.String _propertyMapping, java.lang.String _propertyName, java.lang.String _title, java.lang.String _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 parametersEventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, java.lang.String _propertyMapping, java.lang.String _propertyName, java.lang.String _title, java.lang.String _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 EventConfigurationModel in de.hybris.platform.apiregistryservices.populators
Methods in de.hybris.platform.apiregistryservices.populators with parameters of type EventConfigurationModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>AbstractEventPopulator. getValuesFromEvent(AbstractEvent event, EventConfigurationModel ecModel)Method applies mappingConfiguration on event data -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.services
Method parameters in de.hybris.platform.apiregistryservices.services with type arguments of type EventConfigurationModel Modifier and Type Method Description voidDestinationTargetService. createEventConfigurations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<EventConfigurationModel> eventConfigurations)Create event configurations for the target destination. -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.services.impl
Method parameters in de.hybris.platform.apiregistryservices.services.impl with type arguments of type EventConfigurationModel Modifier and Type Method Description voidDefaultDestinationTargetService. createEventConfigurations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<EventConfigurationModel> eventConfigurations) -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.strategies
Method parameters in de.hybris.platform.apiregistryservices.strategies with type arguments of type EventConfigurationModel Modifier and Type Method Description voidDestinationTargetCloningStrategy. createEventConfigurations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<EventConfigurationModel> eventConfigurations)Create event configurations for the target destination. -
Uses of EventConfigurationModel in de.hybris.platform.apiregistryservices.strategies.impl
Method parameters in de.hybris.platform.apiregistryservices.strategies.impl with type arguments of type EventConfigurationModel Modifier and Type Method Description voidDefaultDestinationTargetCloningStrategy. createEventConfigurations(DestinationTargetModel source, DestinationTargetModel destinationTarget, java.util.List<EventConfigurationModel> eventConfigurations) -
Uses of EventConfigurationModel in de.hybris.platform.kymaintegrationservices.dto
Methods in de.hybris.platform.kymaintegrationservices.dto that return types with arguments of type EventConfigurationModel Modifier and Type Method Description java.util.List<EventConfigurationModel>EventsSpecificationSourceData. getEvents()Method parameters in de.hybris.platform.kymaintegrationservices.dto with type arguments of type EventConfigurationModel Modifier and Type Method Description voidEventsSpecificationSourceData. setEvents(java.util.List<EventConfigurationModel> events) -
Uses of EventConfigurationModel in de.hybris.platform.kymaintegrationservices.event.impl
Methods in de.hybris.platform.kymaintegrationservices.event.impl with parameters of type EventConfigurationModel Modifier and Type Method Description protected Converter<EventSourceData,PublishRequestData>KymaEventServiceActivator. getConverter(EventConfigurationModel eventConfiguration) -
Uses of EventConfigurationModel in de.hybris.platform.kymaintegrationservices.populators
Methods in de.hybris.platform.kymaintegrationservices.populators that return types with arguments of type EventConfigurationModel Modifier and Type Method Description protected Converter<EventConfigurationModel,TopicData>EventsSpecificationPopulator. getTopicConverter()Methods in de.hybris.platform.kymaintegrationservices.populators with parameters of type EventConfigurationModel Modifier and Type Method Description voidTopicPopulator. populate(EventConfigurationModel source, TopicData target)Method parameters in de.hybris.platform.kymaintegrationservices.populators with type arguments of type EventConfigurationModel Modifier and Type Method Description protected voidEventsSpecificationPopulator. populateEventSpecification(ExposedDestinationModel destinationModel, java.util.List<EventConfigurationModel> eventsList, EventsSpecificationData target)protected voidEventsSpecificationPopulator. populateTopics(java.util.List<EventConfigurationModel> eventList, java.util.Map<java.lang.String,TopicData> target)voidEventsSpecificationPopulator. setTopicConverter(Converter<EventConfigurationModel,TopicData> topicConverter) -
Uses of EventConfigurationModel in de.hybris.platform.kymaintegrationservices.strategies.impl
Method parameters in de.hybris.platform.kymaintegrationservices.strategies.impl with type arguments of type EventConfigurationModel Modifier and Type Method Description voidKymaDestinationTargetCloningStrategy. createEventConfigurations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<EventConfigurationModel> eventConfigurations)
-