Package org.adempiere.process
Interface IPrintShippingLabel
- All Known Implementing Classes:
DefaultPrintShippingLabel
public interface IPrintShippingLabel
Interface for label printing service
-
Method Summary
Modifier and TypeMethodDescriptionprintImageLabel
(MAttachment attachment, MShipperLabels labelType, String title) Print image type labelprintToLabelPrinter
(MAttachment attachment, MShipperLabels labelType) Print to label printer
-
Method Details
-
printToLabelPrinter
Print to label printer- Parameters:
attachment
-labelType
-- Returns:
- error message or null
- Throws:
Exception
-
printImageLabel
String printImageLabel(MAttachment attachment, MShipperLabels labelType, String title) throws Exception Print image type label- Parameters:
attachment
-labelType
-title
-- Returns:
- error message or null
- Throws:
Exception
-