[ 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/ -> auteur.php (sommaire)

(pas de description)

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

Définit 1 class

BD_auteur:: (98 méthodes):
  factory()
  BD_auteur()
  getAuteurId()
  setAuteurId()
  getNom()
  setNom()
  getBio()
  setBio()
  getEmail()
  setEmail()
  getNomSite()
  setNomSite()
  getUrlSite()
  setUrlSite()
  getLogin()
  setLogin()
  getPass()
  setPass()
  getStatut()
  setStatut()
  getProfil()
  setProfil()
  getMaj()
  setMaj()
  getPgp()
  setPgp()
  getHtpass()
  setHtpass()
  getEnLigne()
  setEnLigne()
  getImessage()
  setImessage()
  getMessagerie()
  setMessagerie()
  getAleaActuel()
  setAleaActuel()
  getAleaFutur()
  setAleaFutur()
  getPrefs()
  setPrefs()
  getCookieOubli()
  setCookieOubli()
  getSource()
  setSource()
  getExtra()
  setExtra()
  getLang()
  setLang()
  getLowSec()
  setLowSec()
  getIsLoaded()
  setIsLoaded()
  getUrl()
  create()
  delete()
  update()
  load()
  _fetchData()
  deleteMajDate()
  deleteAllAuteurIdsExceptAuteurIds()
  getAllAuteurId()
  getAllAuteurIdForProfils()
  getHtpassWithLoginExceptStatuts()
  getHtpassWithLoginForStatut()
  getHtpassWithLoginForProfil()
  getAllForLoginAndSource()
  getAllForLogin()
  getAllForLoginExceptStatuts()
  getAllForLoginAndPassAndSourceExceptStatut()
  getAllForLoginAndPassAndSourceExceptProfil()
  getAllExceptMessagerieAndAuteurIdAndPassAndLogin()
  getAllForEmail()
  getAllForStatut()
  getAllForStatutAndMaj()
  getAllForLoginAndNotStatut()
  getAllForLoginAndNotProfil()
  getAllForCookieOubliAndNotStatutAndNotPass()
  getAllForCookieOubliAndNotProfilAndNotPass()
  getAllForArticleIds()
  getAllForArticleId()
  getAllForMessageId()
  getAllForMessageIdExceptAuteurId()
  getAllForAuteurIds()
  getAllParticipants()
  getAllExceptAuteurIdsAndStatuts()
  getAllExceptAuteurIdsAndProfils()
  getAllAuteurs()
  updateHtPassAndPassAndAleaActuelAndCookieOubliForCookieOubli()
  updateCookieOubliForEmail()
  updateStatutForLogin()
  updateProfilForLogin()
  updatePassAndAleaFuturForLogin()
  getAllInfosForDisplay()
  getAllForLoginAndNotAuteurIdAndNotStatut()
  getAllForLoginAndNotAuteurIdAndNotProfil()
  createIgnore()
  getAllConnections()
  getPremiereRubrique()


Classe: BD_auteur  - X-Ref

BD_auteur is a base class for auteur business persistence abstraction implementations, and must be
inherited by all such.

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

BD_auteur()   X-Ref
DB_auteur constructor.


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

getProfil()   X-Ref
Returns the Author's Profile

return: int

setProfil($profil)   X-Ref
Sets the Author's Profil

param: int

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 date since the moment author is on line

return: String

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

param: String

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

getExtra()   X-Ref
Returns the Extra

return: String

setExtra($extra)   X-Ref
Sets the Extra

param: String

getLang()   X-Ref
Returns the lang

return: String

setLang($lang)   X-Ref
Sets the Lang

param: String

getLowSec()   X-Ref
Returns the low sec

return: String

setLowSec($lowSec)   X-Ref
Sets the Low sec

param: String

getIsLoaded()   X-Ref
Pas de description

setIsLoaded($isLoaded)   X-Ref
Pas de description

getUrl()   X-Ref
Pas de description

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

getAllAuteurIdForProfils($profils)   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

getHtpassWithLoginForProfil($profil)   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

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

param: $login
param: $pass
param: $source
param: $profil
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

getAllForLoginAndNotProfil($login, $profil)   X-Ref
Returns an array of Autors.

param: $login
param: $profil
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

getAllForCookieOubliAndNotProfilAndNotPass($cookieOubli, $profil, $pass)   X-Ref
Returns an array of Autors.

param: $login
param: $profil
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

getAllExceptAuteurIdsAndProfils($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_profil, &$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

getAllForLoginAndNotAuteurIdAndNotProfil($login, $id_auteur, $profil)   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

getPremiereRubrique($id_rubrique_parente = 0)   X-Ref
Pas de description



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