Interface EdoDocumentTypeService
public interface EdoDocumentTypeService
Действия над сущностью "тип документов эдо".
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteEdoDocumentType(int id) getEdoDocumentType(int id) getEdoDocumentTypeList(boolean includeDefault) Список всех типов документов.voidupdateEdoDocumentType(EdoDocumentType edoDocumentType)
-
Method Details
-
getEdoDocumentTypeList
List<EdoDocumentType> getEdoDocumentTypeList(boolean includeDefault) throws ru.bitel.bgbilling.common.BGException Список всех типов документов.- Parameters:
includeDefault- включать или нет "Общий документ".- Throws:
ru.bitel.bgbilling.common.BGException
-
getEdoDocumentType
- 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
-