Class EdoBillManager

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

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

    Constructors
    Constructor
    Description
    EdoBillManager(Connection con, int billModuleId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<ru.bitel.bgbilling.common.model.KeyValue>
     
    jakarta.activation.DataSource
    getDataSource(int docFormatId, int signatoryId, DocumentType type, Integer docId)
    Один из основных методов, который генерит файл нужного типа, с нужным подписантом итд для конкретного документа бухгалтерии.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EdoBillManager

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

    • formatsList

      public List<ru.bitel.bgbilling.common.model.KeyValue> formatsList() throws Exception
      Throws:
      Exception
    • getDataSource

      public jakarta.activation.DataSource getDataSource(int docFormatId, int signatoryId, DocumentType type, Integer docId) throws Exception
      Один из основных методов, который генерит файл нужного типа, с нужным подписантом итд для конкретного документа бухгалтерии.
      Throws:
      Exception