Class RegisterCallManager
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.plugins.crm.server.dao.RegisterCallManager
public class RegisterCallManager
extends ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCallsByContractId
(int contractId) getCallById
(int id) getProblemCallList
(int problemID) getProblemCallList
(List<Integer> problemIds) void
searchList
(SearchResult<RegisterCall> searchResult) void
updateCall
(RegisterCall call) Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError
-
Constructor Details
-
RegisterCallManager
-
-
Method Details
-
getProblemCallList
- Throws:
Exception
-
getCallById
- Throws:
Exception
-
searchList
- Throws:
Exception
-
getProblemCallList
public Map<Integer,List<RegisterCall>> getProblemCallList(List<Integer> problemIds) throws Exception - Throws:
Exception
-
updateCall
- Throws:
Exception
-
deleteCallsByContractId
- Throws:
Exception
-