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 ofTmaEntryGroupService- Since:
- 1911
-
-
Constructor Summary
Constructors Constructor Description DefaultTmaEntryGroupService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateEntryGroup(AbstractOrderModel order, EntryGroup entryGroup)Updates an entry group-
Methods inherited from class de.hybris.platform.order.impl.DefaultEntryGroupService
findMaxGroupNumber, forceOrderSaving, getGroup, getGroupOfType, getLeaves, getModelService, getNestedGroups, getParent, getRoot, setModelService
-
-
-
-
Method Detail
-
updateEntryGroup
public void updateEntryGroup(@Nonnull AbstractOrderModel order, @Nonnull EntryGroup entryGroup)Description copied from interface:TmaEntryGroupServiceUpdates an entry group- Specified by:
updateEntryGroupin interfaceTmaEntryGroupService- Parameters:
order- order to updateentryGroup- entry group to be updated
-
-