Class DefaultEntryGroupRAOProvider
java.lang.Object
de.hybris.platform.ruleengineservices.rao.providers.impl.DefaultEntryGroupRAOProvider
- All Implemented Interfaces:
RAOProvider<AbstractOrderModel>
The default implementation for the order
RAO-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<OrderEntryGroupRAO>collectNestedGroups(EntryGroup rootEntryGroup, OrderEntryGroupRAO rootEntryGroupRao) protected Converter<EntryGroup,OrderEntryGroupRAO> protected EntryGroupServicevoidsetEntryGroupRaoConverter(Converter<EntryGroup, OrderEntryGroupRAO> entryGroupRaoConverter) voidsetEntryGroupService(EntryGroupService entryGroupService)
-
Constructor Details
-
DefaultEntryGroupRAOProvider
public DefaultEntryGroupRAOProvider()
-
-
Method Details
-
expandFactModel
- Specified by:
expandFactModelin interfaceRAOProvider<AbstractOrderModel>
-
collectNestedGroups
protected Set<OrderEntryGroupRAO> collectNestedGroups(EntryGroup rootEntryGroup, OrderEntryGroupRAO rootEntryGroupRao) -
getEntryGroupService
-
setEntryGroupService
-
getEntryGroupRaoConverter
-
setEntryGroupRaoConverter
public void setEntryGroupRaoConverter(Converter<EntryGroup, OrderEntryGroupRAO> entryGroupRaoConverter)
-