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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCallsByContractId(int contractId) getCallById(int id) getProblemCallList(int problemID) getProblemCallList(List<Integer> problemIds) voidsearchList(SearchResult<RegisterCall> searchResult) voidupdateCall(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
 
 -