Package com.soffid.iam.service
Class ScheduledTaskServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.ScheduledTaskServiceBase
-
- com.soffid.iam.service.ScheduledTaskServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.ScheduledTaskService
public class ScheduledTaskServiceImpl extends ScheduledTaskServiceBase
- Author:
- bubu
-
-
Constructor Summary
Constructors Constructor Description ScheduledTaskServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.soffid.iam.api.ScheduledTaskhandleCreate(com.soffid.iam.api.ScheduledTask task)protected com.soffid.iam.api.ScheduledTaskHandlerhandleCreate(com.soffid.iam.api.ScheduledTaskHandler handler)protected com.soffid.iam.api.ScheduledTaskhandleFindScheduledTaskByHandlerAndParams(String handler, String params)protected List<com.soffid.iam.api.ScheduledTaskHandler>handleListHandlers()protected List<com.soffid.iam.api.ScheduledTask>handleListServerTasks(String server)protected List<com.soffid.iam.api.ScheduledTask>handleListTasks()protected com.soffid.iam.api.ScheduledTaskhandleLoad(Long taskId)voidhandleRegisterEndTask(com.soffid.iam.api.ScheduledTask task)voidhandleRegisterStartTask(com.soffid.iam.api.ScheduledTask task)protected voidhandleRemove(com.soffid.iam.api.ScheduledTask task)protected voidhandleRemove(com.soffid.iam.api.ScheduledTaskHandler handler)protected voidhandleStartNow(com.soffid.iam.api.ScheduledTask task)protected com.soffid.iam.api.ScheduledTaskhandleUpdate(com.soffid.iam.api.ScheduledTask task)protected com.soffid.iam.api.ScheduledTaskHandlerhandleUpdate(com.soffid.iam.api.ScheduledTaskHandler handler)-
Methods inherited from class com.soffid.iam.service.ScheduledTaskServiceBase
create, create, findScheduledTaskByHandlerAndParams, getAuditEntityDao, getConfigEntityDao, getConfigurationService, getDocumentService, getMailService, getPrincipal, getScheduledTaskEntityDao, getScheduledTaskHandlerEntityDao, getScheduledTaskLogEntityDao, getServerEntityDao, getTaskEntityDao, listHandlers, listServerTasks, listTasks, load, registerEndTask, registerStartTask, remove, remove, setAuditEntityDao, setConfigEntityDao, setConfigurationService, setDocumentService, setMailService, setScheduledTaskEntityDao, setScheduledTaskHandlerEntityDao, setScheduledTaskLogEntityDao, setServerEntityDao, setTaskEntityDao, startNow, update, update
-
-
-
-
Method Detail
-
handleCreate
protected com.soffid.iam.api.ScheduledTaskHandler handleCreate(com.soffid.iam.api.ScheduledTaskHandler handler) throws Exception- Specified by:
handleCreatein classScheduledTaskServiceBase- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.ScheduledTaskHandler handleUpdate(com.soffid.iam.api.ScheduledTaskHandler handler) throws Exception- Specified by:
handleUpdatein classScheduledTaskServiceBase- Throws:
Exception
-
handleRemove
protected void handleRemove(com.soffid.iam.api.ScheduledTaskHandler handler) throws Exception- Specified by:
handleRemovein classScheduledTaskServiceBase- Throws:
Exception
-
handleListHandlers
protected List<com.soffid.iam.api.ScheduledTaskHandler> handleListHandlers() throws Exception
- Specified by:
handleListHandlersin classScheduledTaskServiceBase- Throws:
Exception
-
handleCreate
protected com.soffid.iam.api.ScheduledTask handleCreate(com.soffid.iam.api.ScheduledTask task) throws Exception- Specified by:
handleCreatein classScheduledTaskServiceBase- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.ScheduledTask handleUpdate(com.soffid.iam.api.ScheduledTask task) throws Exception- Specified by:
handleUpdatein classScheduledTaskServiceBase- Throws:
Exception
-
handleRemove
protected void handleRemove(com.soffid.iam.api.ScheduledTask task) throws Exception- Specified by:
handleRemovein classScheduledTaskServiceBase- Throws:
Exception
-
handleListTasks
protected List<com.soffid.iam.api.ScheduledTask> handleListTasks() throws Exception
- Specified by:
handleListTasksin classScheduledTaskServiceBase- Throws:
Exception
-
handleRegisterStartTask
public void handleRegisterStartTask(com.soffid.iam.api.ScheduledTask task) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
handleRegisterStartTaskin classScheduledTaskServiceBase- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleRegisterEndTask
public void handleRegisterEndTask(com.soffid.iam.api.ScheduledTask task) throws es.caib.seycon.ng.exception.InternalErrorException, com.soffid.iam.doc.exception.DocumentBeanException- Specified by:
handleRegisterEndTaskin classScheduledTaskServiceBase- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptioncom.soffid.iam.doc.exception.DocumentBeanException
-
handleFindScheduledTaskByHandlerAndParams
protected com.soffid.iam.api.ScheduledTask handleFindScheduledTaskByHandlerAndParams(String handler, String params) throws Exception
- Specified by:
handleFindScheduledTaskByHandlerAndParamsin classScheduledTaskServiceBase- Throws:
Exception
-
handleListServerTasks
protected List<com.soffid.iam.api.ScheduledTask> handleListServerTasks(String server) throws Exception
- Specified by:
handleListServerTasksin classScheduledTaskServiceBase- Throws:
Exception
-
handleStartNow
protected void handleStartNow(com.soffid.iam.api.ScheduledTask task) throws Exception- Specified by:
handleStartNowin classScheduledTaskServiceBase- Throws:
Exception
-
handleLoad
protected com.soffid.iam.api.ScheduledTask handleLoad(Long taskId) throws Exception
- Specified by:
handleLoadin classScheduledTaskServiceBase- Throws:
Exception
-
-