Package org.cyclos.impl.system
Interface CustomBackgroundTaskServiceLocal
-
- All Superinterfaces:
CRUDService<CustomBackgroundTaskDTO,CustomBackgroundTaskData,Void>,CRUDServiceLocal<CustomBackgroundTask,CustomBackgroundTaskDTO,CustomBackgroundTaskData,Void>,CustomBackgroundTaskService,Service
- All Known Implementing Classes:
CustomBackgroundTaskServiceImpl
public interface CustomBackgroundTaskServiceLocal extends CRUDServiceLocal<CustomBackgroundTask,CustomBackgroundTaskDTO,CustomBackgroundTaskData,Void>, CustomBackgroundTaskService
Local interface forCustomBackgroundTaskService
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_CONTEXTScript attribute: the background execution contextstatic StringATTR_TASKScript attribute: the custom background task
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CustomBackgroundTask>listAll()Lists all existing custom background tasks-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.system.CustomBackgroundTaskService
list
-
-
-
-
Field Detail
-
ATTR_TASK
static final String ATTR_TASK
Script attribute: the custom background task- See Also:
- Constant Field Values
-
ATTR_CONTEXT
static final String ATTR_CONTEXT
Script attribute: the background execution context- See Also:
- Constant Field Values
-
-
Method Detail
-
listAll
List<CustomBackgroundTask> listAll()
Lists all existing custom background tasks
-
-