Uses of Class
de.hybris.platform.commercefacades.order.EntryGroupData
-
-
Uses of EntryGroupData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return EntryGroupData Modifier and Type Method Description EntryGroupDataCommerceEntryGroupUtils. getGroup(AbstractOrderData order, java.lang.Integer groupNumber)ReturnsEntryGroupDataby groupNumber from given orderEntryGroupDataCommerceEntryGroupUtils. getGroup(AbstractOrderData order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType groupType)Searches for entry group which is a type ofgroupTypeand which number belongs to thegroupNumbers.EntryGroupDataEntryGroupData. getParent()EntryGroupDataEntryGroupData. getRootGroup()Methods in de.hybris.platform.commercefacades.order that return types with arguments of type EntryGroupData Modifier and Type Method Description java.util.List<EntryGroupData>EntryGroupData. getChildren()java.util.List<EntryGroupData>CommerceEntryGroupUtils. getLeaves(EntryGroupData root)Returns all leaf nodes of group tree, preventing their natural order.java.util.List<EntryGroupData>CommerceEntryGroupUtils. getNestedGroups(EntryGroupData root)Flatten group tree and return it as a plain list of groups.Methods in de.hybris.platform.commercefacades.order with parameters of type EntryGroupData Modifier and Type Method Description java.util.List<EntryGroupData>CommerceEntryGroupUtils. getLeaves(EntryGroupData root)Returns all leaf nodes of group tree, preventing their natural order.java.util.List<EntryGroupData>CommerceEntryGroupUtils. getNestedGroups(EntryGroupData root)Flatten group tree and return it as a plain list of groups.voidEntryGroupData. setParent(EntryGroupData parent)voidEntryGroupData. setRootGroup(EntryGroupData rootGroup)Method parameters in de.hybris.platform.commercefacades.order with type arguments of type EntryGroupData Modifier and Type Method Description voidVirtualEntryGroupStrategy. createGroup(java.util.List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry)Assigns the standalone entry to an entry group.intCommerceEntryGroupUtils. findMaxGroupNumber(java.util.List<EntryGroupData> roots)Returns max value ofEntryGroupData#groupNumber.voidEntryGroupData. setChildren(java.util.List<EntryGroupData> children) -
Uses of EntryGroupData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return EntryGroupData Modifier and Type Method Description protected EntryGroupDataGroupOrderEntryPopulatorTest. createEntryGroupData(OrderEntryData entry, int number)protected EntryGroupDataGroupOrderEntryPopulator. createRootGroup(OrderEntryData groupedOrderEntry, AbstractOrderData order)protected EntryGroupDataAbstractOrderPopulatorTest. entryGroupData(java.lang.Integer number, EntryGroupData... children)protected EntryGroupDataAbstractOrderPopulator. getGroup(java.lang.Integer number, java.util.Map<java.lang.Integer,EntryGroupData> map)protected EntryGroupDataGroupOrderConsignmentEntryPopulatorTest. wrapIntoEntryGroup(OrderEntryData entry, int groupNumber)Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type EntryGroupData Modifier and Type Method Description protected Converter<EntryGroup,EntryGroupData>AbstractOrderPopulator. getEntryGroupConverter()protected Converter<EntryGroup,EntryGroupData>EntryGroupPopulator. getEntryGroupConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type EntryGroupData Modifier and Type Method Description protected voidAbstractOrderPopulator. assignEntriesToGroups(EntryGroupData entryGroup, javax.ws.rs.core.MultivaluedMap<java.lang.Integer,OrderEntryData> orderEntryDataMap)protected EntryGroupDataAbstractOrderPopulatorTest. entryGroupData(java.lang.Integer number, EntryGroupData... children)voidEntryGroupPopulator. populate(EntryGroup entryGroup, EntryGroupData entryGroupData)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type EntryGroupData Modifier and Type Method Description protected voidAbstractOrderPopulator. assignParentGroups(java.util.Collection<EntryGroupData> groups)protected EntryGroupDataAbstractOrderPopulator. getGroup(java.lang.Integer number, java.util.Map<java.lang.Integer,EntryGroupData> map)voidAbstractOrderPopulator. setEntryGroupConverter(Converter<EntryGroup,EntryGroupData> entryGroupConverter)voidEntryGroupPopulator. setEntryGroupConverter(Converter<EntryGroup,EntryGroupData> entryGroupConverter)protected voidAbstractOrderPopulator. updateEntryGroupReferences(java.util.Collection<EntryGroup> source, java.util.Map<java.lang.Integer,EntryGroupData> target)Fills references to other groups of each convertedEntryGroupData. -
Uses of EntryGroupData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type EntryGroupData Modifier and Type Method Description java.util.List<EntryGroupData>AbstractOrderData. getRootGroups()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type EntryGroupData Modifier and Type Method Description voidAbstractOrderData. setRootGroups(java.util.List<EntryGroupData> rootGroups) -
Uses of EntryGroupData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return EntryGroupData Modifier and Type Method Description protected EntryGroupDataDefaultVirtualEntryGroupStrategy. createVirtualGroup(OrderEntryData standaloneEntry, int nextGroupNumber)protected EntryGroupDataDefaultCommerceEntryGroupUtilsTest. entryGroupData(java.lang.Integer number, EntryGroupData... children)EntryGroupDataDefaultCommerceEntryGroupUtils. getGroup(AbstractOrderData order, java.lang.Integer groupNumber)EntryGroupDataDefaultCommerceEntryGroupUtils. getGroup(AbstractOrderData order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType groupType)protected EntryGroupDataDefaultCommerceEntryGroupUtilsTest. group(java.lang.Integer number, EntryGroupData... children)Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type EntryGroupData Modifier and Type Method Description java.util.List<EntryGroupData>DefaultCommerceEntryGroupUtils. getLeaves(EntryGroupData root)java.util.List<EntryGroupData>DefaultCommerceEntryGroupUtils. getNestedGroups(EntryGroupData root)Methods in de.hybris.platform.commercefacades.order.impl with parameters of type EntryGroupData Modifier and Type Method Description protected EntryGroupDataDefaultCommerceEntryGroupUtilsTest. entryGroupData(java.lang.Integer number, EntryGroupData... children)java.util.List<EntryGroupData>DefaultCommerceEntryGroupUtils. getLeaves(EntryGroupData root)java.util.List<EntryGroupData>DefaultCommerceEntryGroupUtils. getNestedGroups(EntryGroupData root)protected EntryGroupDataDefaultCommerceEntryGroupUtilsTest. group(java.lang.Integer number, EntryGroupData... children)Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type EntryGroupData Modifier and Type Method Description voidDefaultVirtualEntryGroupStrategy. createGroup(java.util.List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry)intDefaultCommerceEntryGroupUtils. findMaxGroupNumber(java.util.List<EntryGroupData> roots) -
Uses of EntryGroupData in de.hybris.platform.configurablebundleaddon.controllers.pages
Methods in de.hybris.platform.configurablebundleaddon.controllers.pages that return types with arguments of type EntryGroupData Modifier and Type Method Description protected java.util.List<EntryGroupData>BundlePageController. getLeafGroups(java.lang.Integer groupNumber)Find leaf nodes of the group tree, that contains group with given number. -
Uses of EntryGroupData in de.hybris.platform.marketplacefacades.cart.converters.populator
Methods in de.hybris.platform.marketplacefacades.cart.converters.populator that return EntryGroupData Modifier and Type Method Description protected EntryGroupDataGroupVendorOrderEntryPopulator. getVendorGroup(OrderEntryData entry, java.util.Map<java.lang.String,EntryGroupData> vendorGroups)protected EntryGroupDataGroupVendorOrderEntryPopulator. getVendorRootGroup(java.util.Map<java.lang.String,EntryGroupData> vendorGroups)Methods in de.hybris.platform.marketplacefacades.cart.converters.populator that return types with arguments of type EntryGroupData Modifier and Type Method Description protected java.util.List<EntryGroupData>GroupVendorOrderEntryPopulator. getCurrentNestedGroups(EntryGroupData root)Methods in de.hybris.platform.marketplacefacades.cart.converters.populator with parameters of type EntryGroupData Modifier and Type Method Description protected voidGroupVendorOrderEntryPopulator. addToCurrentRootGroups(AbstractOrderData order, EntryGroupData vendorRootGroup)protected java.util.List<EntryGroupData>GroupVendorOrderEntryPopulator. getCurrentNestedGroups(EntryGroupData root)Method parameters in de.hybris.platform.marketplacefacades.cart.converters.populator with type arguments of type EntryGroupData Modifier and Type Method Description protected voidGroupVendorOrderEntryPopulator. addEntryToGroup(OrderEntryData entry, java.util.Map<java.lang.String,EntryGroupData> vendorGroups)protected intGroupVendorOrderEntryPopulator. findCurrentMaxGroupNumber(java.util.List<EntryGroupData> roots)protected EntryGroupDataGroupVendorOrderEntryPopulator. getVendorGroup(OrderEntryData entry, java.util.Map<java.lang.String,EntryGroupData> vendorGroups)protected EntryGroupDataGroupVendorOrderEntryPopulator. getVendorRootGroup(java.util.Map<java.lang.String,EntryGroupData> vendorGroups) -
Uses of EntryGroupData in de.hybris.platform.selectivecartfacades.strategies.impl
Methods in de.hybris.platform.selectivecartfacades.strategies.impl that return EntryGroupData Modifier and Type Method Description protected EntryGroupDataSelectiveCartEntriesOrderingStrategyTest. createEntryGroup(int groupNumber)protected EntryGroupDataSelectiveCartEntriesOrderingStrategy. createRootGroup(OrderEntryData groupedOrderEntry, java.util.List<EntryGroupData> newRootGroups)protected EntryGroupDataSelectiveCartEntriesOrderingStrategy. getEntryGroup(AbstractOrderData order, ProductData productData, GroupType groupType)Methods in de.hybris.platform.selectivecartfacades.strategies.impl that return types with arguments of type EntryGroupData Modifier and Type Method Description protected java.util.List<EntryGroupData>SelectiveCartEntriesOrderingStrategy. getNestedGroups(EntryGroupData root)Methods in de.hybris.platform.selectivecartfacades.strategies.impl with parameters of type EntryGroupData Modifier and Type Method Description protected java.util.List<EntryGroupData>SelectiveCartEntriesOrderingStrategy. getNestedGroups(EntryGroupData root)Method parameters in de.hybris.platform.selectivecartfacades.strategies.impl with type arguments of type EntryGroupData Modifier and Type Method Description protected EntryGroupDataSelectiveCartEntriesOrderingStrategy. createRootGroup(OrderEntryData groupedOrderEntry, java.util.List<EntryGroupData> newRootGroups)protected voidSelectiveCartEntriesOrderingStrategy. resetEntryGroupNumber(AbstractOrderData order, OrderEntryData entry, java.util.List<EntryGroupData> newRootGroups)protected voidSelectiveCartEntriesOrderingStrategy. setEntryGroups(OrderEntryData entry, java.util.List<EntryGroupData> newRootGroups)
-