Interface DebitorExporter
- All Known Implementing Classes:
 AbstractDebitorExporter
public interface DebitorExporter
used to define different types of debitor exports
- 
Method Summary
Modifier and TypeMethodDescription@Nullable OutputCenterInputSupplierexports the vouchers related to a debitor exportgetName() 
- 
Method Details
- 
doExport
@Nullable @Nullable OutputCenterInputSupplier doExport(Entity debitorExport) throws DebitorExportException exports the vouchers related to a debitor export- Parameters:
 debitorExport- the debitor export, whose vouchers should be exported- Returns:
 - the content to fill the file with
 - Throws:
 DebitorExportException- when a checked exception is thrown during the export
 - 
getName
String getName() 
 -