Package org.adempiere.process
Interface IPrintShippingLabel
-
- All Known Implementing Classes:
DefaultPrintShippingLabel
public interface IPrintShippingLabel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
printImageLabel(MAttachment attachment, MShipperLabels labelType, String title)
String
printToLabelPrinter(MAttachment attachment, MShipperLabels labelType)
-
-
-
Method Detail
-
printToLabelPrinter
String printToLabelPrinter(MAttachment attachment, MShipperLabels labelType) throws Exception
- Throws:
Exception
-
printImageLabel
String printImageLabel(MAttachment attachment, MShipperLabels labelType, String title) throws Exception
- Throws:
Exception
-
-