Interface TmaEntryGroupService
- All Superinterfaces:
de.hybris.platform.order.EntryGroupService
- All Known Implementing Classes:
DefaultTmaEntryGroupService
public interface TmaEntryGroupService
extends de.hybris.platform.order.EntryGroupService
Service that exposes methods to deal with
EntryGroup operations.- Since:
- 1911
-
Method Summary
Modifier and TypeMethodDescriptiongetEntriesFrom(AbstractOrderModel abstractOrder, EntryGroup entryGroup) Returns the entries from the cart part of the provided entry group.voidupdateEntryGroup(AbstractOrderModel order, EntryGroup entryGroup) Updates an entry groupMethods inherited from interface de.hybris.platform.order.EntryGroupService
findMaxGroupNumber, forceOrderSaving, getGroup, getGroupOfType, getLeaves, getNestedGroups, getParent, getRoot
-
Method Details
-
updateEntryGroup
Updates an entry group- Parameters:
order- order to updateentryGroup- entry group to be updated
-
getEntriesFrom
List<AbstractOrderEntryModel> getEntriesFrom(AbstractOrderModel abstractOrder, EntryGroup entryGroup) Returns the entries from the cart part of the provided entry group.- Parameters:
abstractOrder- The cart or orderentryGroup- The entry group- Returns:
- List of
AbstractOrderEntryModel
-