Class FnsFileGenerator

java.lang.Object
ru.bitel.bgbilling.plugins.edo.server.bean.FnsFileGenerator
All Implemented Interfaces:
EdoBillFileGenerator

public abstract class FnsFileGenerator extends Object implements EdoBillFileGenerator
  • Field Details

  • Constructor Details

    • FnsFileGenerator

      public FnsFileGenerator()
  • Method Details

    • init

      public void init(Setup setup, Connection con, int billModuleId, ParameterMap billModuleSetup, ParameterMap documentSetup, BillDoc doc) throws ru.bitel.bgbilling.common.BGException
      Specified by:
      init in interface EdoBillFileGenerator
      Parameters:
      setup - сетап сервера
      con - коннекшен
      billModuleId - mid конкретного экземпляра модуля bill откуда выгрузка
      billModuleSetup - сетап модуля bill
      documentSetup - под-сетап для этого генератора из конфига документа+подписанта
      doc - BillDoc счёта/счётфактуры соответствующего
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getDocument

      public abstract ru.bitel.bgbilling.plugins.edo.server.utils.EdoFnsXmlGenerator getDocument() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getFileContent

      public InputStream getFileContent() throws ru.bitel.bgbilling.common.BGException
      Specified by:
      getFileContent in interface EdoBillFileGenerator
      Throws:
      ru.bitel.bgbilling.common.BGException
    • value

      protected String value(String nameValue, boolean required) throws ru.bitel.bgbilling.common.BGException
      Взять значение по переданному коду параметра; макросы откуда пытаться взять: pid:666 - брать из параметра договора; bill_attr:inn - из реквизита модуля бухгалтерия; 666 - константа как есть.
      Throws:
      ru.bitel.bgbilling.common.BGException - какой-то косяк
    • value

      protected String value(String nameValue) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • value_raw

      protected String value_raw(String nameValue, boolean required) throws ru.bitel.bgbilling.plugins.edo.server.utils.MissingDocParamException
      Throws:
      ru.bitel.bgbilling.plugins.edo.server.utils.MissingDocParamException
    • ФИОТип

      protected ru.bitel.bgbilling.plugins.edo.server.utils.EdoFnsXmlGenerator.S ФИОТип(String F, String I, String O)
    • ДатаТип

      protected String ДатаТип(Date date)
    • ВремяТип

      protected String ВремяТип(Date date)
    • ТекстИнфТип

      protected ru.bitel.bgbilling.plugins.edo.server.utils.EdoFnsXmlGenerator.S ТекстИнфТип(String id, String val)
    • ВерсПрог

      protected String ВерсПрог()