Class DefaultTmaEntryGroupService
java.lang.Object
de.hybris.platform.order.impl.DefaultEntryGroupService
de.hybris.platform.b2ctelcoservices.order.impl.DefaultTmaEntryGroupService
- All Implemented Interfaces:
TmaEntryGroupService,de.hybris.platform.order.EntryGroupService
public class DefaultTmaEntryGroupService
extends de.hybris.platform.order.impl.DefaultEntryGroupService
implements TmaEntryGroupService
Default implementation of
TmaEntryGroupService- Since:
- 1911
-
Constructor Summary
Constructors -
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 class de.hybris.platform.order.impl.DefaultEntryGroupService
findMaxGroupNumber, forceOrderSaving, getGroup, getGroupOfType, getLeaves, getModelService, getNestedGroups, getParent, getRoot, setModelServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.order.EntryGroupService
findMaxGroupNumber, forceOrderSaving, getGroup, getGroupOfType, getLeaves, getNestedGroups, getParent, getRoot
-
Constructor Details
-
DefaultTmaEntryGroupService
public DefaultTmaEntryGroupService()
-
-
Method Details
-
updateEntryGroup
Description copied from interface:TmaEntryGroupServiceUpdates an entry group- Specified by:
updateEntryGroupin interfaceTmaEntryGroupService- Parameters:
order- order to updateentryGroup- entry group to be updated
-
getEntriesFrom
public List<AbstractOrderEntryModel> getEntriesFrom(AbstractOrderModel abstractOrder, EntryGroup entryGroup) Description copied from interface:TmaEntryGroupServiceReturns the entries from the cart part of the provided entry group.- Specified by:
getEntriesFromin interfaceTmaEntryGroupService- Parameters:
abstractOrder- The cart or orderentryGroup- The entry group- Returns:
- List of
AbstractOrderEntryModel
-