Interface ConsignmentPrintDocumentStrategy
-
- All Known Implementing Classes:
ConsignmentPrintExportFormStrategy,ConsignmentPrintPackSlipStrategy,ConsignmentPrintPickSlipStrategy,ConsignmentPrintReturnFormStrategy,ConsignmentPrintReturnShippingLabelStrategy,ConsignmentPrintShippingLabelStrategy
public interface ConsignmentPrintDocumentStrategyStrategy used to print an appropriate document based on aConsignmentModel.STATUS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprintDocument(ConsignmentModel consignmentModel)Prints a document based on theConsignmentModel.STATUS.
-
-
-
Method Detail
-
printDocument
void printDocument(ConsignmentModel consignmentModel)
Prints a document based on theConsignmentModel.STATUS.- Parameters:
consignmentModel- theConsignmentModelfor which a document is to be printed
-
-