Interface CRMService
public interface CRMService
-
Method Summary
Modifier and TypeMethodDescriptionregisterCallGet
(int registerCallId) registerCallItems
(int contractId, int subjectId, Period period, Page page) int
registerCallUpdate
(RegisterCall registerCall, int problemId, String problemComment, boolean sendMail) void
registerExecutorDelete
(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) boolean
registerSubjectDelete
(int id) registerSubjectGet
(int id) int
registerSubjectUpdate
(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
-