Class MockConsignmentService
java.lang.Object
de.hybris.platform.sap.orderexchange.mocks.MockConsignmentService
- All Implemented Interfaces:
de.hybris.platform.ordersplitting.ConsignmentService
public class MockConsignmentService
extends Object
implements de.hybris.platform.ordersplitting.ConsignmentService
Mock to be used for spring tests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConsignment(AbstractOrderModel arg0, String arg1, List<AbstractOrderEntryModel> arg2)
-
Constructor Details
-
MockConsignmentService
public MockConsignmentService()
-
-
Method Details
-
createConsignment
public ConsignmentModel createConsignment(AbstractOrderModel arg0, String arg1, List<AbstractOrderEntryModel> arg2) throws de.hybris.platform.ordersplitting.ConsignmentCreationException - Specified by:
createConsignmentin interfacede.hybris.platform.ordersplitting.ConsignmentService- Throws:
de.hybris.platform.ordersplitting.ConsignmentCreationException
-
getWarehouse
- Specified by:
getWarehousein interfacede.hybris.platform.ordersplitting.ConsignmentService
-