Interface CRMService
public interface CRMService
-
Method Summary
Modifier and TypeMethodDescriptionregisterCallGet(int registerCallId) registerCallItems(int contractId, int subjectId, Period period, Page page) intregisterCallUpdate(RegisterCall registerCall, int problemId, String problemComment, boolean sendMail) voidregisterExecutorDelete(int id) registerExecutorItems(List<Integer> groupIds) registerExecutorList(List<Integer> groupIds) registerGroupItems(int id) registerGroupList(int id) registerProblemCalls(int id) List<ru.bitel.bgbilling.common.model.KeyValue> registerProblemTasks(int id) registerProblemUsedGroups(int id) registerStatusItems(RegisterObjectType objectType) booleanregisterSubjectDelete(int id) registerSubjectGet(int id) intregisterSubjectUpdate(RegisterSubject registerSubject)
-
Method Details
-
registerSubjectList
- Throws:
Exception
-
registerSubjectGet
- Throws:
Exception
-
registerSubjectDelete
- Throws:
Exception
-
registerSubjectUpdate
- Throws:
Exception
-
registerCallItems
SearchResult<RegisterCallItem> registerCallItems(int contractId, int subjectId, Period period, Page page) throws Exception - Throws:
Exception
-
registerCallGet
- Throws:
Exception
-
registerCallUpdate
int registerCallUpdate(RegisterCall registerCall, int problemId, String problemComment, boolean sendMail) throws Exception - Throws:
Exception
-
registerExecutorList
- Throws:
Exception
-
registerExecutorItems
- Throws:
Exception
-
registerExecutorDelete
- Throws:
Exception
-
registerGroupList
- Throws:
Exception
-
registerGroupItems
- Throws:
Exception
-
registerCategoryItems
- Throws:
Exception
-
registerStatusItems
- Throws:
Exception
-
registerProblemUsedGroups
- Throws:
Exception
-
registerProblemCalls
- Throws:
Exception
-
registerProblemTasks
- Throws:
Exception
-