Uses of Class
com.pragmatickm.task.model.TaskLog.Entry
-
Uses of TaskLog.Entry in com.pragmatickm.task.model
Methods in com.pragmatickm.task.model that return TaskLog.EntryModifier and TypeMethodDescriptionTaskLog.getMostRecentEntry
(Calendar scheduledOn) Gets the most recent entry from the task log on the given date ornull
if none.Methods in com.pragmatickm.task.model that return types with arguments of type TaskLog.EntryModifier and TypeMethodDescriptionTaskLog.getEntries()
Gets the set of all entries.TaskLog.getEntries
(Calendar scheduledOn) Gets the entries grouped by "scheduledOn" value or empty list if there are none.TaskLog.getEntriesByScheduledOnDate()
Gets a snapshot of the entries grouped by "scheduledOn" value.TaskLog.iterator()
Iterates through a snapshot of the entries.Methods in com.pragmatickm.task.model with parameters of type TaskLog.EntryModifier and TypeMethodDescriptionvoid
TaskLog.addEntry
(TaskLog.Entry entry) Adds a new entry to the log, writing the new XML file immediately.