Class ConsignmentPrintExportFormStrategy
java.lang.Object
de.hybris.platform.warehousingbackoffice.labels.strategy.impl.ConsignmentPrintExportFormStrategy
- All Implemented Interfaces:
ConsignmentPrintDocumentStrategy
public class ConsignmentPrintExportFormStrategy
extends Object
implements ConsignmentPrintDocumentStrategy
Prints the Export Form for a
ConsignmentModel-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultConsignmentProcessServiceprotected PrintMediaServicevoidprintDocument(ConsignmentModel consignmentModel) Prints a document based on theConsignmentModel.STATUS.protected StringresolveLabel(String labelKey) Gets the localized label for the given key.voidsetConsignmentBusinessProcessService(DefaultConsignmentProcessService consignmentBusinessProcessService) voidsetPrintMediaService(PrintMediaService printMediaService)
-
Field Details
-
FRONTEND_TEMPLATENAME
- See Also:
-
POPUP_WIDTH
- See Also:
-
POPUP_HEIGHT
- See Also:
-
BLOCKED_POPUP_MESSAGE
- See Also:
-
-
Constructor Details
-
ConsignmentPrintExportFormStrategy
public ConsignmentPrintExportFormStrategy()
-
-
Method Details
-
printDocument
Description copied from interface:ConsignmentPrintDocumentStrategyPrints a document based on theConsignmentModel.STATUS.- Specified by:
printDocumentin interfaceConsignmentPrintDocumentStrategy- Parameters:
consignmentModel- theConsignmentModelfor which a document is to be printed
-
resolveLabel
Gets the localized label for the given key.- Parameters:
labelKey- the key for which the label is required- Returns:
- the localized label
-
getPrintMediaService
-
setPrintMediaService
-
getConsignmentBusinessProcessService
-
setConsignmentBusinessProcessService
public void setConsignmentBusinessProcessService(DefaultConsignmentProcessService consignmentBusinessProcessService)
-