public class MYOBInvoiceExportCheckWithNewLinePlugin extends java.lang.Object implements ExportFilePlugin, ExportRecordCheckPlugin
| Constructor and Description |
|---|
MYOBInvoiceExportCheckWithNewLinePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkRecord(Exporter exporter,
DBObject o)
This method is called to allow check record value.
|
java.lang.String |
preWriteDetailLine(Exporter exporter,
java.lang.String ln,
DBObject o)
Requests a String to be used as the details line for the supplied
DBObject.
|
public MYOBInvoiceExportCheckWithNewLinePlugin()
public void checkRecord(Exporter exporter, DBObject o) throws java.lang.Exception
checkRecord in interface ExportRecordCheckPluginexporter - - current exporter that called this methodo - - Current DB objectjava.lang.Exception - - Exceptionpublic java.lang.String preWriteDetailLine(Exporter exporter, java.lang.String ln, DBObject o)
ExportFilePluginpreWriteDetailLine in interface ExportFilePluginexporter - ln - o - stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.