Interface EdoDocumentTypeService


public interface EdoDocumentTypeService
Действия над сущностью "тип документов эдо".
  • Method Details

    • getEdoDocumentTypeList

      List<EdoDocumentType> getEdoDocumentTypeList(boolean includeDefault) throws ru.bitel.bgbilling.common.BGException
      Список всех типов документов.
      Parameters:
      includeDefault - включать или нет "Общий документ".
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getEdoDocumentType

      EdoDocumentType getEdoDocumentType(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteEdoDocumentType

      void deleteEdoDocumentType(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateEdoDocumentType

      void updateEdoDocumentType(EdoDocumentType edoDocumentType) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException