diff --git a/library/Class/WebService/SIGB/Opsys/Service.php b/library/Class/WebService/SIGB/Opsys/Service.php index 9e0e346e4b7a824abf34105aac878156ea4aa2ea..6fa022aa9b09d5e161511805e728b1e46412fe79 100644 --- a/library/Class/WebService/SIGB/Opsys/Service.php +++ b/library/Class/WebService/SIGB/Opsys/Service.php @@ -19,6 +19,90 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + +/** + * Configuration nécessaire pour les WS Aloès: + + * RecupererNotice [LIGDET OPACEXE] + ** NumNotice + ** Exemplaires + *** NoticesFilles + **** NoticeFille + ***** NumFille + ***** Reservable + ***** Demandable + ***** DonneesFille + ****** Code barre + ****** Site + ****** Cote + ****** Emplacement + ****** Retour le + ****** Nb resa + ****** Piegea + ****** Piegeb + + + * EmprAuthentifier + ** IDEmprunteur + ** IdentiteEmpr + ** EmailEmpr + ** NombrePrets + ** NombreReservations + ** NombreRetards + + * EmprListerEntite (EUEntiteEmp::ListeInfo) + ** Entite + *** FinAbo + *** Téléphone + *** Contacter par sms + *** Contacter par email + *** Nom + *** Prenom + + + * EmprListerEntite (EUEntiteEmp::ListePret) [LIGDET OPACLISTEPRET] + ** Entite + *** No Prêt + *** Code barre + *** Notice + *** Titre + *** Retour + *** Bibliothèque + *** Retour + + + * EmprListerEntite (EUEntiteEmp::ListeRetard) + ** Entite + *** No Prêt + *** Code barre + *** Notice + *** Titre + *** Retour + *** Bibliothèque + *** Retour + + * EmprListerEntite (EUEntiteEmp::ListeResa) [LIGDET OPACLISTERESA] + ** Entite + *** No réservation + *** Titre + *** Etat + *** Rang + *** Depuis le + *** Code barre + *** Notice + *** Lieu + + * Service catalogue web, EcrireNotice: + Configurer une grille AFI qui prends en compte: + 100$a : nom + 100$b : prenom + 115$e : email + 115$x : contacter par email + 119$a : téléphone + 119$x : contacter par sms + 120$a : mot de passe + */ + class Class_WebService_SIGB_Opsys_Service extends Class_WebService_SIGB_AbstractService { /** @var Class_WebService_MappedSoapClient */ protected $search_client; @@ -125,6 +209,7 @@ class Class_WebService_SIGB_Opsys_Service extends Class_WebService_SIGB_Abstract * @return Class_WebService_SIGB_Emprunteur */ public function authentifierEmprunteur($user) { + xdebug_break(); $auth = new EmprAuthentifier($this->guid, $user->getLogin(), $user->getPassword()); try {