Interface DocumentService
public interface DocumentService
Действия над документами едо.
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteDocument(int id) getDocument(int id) voidupdateDocument(Document document)  
- 
Method Details
- 
getDocumentList
List<Document> getDocumentList() throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
getDocument
Document getDocument(int id) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
deleteDocument
void deleteDocument(int id) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 - 
updateDocument
void updateDocument(Document document) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGException
 
 -