+__PACKAGE__->register_method(
+ method => 'check_user_work_perms_batch',
+ api_name => 'open-ils.actor.user.work_perm.highest_org_set.batch',
+ authoritative => 1,
+);
+__PACKAGE__->register_method(
+ method => 'check_user_work_perms_batch',
+ api_name => 'open-ils.actor.user.work_perm.org_tree_list.batch',
+ authoritative => 1,
+);
+__PACKAGE__->register_method(
+ method => 'check_user_work_perms_batch',
+ api_name => 'open-ils.actor.user.work_perm.org_unit_list.batch',
+ authoritative => 1,
+);
+__PACKAGE__->register_method(
+ method => 'check_user_work_perms_batch',
+ api_name => 'open-ils.actor.user.work_perm.org_id_list.batch',
+ authoritative => 1,
+);
+
+