[ Index ]
 

Code source de SPIP Agora 1.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Agora1-4/ecrire/include/bd/ldap3/ -> auteur_ldap3.php (sommaire)

(pas de description)

Poids: 3100 lignes (74 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

BD_auteur_ldap3:: (84 méthodes):
  factory()
  BD_auteur()
  getAuteurDN()
  setAuteurDN()
  getAuteurId()
  setAuteurId()
  getNom()
  setNom()
  getBio()
  setBio()
  getEmail()
  setEmail()
  getNomSite()
  setNomSite()
  getUrlSite()
  setUrlSite()
  getLogin()
  setLogin()
  getPass()
  setPass()
  getStatut()
  setStatut()
  getMaj()
  setMaj()
  getPgp()
  setPgp()
  getHtpass()
  setHtpass()
  getEnLigne()
  setEnLigne()
  getImessage()
  setImessage()
  getMessagerie()
  setMessagerie()
  getAleaActuel()
  setAleaActuel()
  getAleaFutur()
  setAleaFutur()
  getPrefs()
  setPrefs()
  getCookieOubli()
  setCookieOubli()
  getSource()
  setSource()
  _getldapLogin()
  verifyPassword()
  getAuteurInfos()
  create()
  delete()
  update()
  load()
  _fetchData()
  deleteMajDate()
  deleteAllAuteurIdsExceptAuteurIds()
  getAllAuteurId()
  getHtpassWithLoginExceptStatuts()
  getHtpassWithLoginForStatut()
  getAllForLoginAndSource()
  getAllForLogin()
  getAllForLoginExceptStatuts()
  getAllForLoginAndPassAndSourceExceptStatut()
  getAllExceptMessagerieAndAuteurIdAndPassAndLogin()
  getAllForEmail()
  getAllForStatut()
  getAllForStatutAndMaj()
  getAllForLoginAndNotStatut()
  getAllForCookieOubliAndNotStatutAndNotPass()
  getAllForArticleIds()
  getAllForArticleId()
  getAllForMessageId()
  getAllForMessageIdExceptAuteurId()
  getAllForAuteurIds()
  getAllParticipants()
  getAllExceptAuteurIdsAndStatuts()
  getAllAuteurs()
  updateHtPassAndPassAndAleaActuelAndCookieOubliForCookieOubli()
  updateCookieOubliForEmail()
  updateStatutForLogin()
  updateProfilForLogin()
  updatePassAndAleaFuturForLogin()
  getAllInfosForDisplay()
  getAllForLoginAndNotAuteurIdAndNotStatut()
  createIgnore()
  getAllConnections()


Classe: BD_auteur_ldap3  - X-Ref

BD_auteur_ldap3 is an implementation for LDAPv3 of BD_auteur business class.

factory($dbParameters = null)   X-Ref
Pas de description

BD_auteur()   X-Ref
DB_auteur constructor.


getAuteurDN()   X-Ref
Returns the Author's DN

return: String

setAuteurDN($auteurDN)   X-Ref
Sets the Author's DN

param: String

getAuteurId()   X-Ref
Returns the Author's ID

return: int

setAuteurId($auteurId)   X-Ref
Sets the Author's ID

param: int

getNom()   X-Ref
Returns the Author's Name

return: String

setNom($nom)   X-Ref
Sets the Author's Name

param: String

getBio()   X-Ref
Returns the Author's Biography

return: String

setBio($bio)   X-Ref
Sets the Author's Biography

param: String

getEmail()   X-Ref
Returns the Author Email

return: String

setEmail($email)   X-Ref
Sets the Author Email

param: String

getNomSite()   X-Ref
Returns the Author's Site Name

return: String

setNomSite($nomSite)   X-Ref
Sets the Author's Site Name

param: String

getUrlSite()   X-Ref
Returns the Author's Site URL

return: String

setUrlSite($urlSite)   X-Ref
Sets the Author's Site URL

param: String

getLogin()   X-Ref
Returns the Author's Login

return: String

setLogin($login)   X-Ref
Sets the Author's Login

param: String

getPass()   X-Ref
Returns the Author's Password

return: String

setPass($pass)   X-Ref
Sets the Author's Password

param: String

getStatut()   X-Ref
Returns the Author's Statute

return: String

setStatut($statut)   X-Ref
Sets the Author's Statute

param: String

getMaj()   X-Ref
Returns the last update

return: Date

setMaj($maj)   X-Ref
Sets the last update

param: Date

getPgp()   X-Ref
Returns the Author's Pgp

return: String

setPgp($pgp)   X-Ref
Sets the Author's Pgp

param: String

getHtpass()   X-Ref
Returns the Author's HtPassword

return: String

setHtpass($htpass)   X-Ref
Sets the Author's HtPassword

param: String

getEnLigne()   X-Ref
Returns the author is on line

return: Date

setEnLigne($enLigne)   X-Ref
Sets the author is on line

param: Date

getImessage()   X-Ref
Returns if the Author uses Imessage

return: String

setImessage($imessage)   X-Ref
Sets if the Author uses Imessage

param: String

getMessagerie()   X-Ref
Returns the Author uses Message

return: String

setMessagerie($messagerie)   X-Ref
Sets the Author uses Message

param: String

getAleaActuel()   X-Ref
Returns the Current alea

return: String

setAleaActuel($aleaActuel)   X-Ref
Sets the Current alea

param: String

getAleaFutur()   X-Ref
Returns the Future alea

return: String

setAleaFutur($aleaFutur)   X-Ref
Sets the Future alea

param: String

getPrefs()   X-Ref
Returns the Author's preferences

return: String

setPrefs($prefs)   X-Ref
Sets the Author's preferences

param: String

getCookieOubli()   X-Ref
Returns the cookie forgotten

return: String

setCookieOubli($cookieOubli)   X-Ref
Sets the cookie forgotten

param: String

getSource()   X-Ref
Returns the Source

return: String

setSource($source)   X-Ref
Sets the Source

param: String

_getldapLogin($login)   X-Ref
le format ldap du login

author: Olivier Mansour
param: String
return: String

verifyPassword($login, $passwd)   X-Ref
This method is used to verify the password of the author in the database


getAuteurInfos($login)   X-Ref
This method is used to get informations about the author in the database


create()   X-Ref
This method is used to create a new author in the database


delete($auteurId)   X-Ref
This method is used to delete an author from the database

param: int $idAuteur id of author to delete

update()   X-Ref
This method is used to update this author in the database


load($auteurId)   X-Ref
This method is used to load an author from the database

param: int $idAuteur id of author to load

_fetchData($row)   X-Ref
This method is used to fetch result set fields into the object fields

param: $row    resultset row

deleteMajDate($mydate)   X-Ref
This method is used to delete all authors former to mydate


deleteAllAuteurIdsExceptAuteurIds($auteurs)   X-Ref
Pas de description

getAllAuteurId()   X-Ref
Pas de description

getHtpassWithLoginExceptStatuts($statut1, $statut2)   X-Ref
Returns an array of htpass.

param: $statut1
param: $statut2
return: an array of htpass

getHtpassWithLoginForStatut($statut)   X-Ref
Returns an array of htpass.

param: $statut1
param: $statut2
return: an array of htpass

getAllForLoginAndSource($login, $source)   X-Ref
Returns an array of Autors.

param: $login
param: $source
return: an array of Autors

getAllForLogin($login)   X-Ref
Returns an array of Autors.

param: $login
return: an array of Autors

getAllForLoginExceptStatuts($login, $statut1, $statut2)   X-Ref
Returns an array of Autors.

param: $login
param: $statut1
param: $statut2
return: an array of Autors

getAllForLoginAndPassAndSourceExceptStatut($login, $pass, $source, $statut)   X-Ref
Returns an array of Autors.

param: $login
param: $pass
param: $source
param: $statut
return: an array of Autors

getAllExceptMessagerieAndAuteurIdAndPassAndLogin($messagerie, $auteurId, $pass, $login)   X-Ref
Returns an array of Autors.

param: $messagerie
param: $auteurId
param: $pass
param: $login
return: an array of Autors

getAllForEmail($email)   X-Ref
Returns an array of Autors.

param: $email
return: an array of Autors

getAllForStatut($statut)   X-Ref
Returns an array of Autors.

param: $statut
return: an array of Autors

getAllForStatutAndMaj($statut, $myDate)   X-Ref
Returns an array of Autors.

param: $statut
param: $myDate
return: an array of Autors

getAllForLoginAndNotStatut($login, $statut)   X-Ref
Returns an array of Autors.

param: $login
param: $statut
return: an array of Autors

getAllForCookieOubliAndNotStatutAndNotPass($cookieOubli, $statut, $pass)   X-Ref
Returns an array of Autors.

param: $login
param: $statut
return: an array of Autors

getAllForArticleIds($articles)   X-Ref
Returns an array of Breve.

param: $rubriques
return: Array of Breve

getAllForArticleId($articleId)   X-Ref
Returns an array of Autors.

param: $articleId
return: an array of Autors

getAllForMessageId($messageId)   X-Ref
Returns an array of Autors.

param: $messageId
return: an array of Autors

getAllForMessageIdExceptAuteurId($messageId, $auteurId)   X-Ref
Returns an array of Autors.

param: $messageId
param: $auteurId
return: an array of Autors

getAllForAuteurIds($les_auteurs, $critere)   X-Ref
Returns an array of Autors.

param: $les_auteurs
param: $critere
return: an array of Autors

getAllParticipants($ze_auteurs, $les_auteurs)   X-Ref
Returns an array of Autors.

param: $les_auteurs
param: $critere
return: an array of Autors

getAllExceptAuteurIdsAndStatuts($lesAuteurs)   X-Ref
Returns an array of Autors.

param: $lesAuteurs
return: an array of Autors

getAllAuteurs()   X-Ref
Returns an array of Autors.

return: an array of Autors

updateHtPassAndPassAndAleaActuelAndCookieOubliForCookieOubli($htpass, $pass, $aleaActuel, $newCookieOubli, $cookieOubli)   X-Ref
Update HTpass Pass AleaActuel and cookieOublie fro CookieOublie.

param: $htpass
param: $mdpass
param: $aleaActuel
param: $newCookieOubli
param: $cookieOubli
return: an array of Autors

updateCookieOubliForEmail($cookie, $email)   X-Ref
Update CookieOublie for email.

param: $Cookie
param: $email
return: an array of Autors

updateStatutForLogin($statut, $login)   X-Ref
Update Statut for login.

param: $statut
param: $login

updateProfilForLogin($profil, $login)   X-Ref
Update profil for login.

param: $profil
param: $login

updatePassAndAleaFuturForLogin($pass, $aleaFutur, $login)   X-Ref
Update Pass and Alea for login.

param: $pass
param: $aleaFutur
param: $login

getAllInfosForDisplay($visiteurs, $connect_statut, &$tri, &$auteurs, &$nombre_auteurs)   X-Ref
get All infos for display list of writters.

param: $visiteur
param: $connect_statut
param: $tri
param: $auteurs
param: $nombre_auteurs
return: tri, auteurs and nombre_auteurs

getAllForLoginAndNotAuteurIdAndNotStatut($login, $id_auteur, $statut)   X-Ref
Returns an array of Autors.

param: $email
return: an array of Autors

createIgnore()   X-Ref
Pas de description

getAllConnections($auteurId)   X-Ref
This method returns all Connections

param: auteurId
return: int



Généré le : Sat Feb 24 14:40:03 2007 par Balluche grâce à PHPXref 0.7