Class SplitToSingleConsignment
java.lang.Object
de.hybris.platform.ordersplitting.strategy.AbstractSplittingStrategy
de.hybris.platform.acceleratorservices.ordersplitting.strategy.impl.SplitToSingleConsignment
- All Implemented Interfaces:
SplittingStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSplitting(Object groupingObject, ConsignmentModel createdOne) After splitting.getGroupingObject(AbstractOrderEntryModel orderEntry) Gets the set of object that group consignmentEntry.protected WarehouseServicevoidsetWarehouseService(WarehouseService warehouseService) Methods inherited from class de.hybris.platform.ordersplitting.strategy.AbstractSplittingStrategy
afterSplitting, perform
-
Constructor Details
-
SplitToSingleConsignment
public SplitToSingleConsignment()
-
-
Method Details
-
getGroupingObject
Description copied from class:AbstractSplittingStrategyGets the set of object that group consignmentEntry.- Specified by:
getGroupingObjectin classAbstractSplittingStrategy- Parameters:
orderEntry- the order entry- Returns:
- the grouping object
-
afterSplitting
Description copied from class:AbstractSplittingStrategyAfter splitting.- Specified by:
afterSplittingin classAbstractSplittingStrategy- Parameters:
groupingObject- the grouping objectcreatedOne- the created one
-
getWarehouseService
-
setWarehouseService
-