Uses of Class
de.hybris.platform.apiregistryservices.jalo.events.EventPropertyConfiguration
-
Packages that use EventPropertyConfiguration Package Description de.hybris.platform.apiregistryservices.jalo de.hybris.platform.apiregistryservices.jalo.events -
-
Uses of EventPropertyConfiguration in de.hybris.platform.apiregistryservices.jalo
Methods in de.hybris.platform.apiregistryservices.jalo that return EventPropertyConfiguration Modifier and Type Method Description EventPropertyConfigurationGeneratedApiregistryservicesManager. createEventPropertyConfiguration(SessionContext ctx, java.util.Map attributeValues)EventPropertyConfigurationGeneratedApiregistryservicesManager. createEventPropertyConfiguration(java.util.Map attributeValues) -
Uses of EventPropertyConfiguration in de.hybris.platform.apiregistryservices.jalo.events
Fields in de.hybris.platform.apiregistryservices.jalo.events with type parameters of type EventPropertyConfiguration Modifier and Type Field Description protected static OneToManyHandler<EventPropertyConfiguration>GeneratedEventConfiguration. EVENTPROPERTYCONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n EVENTPROPERTYCONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.apiregistryservices.jalo.events that return types with arguments of type EventPropertyConfiguration Modifier and Type Method Description java.util.List<EventPropertyConfiguration>GeneratedEventConfiguration. getEventPropertyConfigurations()Generated method - Getter of theEventConfiguration.eventPropertyConfigurationsattribute.java.util.List<EventPropertyConfiguration>GeneratedEventConfiguration. getEventPropertyConfigurations(SessionContext ctx)Generated method - Getter of theEventConfiguration.eventPropertyConfigurationsattribute.Methods in de.hybris.platform.apiregistryservices.jalo.events with parameters of type EventPropertyConfiguration Modifier and Type Method Description voidGeneratedEventConfiguration. addToEventPropertyConfigurations(EventPropertyConfiguration value)Generated method - Addsvalueto eventPropertyConfigurations.voidGeneratedEventConfiguration. addToEventPropertyConfigurations(SessionContext ctx, EventPropertyConfiguration value)Generated method - Addsvalueto eventPropertyConfigurations.voidGeneratedEventConfiguration. removeFromEventPropertyConfigurations(EventPropertyConfiguration value)Generated method - Removesvaluefrom eventPropertyConfigurations.voidGeneratedEventConfiguration. removeFromEventPropertyConfigurations(SessionContext ctx, EventPropertyConfiguration value)Generated method - Removesvaluefrom eventPropertyConfigurations.Method parameters in de.hybris.platform.apiregistryservices.jalo.events with type arguments of type EventPropertyConfiguration Modifier and Type Method Description voidGeneratedEventConfiguration. setEventPropertyConfigurations(SessionContext ctx, java.util.List<EventPropertyConfiguration> value)Generated method - Setter of theEventConfiguration.eventPropertyConfigurationsattribute.voidGeneratedEventConfiguration. setEventPropertyConfigurations(java.util.List<EventPropertyConfiguration> value)Generated method - Setter of theEventConfiguration.eventPropertyConfigurationsattribute.
-