Package org.adempiere.webui.process
Class DefaultPrintShippingLabel
- java.lang.Object
-
- org.adempiere.webui.process.DefaultPrintShippingLabel
-
- All Implemented Interfaces:
IPrintShippingLabel
public class DefaultPrintShippingLabel extends Object implements IPrintShippingLabel
- Author:
- Elaine
-
-
Constructor Summary
Constructors Constructor Description DefaultPrintShippingLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
printImageLabel(MAttachment attachment, MShipperLabels labelType, String title)
String
printToLabelPrinter(MAttachment attachment, MShipperLabels labelType)
-
-
-
Method Detail
-
printToLabelPrinter
public String printToLabelPrinter(MAttachment attachment, MShipperLabels labelType) throws Exception
- Specified by:
printToLabelPrinter
in interfaceIPrintShippingLabel
- Throws:
Exception
-
printImageLabel
public String printImageLabel(MAttachment attachment, MShipperLabels labelType, String title) throws Exception
- Specified by:
printImageLabel
in interfaceIPrintShippingLabel
- Throws:
Exception
-
-