Uses of Class
de.hybris.platform.apiregistryservices.jalo.events.EventConfiguration
-
Packages that use EventConfiguration Package Description de.hybris.platform.apiregistryservices.jalo de.hybris.platform.apiregistryservices.jalo.events -
-
Uses of EventConfiguration in de.hybris.platform.apiregistryservices.jalo
Subclasses of EventConfiguration in de.hybris.platform.apiregistryservices.jalo Modifier and Type Class Description classGeneratedProcessEventConfigurationGenerated class for typeProcessEventConfiguration.classProcessEventConfigurationFields in de.hybris.platform.apiregistryservices.jalo with type parameters of type EventConfiguration Modifier and Type Field Description protected static OneToManyHandler<EventConfiguration>GeneratedDestinationTarget. EVENTCONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n EVENTCONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.apiregistryservices.jalo that return EventConfiguration Modifier and Type Method Description EventConfigurationGeneratedApiregistryservicesManager. createEventConfiguration(SessionContext ctx, java.util.Map attributeValues)EventConfigurationGeneratedApiregistryservicesManager. createEventConfiguration(java.util.Map attributeValues)Methods in de.hybris.platform.apiregistryservices.jalo that return types with arguments of type EventConfiguration Modifier and Type Method Description java.util.Collection<EventConfiguration>GeneratedDestinationTarget. getEventConfigurations()Generated method - Getter of theDestinationTarget.eventConfigurationsattribute.java.util.Collection<EventConfiguration>GeneratedDestinationTarget. getEventConfigurations(SessionContext ctx)Generated method - Getter of theDestinationTarget.eventConfigurationsattribute.Methods in de.hybris.platform.apiregistryservices.jalo with parameters of type EventConfiguration Modifier and Type Method Description voidGeneratedDestinationTarget. addToEventConfigurations(EventConfiguration value)Generated method - Addsvalueto eventConfigurations.voidGeneratedDestinationTarget. addToEventConfigurations(SessionContext ctx, EventConfiguration value)Generated method - Addsvalueto eventConfigurations.voidGeneratedDestinationTarget. removeFromEventConfigurations(EventConfiguration value)Generated method - Removesvaluefrom eventConfigurations.voidGeneratedDestinationTarget. removeFromEventConfigurations(SessionContext ctx, EventConfiguration value)Generated method - Removesvaluefrom eventConfigurations.Method parameters in de.hybris.platform.apiregistryservices.jalo with type arguments of type EventConfiguration Modifier and Type Method Description voidGeneratedDestinationTarget. setEventConfigurations(SessionContext ctx, java.util.Collection<EventConfiguration> value)Generated method - Setter of theDestinationTarget.eventConfigurationsattribute.voidGeneratedDestinationTarget. setEventConfigurations(java.util.Collection<EventConfiguration> value)Generated method - Setter of theDestinationTarget.eventConfigurationsattribute. -
Uses of EventConfiguration in de.hybris.platform.apiregistryservices.jalo.events
Methods in de.hybris.platform.apiregistryservices.jalo.events that return EventConfiguration Modifier and Type Method Description EventConfigurationGeneratedEventPropertyConfiguration. getEventConfiguration()Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute.EventConfigurationGeneratedEventPropertyConfiguration. getEventConfiguration(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute.Methods in de.hybris.platform.apiregistryservices.jalo.events with parameters of type EventConfiguration Modifier and Type Method Description protected voidGeneratedEventPropertyConfiguration. setEventConfiguration(EventConfiguration value)Generated method - Setter of theEventPropertyConfiguration.eventConfigurationattribute.protected voidGeneratedEventPropertyConfiguration. setEventConfiguration(SessionContext ctx, EventConfiguration value)Generated method - Setter of theEventPropertyConfiguration.eventConfigurationattribute.
-