Bases: watcher.objects.base.WatcherObject
Find a goal based on its id or uuid
Parameters: |
|
---|---|
Returns: | a Goal object. |
Find a goal based on its integer id
Parameters: |
|
---|---|
Returns: | a Goal object. |
Find a goal based on name
Parameters: |
|
---|---|
Returns: | a Goal object. |
Find a goal based on uuid
Parameters: |
|
---|---|
Returns: | a Goal object. |
Return a list of Goal objects.
Parameters: |
|
---|---|
Returns: | a list of Goal object. |
Loads updates for this Goal.
Loads a goal with the same uuid from the database and checks for updated attributes. Updates are applied from the loaded goal column by column, if there are any updates.