Class EdoBillManager
java.lang.Object
ru.bitel.bgbilling.plugins.edo.server.bean.EdoBillManager
Менеджер, который используется при интеграциях с модулем bill, для выгрузки итд. По задумке в плагине импорты модуля
должны быть только здесь, в свою очередь вызовы должны быть только в тех веб-сервисах, которые используются с bill.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
возврат для processDocument, для инкапсуляции того что используется в нескольких местах -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<ru.bitel.bgbilling.common.model.KeyValue> jakarta.activation.DataSource
getDataSource
(int docFormatId, int signatoryId, DocumentType type, Integer docId) void
sendEdo
(int docFormatId, int signatoryId, DocumentType type, Integer docId)
-
Constructor Details
-
EdoBillManager
-
-
Method Details
-
formatsList
- Throws:
Exception
-
getDataSource
public jakarta.activation.DataSource getDataSource(int docFormatId, int signatoryId, DocumentType type, Integer docId) throws Exception - Throws:
Exception
-
sendEdo
public void sendEdo(int docFormatId, int signatoryId, DocumentType type, Integer docId) throws Exception - Throws:
Exception
-