Interface ConsignmentPrintDocumentStrategy
- All Known Implementing Classes:
ConsignmentPrintExportFormStrategy,ConsignmentPrintPackSlipStrategy,ConsignmentPrintPickSlipStrategy,ConsignmentPrintReturnFormStrategy,ConsignmentPrintReturnShippingLabelStrategy,ConsignmentPrintShippingLabelStrategy
public interface ConsignmentPrintDocumentStrategy
Strategy used to print an appropriate document based on a
ConsignmentModel.STATUS-
Method Summary
Modifier and TypeMethodDescriptionvoidprintDocument(ConsignmentModel consignmentModel) Prints a document based on theConsignmentModel.STATUS.
-
Method Details
-
printDocument
Prints a document based on theConsignmentModel.STATUS.- Parameters:
consignmentModel- theConsignmentModelfor which a document is to be printed
-