Package de.hybris.platform.warehouse
Interface Process2WarehouseAdapter
- All Known Implementing Classes:
MockProcess2WarehouseAdapter
public interface Process2WarehouseAdapter
-
Method Summary
Modifier and TypeMethodDescriptionvoidprepareConsignment(ConsignmentModel consignment) Send consignment.voidshipConsignment(ConsignmentModel consignment) Ship consignment.
-
Method Details
-
prepareConsignment
Send consignment.- Parameters:
consignment- the consignment
-
shipConsignment
Ship consignment.- Parameters:
consignment- the consignment
-