Class DefaultEntryGroupRAOProvider
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.providers.impl.DefaultEntryGroupRAOProvider
-
- All Implemented Interfaces:
RAOProvider<AbstractOrderModel>
public class DefaultEntryGroupRAOProvider extends java.lang.Object implements RAOProvider<AbstractOrderModel>
The default implementation for the orderRAO
-
-
Constructor Summary
Constructors Constructor Description DefaultEntryGroupRAOProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<OrderEntryGroupRAO>collectNestedGroups(EntryGroup rootEntryGroup, OrderEntryGroupRAO rootEntryGroupRao)java.util.SetexpandFactModel(AbstractOrderModel order)protected Converter<EntryGroup,OrderEntryGroupRAO>getEntryGroupRaoConverter()protected EntryGroupServicegetEntryGroupService()voidsetEntryGroupRaoConverter(Converter<EntryGroup,OrderEntryGroupRAO> entryGroupRaoConverter)voidsetEntryGroupService(EntryGroupService entryGroupService)
-
-
-
Method Detail
-
expandFactModel
public java.util.Set expandFactModel(AbstractOrderModel order)
- Specified by:
expandFactModelin interfaceRAOProvider<AbstractOrderModel>
-
collectNestedGroups
protected java.util.Set<OrderEntryGroupRAO> collectNestedGroups(EntryGroup rootEntryGroup, OrderEntryGroupRAO rootEntryGroupRao)
-
getEntryGroupService
protected EntryGroupService getEntryGroupService()
-
setEntryGroupService
public void setEntryGroupService(EntryGroupService entryGroupService)
-
getEntryGroupRaoConverter
protected Converter<EntryGroup,OrderEntryGroupRAO> getEntryGroupRaoConverter()
-
setEntryGroupRaoConverter
public void setEntryGroupRaoConverter(Converter<EntryGroup,OrderEntryGroupRAO> entryGroupRaoConverter)
-
-