Uses of Class
de.hybris.platform.ruleengineservices.rao.OrderEntryGroupRAO
-
-
Uses of OrderEntryGroupRAO in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type OrderEntryGroupRAO Modifier and Type Method Description voidOrderEntryGroupRaoPopulator. populate(EntryGroup source, OrderEntryGroupRAO target) -
Uses of OrderEntryGroupRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return OrderEntryGroupRAO Modifier and Type Method Description OrderEntryGroupRAOOrderEntryGroupRAO. getRootEntryGroup()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type OrderEntryGroupRAO Modifier and Type Method Description voidOrderEntryGroupRAO. setRootEntryGroup(OrderEntryGroupRAO rootEntryGroup) -
Uses of OrderEntryGroupRAO in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return types with arguments of type OrderEntryGroupRAO Modifier and Type Method Description protected java.util.Set<OrderEntryGroupRAO>DefaultEntryGroupRAOProvider. collectNestedGroups(EntryGroup rootEntryGroup, OrderEntryGroupRAO rootEntryGroupRao)protected Converter<EntryGroup,OrderEntryGroupRAO>DefaultEntryGroupRAOProvider. getEntryGroupRaoConverter()Methods in de.hybris.platform.ruleengineservices.rao.providers.impl with parameters of type OrderEntryGroupRAO Modifier and Type Method Description protected java.util.Set<OrderEntryGroupRAO>DefaultEntryGroupRAOProvider. collectNestedGroups(EntryGroup rootEntryGroup, OrderEntryGroupRAO rootEntryGroupRao)Method parameters in de.hybris.platform.ruleengineservices.rao.providers.impl with type arguments of type OrderEntryGroupRAO Modifier and Type Method Description voidDefaultEntryGroupRAOProvider. setEntryGroupRaoConverter(Converter<EntryGroup,OrderEntryGroupRAO> entryGroupRaoConverter)
-