Class G.c.d.DataStore(gobject.GObject):

Part of GTG.core.datastore View In Hierarchy

No class docstring
Method __init__ Undocumented
Method all_tasks Undocumented
Method has_task Undocumented
Method get_task Undocumented
Method delete_task Undocumented
Method new_task Create a new task and return it.
Method get_tagstore Undocumented
Method get_requester Undocumented
Method register_backend Undocumented
Method unregister_backend Undocumented
Method get_all_backends Undocumented
Method refresh_ui Undocumented
Method refresh_tasklist Undocumented
def __init__(self):
Undocumented
def all_tasks(self):
Undocumented
def has_task(self, tid):
Undocumented
def get_task(self, tid):
Undocumented
def delete_task(self, tid):
Undocumented
def new_task(self, tid=None, pid=None, newtask=False):
Create a new task and return it.
ParameterstidThe task ID. If not provided but pid is provided, we ask the backend for pid to come up with one. If provided and the task exists, return the existing task.
pidThe project ID. If you provide tid, you do not need to provide this.
newtaskTrue if this is a new task. False if you are importing an existing task.
ReturnsA Task.
def get_tagstore(self):
Undocumented
def get_requester(self):
Undocumented
def register_backend(self, dic):
Undocumented
def unregister_backend(self, backend):
Undocumented
def get_all_backends(self):
Undocumented
def refresh_ui(self):
Undocumented
def refresh_tasklist(self, task_list):
Undocumented
API Documentation for GTG, generated by pydoctor at 2009-07-19 21:37:32.