proxy_parent->pmbesSearch_simpleSearch($searchType, $searchTerm, -1, 0); } function simpleSearchLocalise($searchType=0,$searchTerm="",$PMBUserId=-1, $OPACEmprId=-1,$location,$section=0) { return $this->proxy_parent->pmbesSearch_simpleSearchLocalise($searchType, $searchTerm, -1, 0,$location,$section=0); } function get_sort_types() { return $this->proxy_parent->pmbesSearch_get_sort_types(); } function fetchSearchRecords($searchId, $firstRecord, $recordCount, $recordFormat, $recordCharset='iso-8859-1') { return $this->proxy_parent->pmbesSearch_fetchSearchRecords($searchId, $firstRecord, $recordCount, $recordFormat, $recordCharset, true, true); } function fetchSearchRecordsSorted($searchId, $firstRecord, $recordCount, $recordFormat, $recordCharset='iso-8859-1', $sort_type="") { return $this->proxy_parent->pmbesSearch_fetchSearchRecordsSorted($searchId, $firstRecord, $recordCount, $recordFormat, $recordCharset, true, true, $sort_type); } function fetchSearchRecordsArray($searchId, $firstRecord, $recordCount, $recordCharset='iso-8859-1') { return $this->proxy_parent->pmbesSearch_fetchSearchRecordsArray($searchId, $firstRecord, $recordCount, $recordCharset, true, true); } function fetchSearchRecordsArraySorted($searchId, $firstRecord, $recordCount, $recordCharset='iso-8859-1', $sort_type="") { return $this->proxy_parent->pmbesSearch_fetchSearchRecordsArraySorted($searchId, $firstRecord, $recordCount, $recordCharset, true, true, $sort_type); } function getAdvancedSearchFields($lang, $fetch_values=false) { return $this->proxy_parent->pmbesSearch_getAdvancedSearchFields("opac|search_fields", $lang, $fetch_values); } function getAdvancedExternalSearchFields($lang, $fetch_values=false) { return $this->proxy_parent->pmbesSearch_getAdvancedSearchFields("opac|search_fields_unimarc", $lang, $fetch_values); } function advancedSearch($search_description) { return $this->proxy_parent->pmbesSearch_advancedSearch("opac|search_fields", $search_description, -1, 0); } function advancedSearchExternal($search_description, $source_ids) { array_walk($source_ids, create_function('&$a', '$a+=0;')); //Soyons sűr de ne stocker que des entiers dans le tableau. $source_ids = array_unique($source_ids); if (!$source_ids) return FALSE; return $this->proxy_parent->pmbesSearch_advancedSearch("opac|search_fields_unimarc|sources(".implode(',',$source_ids).")", $search_description, -1, 0); } function fetch_notice_items($notice_id) { return $this->proxy_parent->pmbesItems_fetch_notice_items($notice_id, 0); } function listNoticeExplNums($notice_id) { return $this->proxy_parent->pmbesNotices_listNoticeExplNums($notice_id, 0); } function listBulletinExplNums($bulletinId) { return $this->proxy_parent->pmbesNotices_listBulletinExplNums($bulletinId, 0); } function fetchNoticeList($noticelist, $recordFormat, $recordCharset) { if (!is_array($noticelist)) return array(); //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); foreach ($noticelist as $anoticeid) { $rights= $dom_2->getRights(0, $anoticeid); if (!($rights & 4)) { $noticelist = array_diff($noticelist, array($anoticeid)); } } } return $this->proxy_parent->pmbesNotices_fetchNoticeList($noticelist, $recordFormat, $recordCharset, true, true); } function fetchExternalNoticeList($noticelist, $recordFormat, $recordCharset) { return $this->proxy_parent->pmbesNotices_fetchExternalNoticeList($noticelist, $recordFormat, $recordCharset); } function fetchNoticeListArray($noticelist, $recordCharset) { if (!is_array($noticelist)) return array(); //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); foreach ($noticelist as $anoticeid) { $rights= $dom_2->getRights(0, $anoticeid); if (!($rights & 4)) { $noticelist = array_diff($noticelist, array($anoticeid)); } } } return $this->proxy_parent->pmbesNotices_fetchNoticeListArray($noticelist, $recordCharset, false, false); } function fetchNoticeListFull($noticelist, $recordFormat, $recordCharset, $includeLinks) { if (!is_array($noticelist)) return array(); //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); foreach ($noticelist as $anoticeid) { $rights= $dom_2->getRights(0, $anoticeid); if (!($rights & 4)) { $noticelist = array_diff($noticelist, array($anoticeid)); } } } if (!$noticelist) return array(); return $this->proxy_parent->pmbesNotices_fetchNoticeListFull($noticelist, $recordFormat, $recordCharset, $includeLinks); } function fetchBulletinListFull($bulletinlist, $recordFormat, $recordCharset) { return $this->proxy_parent->pmbesNotices_fetchBulletinListFull($bulletinlist, $recordFormat, $recordCharset); } function findNoticeBulletinId($noticeId) { //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); $rights= $dom_2->getRights(0, $noticeId); if (!($rights & 4)) { return 0; } } return $this->proxy_parent->pmbesNotices_findNoticeBulletinId($noticeId); } function fetchNoticeByExplCb($explCb, $recordFormat, $recordCharset) { global $dbh; return $this->proxy_parent->pmbesNotices_fetchNoticeByExplCb(0,$explCb, $recordFormat, $recordCharset, true, true); } function get_author_information_and_notices($author_id) { return $this->proxy_parent->pmbesAuthors_get_author_information_and_notices($author_id, 0); } function get_collection_information_and_notices($collection_id) { return $this->proxy_parent->pmbesCollections_get_collection_information_and_notices($collection_id, 0); } function get_subcollection_information_and_notices($subcollection_id) { return $this->proxy_parent->pmbesCollections_get_subcollection_information_and_notices($subcollection_id, 0); } function get_publisher_information_and_notices($publisher_id) { return $this->proxy_parent->pmbesPublishers_get_publisher_information_and_notices($publisher_id, 0); } function list_thesauri() { return $this->proxy_parent->pmbesThesauri_list_thesauri(0); } function fetch_thesaurus_node_full($node_id) { return $this->proxy_parent->pmbesThesauri_fetch_node_full($node_id, 0); } function fetch_notices_bulletins($noticelist){ //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); foreach ($noticelist as $anoticeid) { $rights= $dom_2->getRights(0, $anoticeid); if ($rights && !($rights & 4)) { $noticelist = array_diff($noticelist, array($anoticeid)); } } } return $this->proxy_parent->pmbesNotices_fetch_notices_bulletins($noticelist); } function fetchNoticesCollstates($serialIds){ //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); foreach ($serialIds as $anoticeid) { $rights= $dom_2->getRights(0, $anoticeid); if ($rights && !($rights & 4)) { $serialIds = array_diff($serialIds, array($anoticeid)); } } } return $this->proxy_parent->pmbesNotices_fetchNoticeCollstates($serialIds); } function list_shelves() { return $this->proxy_parent->pmbesOPACGeneric_list_shelves(0); } function retrieve_shelf_content( $shelf_id) { return $this->proxy_parent->pmbesOPACGeneric_retrieve_shelf_content($shelf_id, 0); } function fetchNoticeListFullWithBullId($noticelist, $recordFormat, $recordCharset, $includeLinks=true) { if (!is_array($noticelist)) return array(); //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); foreach ($noticelist as $anoticeid) { $rights= $dom_2->getRights(0, $anoticeid); if (!($rights & 4)) { $noticelist = array_diff($noticelist, array($anoticeid)); } } } if (!$noticelist) return array(); return $this->proxy_parent->pmbesNotices_fetchNoticeListFullWithBullId($noticelist, $recordFormat, $recordCharset, $includeLinks); } function fetchNoticesBulletinsList($noticelist){ //Vérifions que l'emprunteur a bien le droit de voir les notices global $gestion_acces_active, $gestion_acces_empr_notice; if ($gestion_acces_active==1 && $gestion_acces_empr_notice==1) { $ac= new acces(); $dom_2= $ac->setDomain(2); foreach ($noticelist as $anoticeid) { $rights= $dom_2->getRights(0, $anoticeid); if ($rights && !($rights & 4)) { $noticelist = array_diff($noticelist, array($anoticeid)); } } } return $this->proxy_parent->pmbesNotices_fetchNoticesBulletinsList($noticelist); } function fetchSearchRecordsFull($searchId, $firstRecord, $recordCount, $recordCharset='iso-8859-1') { return $this->proxy_parent->pmbesSearch_fetchSearchRecordsFull($searchId, $firstRecord, $recordCount, $recordCharset, true, true); } function fetchSearchRecordsFullSorted($searchId, $firstRecord, $recordCount, $recordCharset='iso-8859-1', $sort_type="") { return $this->proxy_parent->pmbesSearch_fetchSearchRecordsFullSorted($searchId, $firstRecord, $recordCount, $recordCharset, true, true, $sort_type); } function fetchSearchRecordsFullWithBullId($searchId, $firstRecord, $recordCount, $recordCharset='iso-8859-1') { return $this->proxy_parent->pmbesSearch_fetchSearchRecordsFullWithBullId($searchId, $firstRecord, $recordCount, $recordCharset, true, true); } function fetchSearchRecordsFullWithBullIdSorted($searchId, $firstRecord, $recordCount, $recordCharset='iso-8859-1', $sort_type="") { return $this->proxy_parent->pmbesSearch_fetchSearchRecordsFullWithBullIdSorted($searchId, $firstRecord, $recordCount, $recordCharset, true, true, $sort_type); } function fetchSerialList() { return $this->proxy_parent->pmbesNotices_fetchSerialList(0); } function listExternalSources() { return $this->proxy_parent->pmbesSearch_listExternalSources(0); } } ?>