Interface UpdaterTaskService
public interface UpdaterTaskService
- 
Method Summary
Modifier and TypeMethodDescriptiongetUpdaterTaskLog(int updateTaskLogId) getUpdaterTaskLogList(int updateTaskId) searchUpdaterTask(UpdaterTaskLogStatus status, Page page)  
- 
Method Details
- 
searchUpdaterTask
SearchResult<UpdaterTask> searchUpdaterTask(UpdaterTaskLogStatus status, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getUpdaterTaskLogList
List<UpdaterTaskLog> getUpdaterTaskLogList(int updateTaskId) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getUpdaterTaskLog
- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -