public class TaskDaoImpl extends TaskDaoBase
Task
TRANSFORM_NONE
Constructor and Description |
---|
TaskDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected Task |
handleFindNextScheduledTask()
Performs the core logic for
TaskDaoBase.findNextScheduledTask() |
protected Collection<Task> |
handleFindNextScheduledTasks(Date upperBound,
int maxTasks,
Collection<Long> taskIdsToExclude)
Performs the core logic for
#findNextScheduledTasks(java.util.Date, int,
java.util.Collection |
protected Task |
handleFindTaskByUniqueName(String uniqueName)
Performs the core logic for
TaskDaoBase.findTaskByUniqueName(String) |
create, create, create, create, evict, findNextScheduledTask, findNextScheduledTasks, findTaskByUniqueName, load, load, loadAll, loadAll, remove, remove, remove, transformEntities, transformEntity, update, update
protected Task handleFindNextScheduledTask()
TaskDaoBase.findNextScheduledTask()
handleFindNextScheduledTask
in class TaskDaoBase
TaskDao.findNextScheduledTask()
protected Collection<Task> handleFindNextScheduledTasks(Date upperBound, int maxTasks, Collection<Long> taskIdsToExclude)
#findNextScheduledTasks(java.util.Date, int,
java.util.Collection)
handleFindNextScheduledTasks
in class TaskDaoBase
com.communote.server.persistence.tasks.TaskDao#findNextScheduledTasks()
protected Task handleFindTaskByUniqueName(String uniqueName)
TaskDaoBase.findTaskByUniqueName(String)
handleFindTaskByUniqueName
in class TaskDaoBase
com.communote.server.persistence.tasks.TaskDao#findTaskByUniqueName()
Copyright © 2019 Communote team. All rights reserved.