Package org.cyclos.services.system
Interface CustomBackgroundTaskService
-
- All Superinterfaces:
CRUDService<CustomBackgroundTaskDTO,CustomBackgroundTaskData,Void>,Service
- All Known Subinterfaces:
CustomBackgroundTaskServiceLocal
public interface CustomBackgroundTaskService extends CRUDService<CustomBackgroundTaskDTO,CustomBackgroundTaskData,Void>
Service for managing custom background tasks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CustomBackgroundTaskVO>list()Lists all available custom background tasks-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<CustomBackgroundTaskVO> list() throws FrameworkException
Lists all available custom background tasks- Throws:
FrameworkException
-
-