| Package | Description |
|---|---|
| de.hybris.platform.apiregistryservices.constraints | |
| de.hybris.platform.apiregistryservices.dao | |
| de.hybris.platform.apiregistryservices.dao.impl | |
| de.hybris.platform.apiregistryservices.dto | |
| de.hybris.platform.apiregistryservices.model.events |
Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo.events package.
|
| de.hybris.platform.apiregistryservices.populators | |
| de.hybris.platform.apiregistryservices.resource.events | |
| de.hybris.platform.kymaintegrationservices.dto | |
| de.hybris.platform.kymaintegrationservices.populators |
| Modifier and Type | Method and Description |
|---|---|
EventConfigurationModel |
EventMappingValidValidatorTest.getActiveConfigurationWithInexistentProperty() |
EventConfigurationModel |
EventMappingValidValidatorTest.getInactiveConfigurationWithInexistentProperty() |
EventConfigurationModel |
EventMappingValidValidatorTest.getValidActiveConfiguration() |
EventConfigurationModel |
EventMappingValidValidatorTest.getValidInactiveConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventConfigurationModel> |
EventConfigurationDao.findActiveEventConfigsByChannel(DestinationChannel channel)
Fetch list of active events for eventChannel.
|
java.util.List<EventConfigurationModel> |
EventConfigurationDao.findActiveEventConfigsByClass(java.lang.String eventClass)
Fetch list of all active events.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventConfigurationModel> |
DefaultEventConfigurationDao.findActiveEventConfigsByChannel(DestinationChannel channel) |
java.util.List<EventConfigurationModel> |
DefaultEventConfigurationDao.findActiveEventConfigsByClass(java.lang.String eventClass) |
| Modifier and Type | Method and Description |
|---|---|
EventConfigurationModel |
EventSourceData.getEventConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSourceData.setEventConfig(EventConfigurationModel eventConfig) |
| Modifier and Type | Method and Description |
|---|---|
EventConfigurationModel |
EventPropertyConfigurationModel.getEventConfiguration()
Generated method - Getter of the
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventPropertyConfigurationModel.setEventConfiguration(EventConfigurationModel value)
Generated method - Initial setter of
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices. |
| Constructor and Description |
|---|
EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration,
ItemModel _owner,
java.lang.String _propertyMapping,
java.lang.String _propertyName,
java.lang.String _title,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration,
java.lang.String _propertyMapping,
java.lang.String _propertyName,
java.lang.String _title,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
AbstractEventPopulator.getValuesFromEvent(AbstractEvent event,
EventConfigurationModel ecModel)
Method applies mappingConfiguration on event data
|
| Modifier and Type | Method and Description |
|---|---|
EventConfigurationModel |
EventConfigurationResource.getEventConfigurationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected EventConfigurationModel |
EventConfigurationResource.readResource(java.lang.String resourceId)
Gets the
EventConfigurationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EventConfigurationModel> |
EventConfigurationsResource.getEventConfigurationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventConfigurationResource.setEventConfigurationModel(EventConfigurationModel value)
Convenience method which just delegates to
#setResourceValue(EventConfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventConfigurationsResource.setEventConfigurationsCollection(java.util.Collection<EventConfigurationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventConfigurationModel> |
EventsSpecificationSourceData.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsSpecificationSourceData.setEvents(java.util.List<EventConfigurationModel> events) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<EventConfigurationModel,TopicData> |
EventsSpecificationPopulator.getTopicConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicPopulator.populate(EventConfigurationModel source,
TopicData target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventsSpecificationPopulator.populateEventSpecification(ExposedDestinationModel destinationModel,
java.util.List<EventConfigurationModel> eventsList,
EventsSpecificationData target) |
protected void |
EventsSpecificationPopulator.populateTopics(java.util.List<EventConfigurationModel> eventList,
java.util.Map<java.lang.String,TopicData> target) |
void |
EventsSpecificationPopulator.setTopicConverter(Converter<EventConfigurationModel,TopicData> topicConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.