37     public function getBucketIdsOfUser(
int $user_id, 
string $order_by = 
"id", 
string $order_direction = 
"ASC"): array;
    49     public function loadBuckets(array $bucket_container_ids): array;
 
loadBuckets(array $bucket_container_ids)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
loadBucket(int $bucket_container_id)
 
saveBucketAndItsTasks(Bucket $bucket)
 
getBucketIdsOfUser(int $user_id, string $order_by="id", string $order_direction="ASC")
 
getBucketMetaOfUser(int $user_id)
 
getBucketIdsByState(int $state)
 
getBucketContainerId(Bucket $bucket)
 
deleteBucket(Bucket $bucket)
Delete the bucket and all its stuff. 
 
updateBucket(Bucket $bucket)
Updates only the bucket! Use this if e.g. 
 
deleteBucketById(int $bucket_id)
Deletes the Observer AND all its tasks and values.