An exception for terminatinating execution or to throw for unit testing.
deleteBucket($bucket)
Delete the bucket and all its stuff.
deleteBucketById($bucket_id)
Deletes the Observer AND all its tasks and values.
getBucketContainerId(Bucket $bucket)
loadBuckets($bucket_container_id)
getBucketMetaOfUser($user_id)
getBucketIdsOfUser($user_id, $order_by="id", $order_direction="ASC")
getBucketIdsByState($state)
updateBucket(Bucket $bucket)
Updates only the bucket! Use this if e.g.
loadBucket($bucket_container_id)
saveBucketAndItsTasks(Bucket $bucket)