Uses of Class
de.hybris.platform.commercefacades.order.EntryGroupData
Packages that use EntryGroupData
Package
Description
-
Uses of EntryGroupData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return EntryGroupDataModifier and TypeMethodDescriptionCommerceEntryGroupUtils.getGroup(AbstractOrderData order, Integer groupNumber) ReturnsEntryGroupDataby groupNumber from given orderCommerceEntryGroupUtils.getGroup(AbstractOrderData order, Collection<Integer> groupNumbers, GroupType groupType) Searches for entry group which is a type ofgroupTypeand which number belongs to thegroupNumbers.EntryGroupData.getParent()EntryGroupData.getRootGroup()Methods in de.hybris.platform.commercefacades.order that return types with arguments of type EntryGroupDataModifier and TypeMethodDescriptionEntryGroupData.getChildren()CommerceEntryGroupUtils.getLeaves(EntryGroupData root) Returns all leaf nodes of group tree, preventing their natural order.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 EntryGroupDataModifier and TypeMethodDescriptionCommerceEntryGroupUtils.getLeaves(EntryGroupData root) Returns all leaf nodes of group tree, preventing their natural order.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 EntryGroupDataModifier and TypeMethodDescriptionvoidVirtualEntryGroupStrategy.createGroup(List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry) Assigns the standalone entry to an entry group.intCommerceEntryGroupUtils.findMaxGroupNumber(List<EntryGroupData> roots) Returns max value ofEntryGroupData#groupNumber.voidEntryGroupData.setChildren(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 EntryGroupDataModifier and TypeMethodDescriptionprotected EntryGroupDataGroupOrderEntryPopulatorTest.createEntryGroupData(OrderEntryData entry, int number) protected EntryGroupDataGroupOrderEntryPopulator.createRootGroup(OrderEntryData groupedOrderEntry, AbstractOrderData order) protected EntryGroupDataAbstractOrderPopulatorTest.entryGroupData(Integer number, EntryGroupData... children) protected EntryGroupDataAbstractOrderPopulator.getGroup(Integer number, Map<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 EntryGroupDataModifier and TypeMethodDescriptionprotected Converter<EntryGroup,EntryGroupData> AbstractOrderPopulator.getEntryGroupConverter()protected Converter<EntryGroup,EntryGroupData> EntryGroupPopulator.getEntryGroupConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type EntryGroupDataModifier and TypeMethodDescriptionprotected voidAbstractOrderPopulator.assignEntriesToGroups(EntryGroupData entryGroup, javax.ws.rs.core.MultivaluedMap<Integer, OrderEntryData> orderEntryDataMap) protected EntryGroupDataAbstractOrderPopulatorTest.entryGroupData(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 EntryGroupDataModifier and TypeMethodDescriptionprotected voidAbstractOrderPopulator.assignParentGroups(Collection<EntryGroupData> groups) protected EntryGroupDataAbstractOrderPopulator.getGroup(Integer number, Map<Integer, EntryGroupData> map) voidAbstractOrderPopulator.setEntryGroupConverter(Converter<EntryGroup, EntryGroupData> entryGroupConverter) voidEntryGroupPopulator.setEntryGroupConverter(Converter<EntryGroup, EntryGroupData> entryGroupConverter) protected voidAbstractOrderPopulator.updateEntryGroupReferences(Collection<EntryGroup> source, Map<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 EntryGroupDataMethod parameters in de.hybris.platform.commercefacades.order.data with type arguments of type EntryGroupDataModifier and TypeMethodDescriptionvoidAbstractOrderData.setRootGroups(List<EntryGroupData> rootGroups) -
Uses of EntryGroupData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return EntryGroupDataModifier and TypeMethodDescriptionprotected EntryGroupDataDefaultVirtualEntryGroupStrategy.createVirtualGroup(OrderEntryData standaloneEntry, int nextGroupNumber) protected EntryGroupDataDefaultCommerceEntryGroupUtilsTest.entryGroupData(Integer number, EntryGroupData... children) DefaultCommerceEntryGroupUtils.getGroup(AbstractOrderData order, Integer groupNumber) DefaultCommerceEntryGroupUtils.getGroup(AbstractOrderData order, Collection<Integer> groupNumbers, GroupType groupType) protected EntryGroupDataDefaultCommerceEntryGroupUtilsTest.group(Integer number, EntryGroupData... children) Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type EntryGroupDataModifier and TypeMethodDescriptionDefaultCommerceEntryGroupUtils.getLeaves(EntryGroupData root) DefaultCommerceEntryGroupUtils.getNestedGroups(EntryGroupData root) Methods in de.hybris.platform.commercefacades.order.impl with parameters of type EntryGroupDataModifier and TypeMethodDescriptionprotected EntryGroupDataDefaultCommerceEntryGroupUtilsTest.entryGroupData(Integer number, EntryGroupData... children) DefaultCommerceEntryGroupUtils.getLeaves(EntryGroupData root) DefaultCommerceEntryGroupUtils.getNestedGroups(EntryGroupData root) protected EntryGroupDataDefaultCommerceEntryGroupUtilsTest.group(Integer number, EntryGroupData... children) Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type EntryGroupDataModifier and TypeMethodDescriptionvoidDefaultVirtualEntryGroupStrategy.createGroup(List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry) intDefaultCommerceEntryGroupUtils.findMaxGroupNumber(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 EntryGroupDataModifier and TypeMethodDescriptionprotected List<EntryGroupData>BundlePageController.getLeafGroups(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 EntryGroupDataModifier and TypeMethodDescriptionprotected EntryGroupDataGroupVendorOrderEntryPopulator.getVendorGroup(OrderEntryData entry, Map<String, EntryGroupData> vendorGroups) protected EntryGroupDataGroupVendorOrderEntryPopulator.getVendorRootGroup(Map<String, EntryGroupData> vendorGroups) Methods in de.hybris.platform.marketplacefacades.cart.converters.populator that return types with arguments of type EntryGroupDataModifier and TypeMethodDescriptionprotected List<EntryGroupData>GroupVendorOrderEntryPopulator.getCurrentNestedGroups(EntryGroupData root) Methods in de.hybris.platform.marketplacefacades.cart.converters.populator with parameters of type EntryGroupDataModifier and TypeMethodDescriptionprotected voidGroupVendorOrderEntryPopulator.addToCurrentRootGroups(AbstractOrderData order, EntryGroupData vendorRootGroup) protected List<EntryGroupData>GroupVendorOrderEntryPopulator.getCurrentNestedGroups(EntryGroupData root) Method parameters in de.hybris.platform.marketplacefacades.cart.converters.populator with type arguments of type EntryGroupDataModifier and TypeMethodDescriptionprotected voidGroupVendorOrderEntryPopulator.addEntryToGroup(OrderEntryData entry, Map<String, EntryGroupData> vendorGroups) protected intGroupVendorOrderEntryPopulator.findCurrentMaxGroupNumber(List<EntryGroupData> roots) protected EntryGroupDataGroupVendorOrderEntryPopulator.getVendorGroup(OrderEntryData entry, Map<String, EntryGroupData> vendorGroups) protected EntryGroupDataGroupVendorOrderEntryPopulator.getVendorRootGroup(Map<String, EntryGroupData> vendorGroups) -
Uses of EntryGroupData in de.hybris.platform.selectivecartfacades.strategies.impl
Methods in de.hybris.platform.selectivecartfacades.strategies.impl that return EntryGroupDataModifier and TypeMethodDescriptionprotected EntryGroupDataSelectiveCartEntriesOrderingStrategyTest.createEntryGroup(int groupNumber) protected EntryGroupDataSelectiveCartEntriesOrderingStrategy.createRootGroup(OrderEntryData groupedOrderEntry, 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 EntryGroupDataModifier and TypeMethodDescriptionprotected List<EntryGroupData>SelectiveCartEntriesOrderingStrategy.getNestedGroups(EntryGroupData root) Methods in de.hybris.platform.selectivecartfacades.strategies.impl with parameters of type EntryGroupDataModifier and TypeMethodDescriptionprotected List<EntryGroupData>SelectiveCartEntriesOrderingStrategy.getNestedGroups(EntryGroupData root) Method parameters in de.hybris.platform.selectivecartfacades.strategies.impl with type arguments of type EntryGroupDataModifier and TypeMethodDescriptionprotected EntryGroupDataSelectiveCartEntriesOrderingStrategy.createRootGroup(OrderEntryData groupedOrderEntry, List<EntryGroupData> newRootGroups) protected voidSelectiveCartEntriesOrderingStrategy.resetEntryGroupNumber(AbstractOrderData order, OrderEntryData entry, List<EntryGroupData> newRootGroups) protected voidSelectiveCartEntriesOrderingStrategy.setEntryGroups(OrderEntryData entry, List<EntryGroupData> newRootGroups)