Package | Description |
---|---|
org.chorem.jtimer |
jTimer.
|
org.chorem.jtimer.data |
Data management classes.
|
org.chorem.jtimer.entities |
jTimer entities.
|
org.chorem.jtimer.io |
Application data savers.
|
org.chorem.jtimer.ui |
jTimer UI.
|
org.chorem.jtimer.ui.alert | |
org.chorem.jtimer.ui.report |
Reports UI.
|
org.chorem.jtimer.ui.report.tree | |
org.chorem.jtimer.ui.systray |
System tray implementations.
|
org.chorem.jtimer.ui.tasks |
Job used to run tasks.
|
org.chorem.jtimer.ui.treetable |
TreeTable UI, for projects and tasks.
|
org.chorem.jtimer.ui.treetable.dnd |
Drag & drop implementation on treetable.
|
org.chorem.jtimer.ws |
Webservices layers.
|
org.chorem.jtimer.ws.xmlrpc |
Chorem webservices implementation.
|
Modifier and Type | Method and Description |
---|---|
protected RunTaskJob |
JTimer.getJobForRunningTask(TimerTask task)
Return job that manage running task.
|
void |
JTimer.startedTask(TimerTask task)
Called by task job manager when task as been started.
|
void |
JTimer.stopTask(TimerTask task)
Stop a task.
|
Modifier and Type | Method and Description |
---|---|
protected TimerTask |
TimerDataManager.findTask(Collection<? extends TimerTask> tasks,
String[] paths)
Find task in tasks collections.
|
TimerTask |
TimerDataManager.getTaskForPath(String taskPath)
Return the corresponding task for path.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerDataManager.addAnnotation(TimerTask task,
Date date,
String annotation)
Add annotation on task for specified calendar, and send event.
|
void |
DataEventListener.addTask(TimerTask task)
Add task event.
|
void |
TimerDataManager.addTask(TimerTask parent,
TimerTask task)
Add single task.
|
void |
DataEventListener.changeClosedState(TimerTask task)
Change task state.
|
void |
TimerDataManager.changeTaskCloseState(TimerTask task)
Close task.
|
void |
TimerDataManager.changeTaskTime(TimerTask task,
Date date,
long value)
Change time for the given date.
|
void |
VetoableDataEventListener.checkAddTask(TimerTask parent,
TimerTask task)
Check add task.
|
void |
CommonVetoable.checkAddTask(TimerTask parent,
TimerTask task) |
void |
VetoableDataEventListener.checkChangeClosedState(TimerTask task)
Check change task state.
|
void |
CommonVetoable.checkChangeClosedState(TimerTask task) |
void |
VetoableDataEventListener.checkDeleteTask(TimerTask task)
Check delete task.
|
void |
CommonVetoable.checkDeleteTask(TimerTask task) |
void |
VetoableDataEventListener.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Check merge task.
|
void |
CommonVetoable.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
VetoableDataEventListener.checkModifyTask(TimerTask task)
Check modify task.
|
void |
CommonVetoable.checkModifyTask(TimerTask task) |
void |
VetoableDataEventListener.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove)
Check move task.
|
void |
CommonVetoable.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove) |
void |
VetoableDataEventListener.checkSetAnnotation(TimerTask task,
Date date,
String value)
Check update task annotation.
|
void |
CommonVetoable.checkSetAnnotation(TimerTask task,
Date date,
String value) |
void |
VetoableDataEventListener.checkSetTaskTime(TimerTask task,
Date date,
Long value)
Check update task time.
|
void |
CommonVetoable.checkSetTaskTime(TimerTask task,
Date date,
Long value) |
void |
TimerDataManager.deleteTask(TimerTask task)
Delete task.
|
void |
DataEventListener.deleteTask(TimerTask task)
Delete task.
|
void |
TimerDataManager.editTask(TimerTask task,
String newTaskName)
Edit task.
|
protected boolean |
CommonVetoable.isSameTaskName(TimerTask task,
List<? extends TimerTask> tasks)
Test if task name is found is tasks list.
|
void |
TimerDataManager.mergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Merge tasks.
|
protected void |
TimerDataManager.mergeTwoTasks(TimerTask destinationTask,
TimerTask otherTask)
Merge two task together.
|
void |
TimerDataManager.modifyAlert(TimerTask task)
Notify alert modification.
|
void |
DataEventListener.modifyTask(TimerTask task)
Modify task.
|
void |
DataEventListener.moveTask(TimerTask task)
Post move task.
|
void |
TimerDataManager.moveTask(TimerTask destination,
Collection<TimerTask> tasksToMove)
Move task.
|
void |
DataEventListener.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Post merge task.
|
void |
DataEventListener.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Pre merge task.
|
void |
DataEventListener.preMoveTask(TimerTask task)
Pre move task.
|
void |
DataEventListener.setAnnotation(TimerTask task,
Date date,
String annotation)
Add annotation.
|
void |
DataEventListener.setTaskTime(TimerTask task,
Date date,
Long time)
Set task time.
|
void |
TimerDataManager.startTask(TimerTask task)
Start task.
|
void |
DataEventListener.startTask(TimerTask task)
Start task.
|
void |
TimerDataManager.stopTask(TimerTask task)
Stop task.
|
void |
DataEventListener.stopTask(TimerTask task)
Stop task.
|
Modifier and Type | Method and Description |
---|---|
void |
VetoableDataEventListener.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Check merge task.
|
void |
CommonVetoable.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
VetoableDataEventListener.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove)
Check move task.
|
void |
CommonVetoable.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove) |
protected TimerTask |
TimerDataManager.findTask(Collection<? extends TimerTask> tasks,
String[] paths)
Find task in tasks collections.
|
protected boolean |
CommonVetoable.isSameTaskName(TimerTask task,
List<? extends TimerTask> tasks)
Test if task name is found is tasks list.
|
void |
TimerDataManager.mergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Merge tasks.
|
void |
TimerDataManager.moveTask(TimerTask destination,
Collection<TimerTask> tasksToMove)
Move task.
|
void |
DataEventListener.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Post merge task.
|
void |
DataEventListener.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Pre merge task.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerProject
Represent a project.
|
Modifier and Type | Field and Description |
---|---|
protected TimerTask |
TimerTask.parent
Parent Task.
|
Modifier and Type | Field and Description |
---|---|
protected List<TimerTask> |
TimerTask.subTasks
Sub tasks.
|
protected static Comparator<TimerTask> |
TimerTaskHelper.timerTaskComparator
Timer task comparator.
|
Modifier and Type | Method and Description |
---|---|
TimerTask |
TimerTask.clone()
Clone task.
|
TimerTask |
TimerTask.getParent()
Get parent.
|
Modifier and Type | Method and Description |
---|---|
List<TimerTask> |
TimerTask.getSubTasks()
Get task's subtasks.
|
static List<TimerTask> |
TimerTaskHelper.sortTask(List<TimerTask> tasks)
Get tasks ordered alphabetically.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TimerTask.addTask(TimerTask t)
Add task's subtask.
|
static boolean |
TimerTaskHelper.collectionContainsTask(Collection<TimerTask> tasks,
TimerTask task)
Check if task is present in tasks collection and recursive subtasks.
|
int |
TimerTask.compareTo(TimerTask o) |
static long |
TimerTaskHelper.getAllTotalTime(TimerTask task)
Get total task time including subtasks total time.
|
static List<String> |
TimerTaskHelper.getAnnotation(TimerTask task,
Date date)
Get all annotations of the day.
|
static Map<Date,String> |
TimerTaskHelper.getAnnotationMap(TimerTask task,
Date date)
Get all annotations of the day.
|
static Date |
TimerTaskHelper.getTaskFirstDateOfTiming(TimerTask task)
Get first date of timing for a task.
|
static Date |
TimerTaskHelper.getTaskLastDateOfTiming(TimerTask task)
Get last date of timing for a task.
|
static List<String> |
TimerTaskHelper.getTaskPath(TimerTask task)
Build task path.
|
static TimerProject |
TimerTaskHelper.getTaskProject(TimerTask task)
Return project associated to a task.
|
static long |
TimerTaskHelper.getTaskTime(TimerTask task)
Get total task time without subtasks time.
|
static long |
TimerTaskHelper.getTotalTime(TimerTask task,
Date date)
Get time for specified date including subtasks time.
|
static void |
TimerTaskHelper.removeAnnotation(TimerTask task,
Date date)
Remove all annotations of the day.
|
protected void |
TimerTask.setParent(TimerTask parent)
Set parent.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TimerTaskHelper.collectionContainsTask(Collection<TimerTask> tasks,
TimerTask task)
Check if task is present in tasks collection and recursive subtasks.
|
static List<TimerTask> |
TimerTaskHelper.sortTask(List<TimerTask> tasks)
Get tasks ordered alphabetically.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<TimerTask> |
GTimerIncrementalSaver.runningTasks
Running task list.
|
Modifier and Type | Method and Description |
---|---|
protected TimerTask |
GTimerIncrementalSaver.findTask(TimerTask parentTask,
String[] taskNames)
Find a task in task's subtask
|
protected TimerTask |
GTimerIncrementalSaver.parseTaskFromFile(Map<String,TimerProject> mapNumberProject,
File taskFile,
SortedMap<TimerTask,TimerProject> taskToManage)
Parse task file.
|
Modifier and Type | Method and Description |
---|---|
void |
GTimerIncrementalSaver.addTask(TimerTask task) |
void |
GTimerIncrementalSaver.changeClosedState(TimerTask task) |
void |
GTimerIncrementalSaver.checkAddTask(TimerTask parent,
TimerTask task) |
void |
GTimerIncrementalSaver.checkChangeClosedState(TimerTask task) |
void |
GTimerIncrementalSaver.checkDeleteTask(TimerTask task) |
void |
GTimerIncrementalSaver.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
GTimerIncrementalSaver.checkModifyTask(TimerTask task) |
void |
GTimerIncrementalSaver.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove) |
protected void |
GTimerIncrementalSaver.checkName(TimerTask task)
Check task name.
|
void |
GTimerIncrementalSaver.checkSetAnnotation(TimerTask task,
Date date,
String value) |
void |
GTimerIncrementalSaver.checkSetTaskTime(TimerTask task,
Date date,
Long value) |
void |
GTimerIncrementalSaver.deleteTask(TimerTask task) |
protected void |
GTimerIncrementalSaver.deleteTaskOrProject(TimerTask taskOrProject,
String extension)
Delete associated file or project files on disk.
|
protected TimerTask |
GTimerIncrementalSaver.findTask(TimerTask parentTask,
String[] taskNames)
Find a task in task's subtask
|
void |
GTimerIncrementalSaver.modifyTask(TimerTask task) |
void |
GTimerIncrementalSaver.moveTask(TimerTask task) |
protected void |
GTimerIncrementalSaver.parseAlerts(TimerTask task)
Find task alert and load it.
|
protected void |
GTimerIncrementalSaver.parseAnnotations(TimerTask task)
Try to find and load annotations from task.
|
void |
GTimerIncrementalSaver.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
GTimerIncrementalSaver.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
GTimerIncrementalSaver.preMoveTask(TimerTask task) |
protected void |
GTimerIncrementalSaver.saveAlerts(TimerTask task)
Save task alerts.
|
protected void |
GTimerIncrementalSaver.saveTask(TimerTask task)
Save task, found correct prefix, and project.
|
protected void |
GTimerIncrementalSaver.saveTask(TimerTask task,
int associatedToProject,
String taskPrefixName)
Save a task.
|
protected void |
GTimerIncrementalSaver.saveTaskAnnotation(TimerTask task)
Save annotation for a task.
|
void |
GTimerIncrementalSaver.setAnnotation(TimerTask task,
Date date,
String annotation) |
void |
GTimerIncrementalSaver.setTaskTime(TimerTask task,
Date date,
Long time) |
void |
GTimerIncrementalSaver.startTask(TimerTask task) |
void |
GTimerIncrementalSaver.stopTask(TimerTask task) |
Modifier and Type | Method and Description |
---|---|
void |
GTimerIncrementalSaver.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
GTimerIncrementalSaver.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove) |
protected TimerTask |
GTimerIncrementalSaver.parseTaskFromFile(Map<String,TimerProject> mapNumberProject,
File taskFile,
SortedMap<TimerTask,TimerProject> taskToManage)
Parse task file.
|
protected void |
GTimerIncrementalSaver.parseTaskFromSavedMap(SortedMap<TimerTask,TimerProject> taskToManage)
Post process task to manage subtask loaded before parent task.
|
void |
GTimerIncrementalSaver.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
GTimerIncrementalSaver.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
Modifier and Type | Field and Description |
---|---|
protected TimerTask |
TimerTaskEditor.cloneTask
task to edit
|
protected TimerTask |
TimerTaskEditor.task
task to edit
|
Modifier and Type | Method and Description |
---|---|
void |
StatusBar.addTask(TimerTask task) |
void |
StatusBar.changeClosedState(TimerTask task) |
void |
StatusBar.deleteTask(TimerTask task) |
void |
StatusBar.modifyTask(TimerTask task) |
void |
StatusBar.moveTask(TimerTask task) |
void |
StatusBar.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
StatusBar.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
StatusBar.preMoveTask(TimerTask task) |
void |
StatusBar.setAnnotation(TimerTask task,
Date date,
String annotation) |
void |
StatusBar.setTaskTime(TimerTask task,
Date date,
Long time) |
protected void |
StatusBar.startStopTask(TimerTask task,
boolean start)
Start and stop task common code.
|
void |
StatusBar.startTask(TimerTask task) |
void |
StatusBar.stopTask(TimerTask task) |
Modifier and Type | Method and Description |
---|---|
void |
StatusBar.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
StatusBar.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
Constructor and Description |
---|
TimerTaskEditor(JTimer application,
TimerTask task,
TimerCore core)
TimerTaskEditor
|
Modifier and Type | Field and Description |
---|---|
protected TimerTask |
AlertEditor.task
Task to manage alert on.
|
Constructor and Description |
---|
AlertEditor(org.jdesktop.application.Application application,
TimerDataManager timerDataManager,
TimerTask task)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Set<TimerTask> |
ReportView.uncheckedTaskSet
Unselected task set.
|
Modifier and Type | Method and Description |
---|---|
protected List<TimerTask> |
ReportView.getSelectedTasks(List<? extends TimerTask> tasks,
Collection<TimerTask> uncheckedTaskList)
Get tasks list without tasks unselected in tree.
|
List<TimerTask> |
ReportUtils.getSubTaskOrdered(TimerTask task)
Return task subtasks ordered by name.
|
Modifier and Type | Method and Description |
---|---|
Map<Date,String> |
ReportUtils.getDailyTaskAnnotation(TimerTask task,
Date day)
Get task annotations for a day.
|
long |
ReportUtils.getDailyTaskTime(TimerTask task,
Date day)
Get task proper time for a day.
|
long |
ReportUtils.getDailyTotalTaskTime(TimerTask task,
Date day)
Get task total time (including subtask) for a day.
|
Map<Date,String> |
ReportUtils.getMonthlyTaskAnnotation(TimerTask task,
Date month,
Date fromDay,
Date toDay)
Get task annotations for a month.
|
long |
ReportUtils.getMonthlyTaskTime(TimerTask task,
Date month,
Date fromDay,
Date toDay)
Get task proper time for a month.
|
long |
ReportUtils.getMonthlyTotalTaskTime(TimerTask task,
Date month,
Date fromDay,
Date toDay)
Get task total time (including subtask) for a month.
|
List<TimerTask> |
ReportUtils.getSubTaskOrdered(TimerTask task)
Return task subtasks ordered by name.
|
Map<Date,String> |
ReportUtils.getWeeklyTaskAnnotation(TimerTask task,
Date week,
Date fromDay,
Date toDay)
Get task annotations for a week.
|
long |
ReportUtils.getWeeklyTaskTime(TimerTask task,
Date week,
Date fromDay,
Date toDay)
Get task proper time for a week.
|
long |
ReportUtils.getWeeklyTotalTaskTime(TimerTask task,
Date week,
Date fromDay,
Date toDay)
Get task total time (including subtask) for a week.
|
Map<Date,String> |
ReportUtils.getYearlyTaskAnnotation(TimerTask task,
Date year,
Date fromDay,
Date toDay)
Get task annotations for a year.
|
long |
ReportUtils.getYearlyTaskTime(TimerTask task,
Date year,
Date fromDay,
Date toDay)
Get task proper time for a year.
|
long |
ReportUtils.getYearlyTotalTaskTime(TimerTask task,
Date year,
Date fromDay,
Date toDay)
Get task total time (including subtask) for a year.
|
Modifier and Type | Method and Description |
---|---|
protected List<TimerProject> |
ReportView.getSelectedProjects(List<TimerProject> projects,
Collection<TimerTask> uncheckedTaskList)
Get project list without project and task unselected in tree.
|
protected List<TimerTask> |
ReportView.getSelectedTasks(List<? extends TimerTask> tasks,
Collection<TimerTask> uncheckedTaskList)
Get tasks list without tasks unselected in tree.
|
protected List<TimerTask> |
ReportView.getSelectedTasks(List<? extends TimerTask> tasks,
Collection<TimerTask> uncheckedTaskList)
Get tasks list without tasks unselected in tree.
|
Modifier and Type | Field and Description |
---|---|
protected TimerTask |
CheckBoxTreeModel.root
Tree model root.
|
Modifier and Type | Field and Description |
---|---|
protected Set<TimerTask> |
CheckBoxTreeCellComponent.uncheckedTaskSet
Unchecked task set.
|
Modifier and Type | Method and Description |
---|---|
protected List<TimerTask> |
CheckBoxTreeModel.getChildrenFor(Object parent)
Recupere la sous liste: data.getProjectsList() si parent = root
getSubTasks() sinon
|
protected List<TimerTask> |
CheckBoxTreeModel.getFiteredSubListFor(Object parent)
Recupere la sous liste: data.getProjectsList() si parent = root
getSubTasks() sinon
|
Constructor and Description |
---|
CheckBoxTreeCellComponent(TimerCore core,
JTree parentTree,
Set<TimerTask> uncheckedTaskList)
Constructor.
|
CheckBoxTreeCellEditor(TimerCore core,
JTree parentTree,
Set<TimerTask> uncheckedTaskList)
Constructor.
|
CheckBoxTreeCellRenderer(TimerCore core,
JTree parentTree,
Set<TimerTask> uncheckedTaskList)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SystrayManager.addTask(TimerTask task) |
void |
SystrayManager.changeClosedState(TimerTask task) |
void |
SystrayManager.deleteTask(TimerTask task) |
void |
SystrayManager.modifyTask(TimerTask task) |
void |
SystrayManager.moveTask(TimerTask task) |
void |
SystrayManager.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
SystrayManager.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
SystrayManager.preMoveTask(TimerTask task) |
void |
SystrayManager.setAnnotation(TimerTask task,
Date date,
String annotation) |
void |
SystrayManager.setTaskTime(TimerTask task,
Date date,
Long time) |
protected void |
SystrayManager.startStopTask(TimerTask task,
boolean start)
Common code for start or stop task.
|
void |
SystrayManager.startTask(TimerTask task) |
void |
SystrayManager.stopTask(TimerTask task) |
Modifier and Type | Method and Description |
---|---|
void |
SystrayManager.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
SystrayManager.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
Modifier and Type | Field and Description |
---|---|
protected TimerTask |
RunTaskJob.managedTask
The task to manage.
|
Modifier and Type | Method and Description |
---|---|
TimerTask |
RunTaskJob.getTask()
Task getter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RunTaskJob.checkAlreadyThrownAlerts(TimerTask task)
Check for already thrown alerts.
|
protected void |
RunTaskJob.checkTaskAlerts(TimerTask task)
Check for alert to be fired.
|
protected void |
RunTaskJob.displayAlert(TimerTask task,
TimerAlert.Type alertType,
long alertDuration)
Display alert message without breaking UI.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RefreshTreeTask.refreshTasks(List<TimerTask> tasks)
Refresh task list.
|
Constructor and Description |
---|
RunTaskJob(JTimer parentApp,
TimerTask managedTask,
TimerDataManager dataManager)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<TimerTask> |
ProjectsAndTasksCellRenderer.runningTasks
Running tasks.
|
protected Map<Object,List<TimerTask>> |
ProjectsAndTasksModel.subTasksCache |
protected Map<TimerTask,String> |
ProjectsAndTasksModel.taskNameCache |
Modifier and Type | Method and Description |
---|---|
protected List<TimerTask> |
ProjectsAndTasksModel.getFiteredSubListFor(Object parent)
Recupere la sous liste: data.getProjectsList() si parent = root
getSubTasks() sinon (cache results).
|
protected List<TimerTask> |
ProjectsAndTasksModel.getFiteredSubListFor(Object parent,
boolean noCache)
Recupere la sous liste: data.getProjectsList() si parent = root
getSubTasks() sinon.
|
List<TimerTask> |
ProjectsAndTasksTable.getSelectedElements()
Get tasks or projects corresponding to selected rows
|
List<TimerTask> |
ProjectsAndTasksTable.getSelectedTasks()
Get tasks corresponding to selected rows
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectsAndTasksModel.addTask(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.addTask(TimerTask task) |
void |
ProjectsAndTasksModel.changeClosedState(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.changeClosedState(TimerTask task) |
void |
ProjectsAndTasksModel.deleteTask(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.deleteTask(TimerTask task) |
void |
ProjectsAndTasksModel.modifyTask(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.modifyTask(TimerTask task) |
void |
ProjectsAndTasksModel.moveTask(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.moveTask(TimerTask task) |
protected void |
ProjectsAndTasksModel.notifyTaskChanged(TimerTask task,
int operation)
Notification de changement de donnees.
|
void |
ProjectsAndTasksModel.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ProjectsAndTasksCellRenderer.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ProjectsAndTasksModel.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ProjectsAndTasksCellRenderer.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ProjectsAndTasksModel.preMoveTask(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.preMoveTask(TimerTask task) |
void |
ProjectsAndTasksModel.setAnnotation(TimerTask task,
Date date,
String annotation) |
void |
ProjectsAndTasksCellRenderer.setAnnotation(TimerTask task,
Date date,
String annotation) |
void |
ProjectsAndTasksModel.setTaskTime(TimerTask task,
Date date,
Long time) |
void |
ProjectsAndTasksCellRenderer.setTaskTime(TimerTask task,
Date date,
Long time) |
void |
ProjectsAndTasksModel.startTask(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.startTask(TimerTask task) |
void |
ProjectsAndTasksModel.stopTask(TimerTask task) |
void |
ProjectsAndTasksCellRenderer.stopTask(TimerTask task) |
protected boolean |
ProjectsAndTasksModel.updateChildren(TimerTask task,
TreePath path,
int operation)
Recursively try to update node.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectsAndTasksModel.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ProjectsAndTasksCellRenderer.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ProjectsAndTasksModel.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ProjectsAndTasksCellRenderer.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
Modifier and Type | Field and Description |
---|---|
protected List<TimerTask> |
TimerTaskTranferable.tasksToTransfer
Tasks to transfer.
|
Constructor and Description |
---|
TimerTaskTranferable(List<TimerTask> tasks)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectManagement.syncTask(String userId,
TimerTask task,
Date dateOfDay,
long timeOfDay)
Sync a task.
|
Modifier and Type | Method and Description |
---|---|
protected TimerTask |
WSDaemon.getTaskByName(TimerTask task,
String taskName)
Found task by name in a task subtask
|
Modifier and Type | Method and Description |
---|---|
void |
ChoremXMLRPCClient.addTask(TimerTask task) |
protected void |
ChoremXMLRPCClient.addTask(TimerTask task,
List<String> taskNames)
Add task in task subtask.
|
void |
ChoremXMLRPCClient.changeClosedState(TimerTask task) |
void |
ChoremXMLRPCClient.checkAddTask(TimerTask parent,
TimerTask task)
Check add task.
|
void |
ChoremXMLRPCClient.checkChangeClosedState(TimerTask task)
Check change task state.
|
void |
ChoremXMLRPCClient.checkDeleteTask(TimerTask task)
Check delete task.
|
void |
ChoremXMLRPCClient.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Check merge task.
|
void |
ChoremXMLRPCClient.checkModifyTask(TimerTask task)
Check modify task.
|
void |
ChoremXMLRPCClient.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove)
Check move task.
|
void |
ChoremXMLRPCClient.checkSetAnnotation(TimerTask task,
Date date,
String annotation)
Check update task annotation.
|
void |
ChoremXMLRPCClient.checkSetTaskTime(TimerTask task,
Date date,
Long value)
Check update task time.
|
void |
ChoremXMLRPCClient.deleteTask(TimerTask task) |
protected TimerTask |
WSDaemon.getTaskByName(TimerTask task,
String taskName)
Found task by name in a task subtask
|
void |
ChoremXMLRPCClient.modifyTask(TimerTask task) |
void |
ChoremXMLRPCClient.moveTask(TimerTask task) |
void |
ChoremXMLRPCClient.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ChoremXMLRPCClient.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ChoremXMLRPCClient.preMoveTask(TimerTask task) |
void |
ChoremXMLRPCClient.setAnnotation(TimerTask task,
Date date,
String annotation)
Add annotation.
|
void |
ChoremXMLRPCClient.setTaskTime(TimerTask task,
Date date,
Long time)
Set task time.
|
void |
ChoremXMLRPCClient.startTask(TimerTask task) |
void |
ChoremXMLRPCClient.stopTask(TimerTask task) |
protected void |
ChoremXMLRPCClient.synchronizeTask(String userId,
TimerTask task,
Date lastUpdateDate,
List<String> currentTaskPath)
Synchronize a single task.
|
protected void |
WSDaemon.synchronizeTask(TimerTask localTask,
TimerTask task)
Synchronize two projects.
|
void |
ChoremXMLRPCClient.syncTask(String userId,
TimerTask task,
Date dateOfDay,
long timeOfDay) |
Modifier and Type | Method and Description |
---|---|
void |
ChoremXMLRPCClient.checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Check merge task.
|
void |
ChoremXMLRPCClient.checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove)
Check move task.
|
void |
ChoremXMLRPCClient.postMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
void |
ChoremXMLRPCClient.preMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks) |
Copyright © 2007–2013 CodeLutin. All rights reserved.