public function __construct(\stdClass $a = NULL, aohs\AssetOperationHandlerService $service = NULL, $data1 = NULL, $data2 = NULL, $data3 = NULL)
 {
     if (isset($a)) {
         parent::__construct($a);
     }
     $this->access_connectors = $a->accessConnectors;
     $this->access_destinations = $a->accessDestinations;
 }
 public function __construct(\stdClass $a = NULL, aohs\AssetOperationHandlerService $service = NULL, $data1 = NULL, $data2 = NULL, $data3 = NULL)
 {
     if (isset($a)) {
         parent::__construct($a);
         $this->access_site_management = $a->accessSiteManagement;
         $this->create_sites = $a->createSites;
         $this->access_targets_destinations = $a->accessTargetsDestinations;
         $this->access_all_sites = $a->accessAllSites;
         $this->view_system_info_and_logs = $a->viewSystemInfoAndLogs;
         $this->force_logout = $a->forceLogout;
         $this->access_security_area = $a->accessSecurityArea;
         $this->new_site_wizard = $a->newSiteWizard;
         $this->optimize_database = $a->optimizeDatabase;
         $this->sync_ldap = $a->syncLdap;
         $this->configure_logging = $a->configureLogging;
         $this->searching_indexing = $a->searchingIndexing;
         $this->access_configuration = $a->accessConfiguration;
         $this->edit_system_preferences = $a->editSystemPreferences;
         $this->site_migration = $a->siteMigration;
         $this->broadcast_messages = $a->broadcastMessages;
         $this->view_users_in_member_groups = $a->viewUsersInMemberGroups;
         $this->view_all_users = $a->viewAllUsers;
         $this->create_users = $a->createUsers;
         $this->delete_users_in_member_groups = $a->deleteUsersInMemberGroups;
         $this->delete_all_users = $a->deleteAllUsers;
         $this->view_member_groups = $a->viewMemberGroups;
         $this->view_all_groups = $a->viewAllGroups;
         $this->create_groups = $a->createGroups;
         $this->delete_member_groups = $a->deleteMemberGroups;
         $this->access_roles = $a->accessRoles;
         $this->create_roles = $a->createRoles;
         $this->delete_any_group = $a->deleteAnyGroup;
         $this->edit_any_user = $a->editAnyUser;
         $this->edit_users_in_member_groups = $a->editUsersInMemberGroups;
         $this->edit_any_group = $a->editAnyGroup;
         $this->edit_member_groups = $a->editMemberGroups;
         $this->recycle_bin_checker = $a->recycleBinChecker;
         $this->path_repair_tool = $a->pathRepairTool;
         $this->database_export_tool = $a->databaseExportTool;
         $this->change_identity = $a->changeIdentity;
     }
 }