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 Details

    • canPrintExportForm

      boolean canPrintExportForm(ConsignmentModel consignmentModel)
      Decides whether an export form should be printed for the given ConsignmentModel
      Parameters:
      consignmentModel - the ConsignmentModel for which to decide
      Returns:
      true if the Export Form should be printed; false otherwise