Interface CRMService
public interface CRMService
-
Method Summary
Modifier and TypeMethodDescriptionint
registerCallUpdate
(RegisterCall registerCall, int problemId, String problemComment, String sendMail) void
registerExecutorDelete
(int id) registerExecutorList
(List<Integer> groupIds) registerGroupList
(int id) boolean
registerSubjectDelete
(int id) registerSubjectGet
(int id) registerSubjectList
(int id)
-
Method Details
-
registerSubjectGet
RegisterSubject registerSubjectGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
registerSubjectList
List<IdTitle> registerSubjectList(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
registerSubjectDelete
boolean registerSubjectDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
registerCallUpdate
int registerCallUpdate(RegisterCall registerCall, int problemId, String problemComment, String sendMail) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
registerExecutorList
List<RegisterExecutor> registerExecutorList(List<Integer> groupIds) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
registerExecutorDelete
void registerExecutorDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
registerGroupList
List<RegisterGroup> registerGroupList(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-