Interface EdoBillFileGenerator
- All Known Implementing Classes:
 FnsFileGenerator
public interface EdoBillFileGenerator
Менеджер для интеграции выгрузки привязанной к документу модуля bill.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidinit(Setup setup, Connection con, int billModuleId, ParameterMap billModuleSetup, ParameterMap documentSetup, BillDoc doc)  
- 
Method Details
- 
init
void init(Setup setup, Connection con, int billModuleId, ParameterMap billModuleSetup, ParameterMap documentSetup, BillDoc doc) throws Exception - Parameters:
 setup- сетап сервераcon- коннекшенbillModuleId- mid конкретного экземпляра модуля bill откуда выгрузкаbillModuleSetup- сетап модуля billdocumentSetup- под-сетап для этого генератора из конфига документа+подписантаdoc- BillDoc счёта/счётфактуры соответствующего- Throws:
 Exception
 - 
getFileName
- Throws:
 Exception
 - 
getFileContent
- Throws:
 Exception
 
 -