Class EdoBillManager

java.lang.Object
ru.bitel.bgbilling.plugins.edo.server.bean.bill.EdoBillManager

public class EdoBillManager extends Object
Менеджер, который используется при интеграциях с модулем bill, для выгрузки итд. По задумке в плагине импорты модуля должны быть только здесь, в свою очередь вызовы должны быть только в тех веб-сервисах, которые используются с bill.
  • Constructor Details

    • EdoBillManager

      public EdoBillManager(Connection con, int billModuleId, int userId)
  • Method Details

    • getDataSource

      public jakarta.activation.DataSource getDataSource(int edoDocumentTypeId, int signatoryId, ContragentInfos contragentInfos, DocumentType billDocType, Integer billDocId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • sendEdo

      public ExtDocument sendEdo(int edoDocumentTypeId, int signatoryId, ContragentInfos contragentInfos, DocumentType billDocType, Integer billDocId) throws ru.bitel.bgbilling.common.BGException
      отправка одного документа bill, генерируется формализованный, используя динкод
      Throws:
      ru.bitel.bgbilling.common.BGException