Interface PrintExportFormStrategy
- All Known Implementing Classes:
DefaultPrintExportFormStrategy
public interface PrintExportFormStrategy
Strategy used to determine whether or not an Export Form should be printed for a
ConsignmentModel-
Method Summary
Modifier and TypeMethodDescriptionbooleancanPrintExportForm(ConsignmentModel consignmentModel) Decides whether an export form should be printed for the givenConsignmentModel
-
Method Details
-
canPrintExportForm
Decides whether an export form should be printed for the givenConsignmentModel- Parameters:
consignmentModel- theConsignmentModelfor which to decide- Returns:
- true if the Export Form should be printed; false otherwise
-