Class EdoBillManager
java.lang.Object
ru.bitel.bgbilling.plugins.edo.server.bean.EdoBillManager
- All Implemented Interfaces:
AutoCloseable
Менеджер, который используется при интеграциях с модулем bill, для выгрузки итд. По задумке в плагине импорты модуля
должны быть только здесь, в свою очередь вызовы должны быть только в тех веб-сервисах, которые используются с bill.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
jakarta.activation.DataSource
getDataSource
(int formatId, DocumentType type, Integer docId)
-
Constructor Details
-
EdoBillManager
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
formatsList
public List<IdTitle> formatsList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getDataSource
public jakarta.activation.DataSource getDataSource(int formatId, DocumentType type, Integer docId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-