Class src_foundation_tables_VERBAENDE

Description

Implements interfaces:

Stellt die Verbindung zur Tabelle 'verbaende' her

Verwaltet die Verbaende + ID1: offen ID2: VDST

Located in /src/foundation/tables/class.VERBAENDE.php (line 61)

src_foundation_tables_PARENTTABLES
   |
   --src_foundation_tables_VERBAENDE
Variable Summary
Method Summary
void __construct ()
boolean deleteRow ()
array getConstants ()
string getOptionList ([int $index = 0])
array getRow ()
boolean insertRow (array $data)
void setParams (int $verein_nr)
void unsetParams ()
boolean updateData ()
boolean updateRow (array $data)
boolean verbandExists (string $vereinNr)
Variables
string $dbTableName = 'verbaende' (line 73)

Beinhaltet den Datenbanknamen (verbaende)

  • access: protected
int $verband_nr = 0 (line 89)

aktuelle Verband ID

  • access: public

Inherited Variables

Inherited from src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::$oSeen
Methods
Constructor __construct (line 242)

Konstuctor

lädt alle Verbände

void __construct ()

Redefinition of:
src_foundation_tables_PARENTTABLES::__construct()
Konstruktor
deleteRow (line 181)

löscht einen Datensatz

boolean deleteRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::deleteRow()
löscht einen Datensatz
getConstants (line 323)

liefert die Konstanten IDs

[1]: offen [2]: LVST

array getConstants ()
getOptionList (line 275)

liefert eine Optionslist mit allen Verbänden

string getOptionList (int $index)
  • int $index
getRow (line 101)

liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden

array getRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::getRow()
liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden
insertRow (line 153)

fügt einen neuen Datensatz ein

boolean insertRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::insertRow()
fügt einen neuen Datensatz ein
setParams (line 260)

setzt die Daten für die aktuelle Bearbeitung

void setParams (int $verein_nr)
  • int $verein_nr
unsetParams (line 226)

löscht die Parameter, die den gegenwärtigen Datensatz identifizieren

void unsetParams ()

Implementation of:
src_interfaces_TABLEINTERFACE::unsetParams()
löscht die Parameter, die den gegenwärtigen Datensatz identifizieren
updateData (line 207)

aktualisiert die Daten im gegenwertigen Objekt

boolean updateData ()

Implementation of:
src_interfaces_TABLEINTERFACE::updateData()
aktualisiert die Daten im gegenwertigen Objekt
updateRow (line 123)

veranlasst ein Update

boolean updateRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::updateRow()
veranlasst ein Update
verbandExists (line 343)

Überprpüft ob ein Verband existiert

boolean verbandExists (string $vereinNr)
  • string $vereinNr

Inherited Methods

Inherited From src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::__construct()
src_foundation_tables_PARENTTABLES::delete()
src_foundation_tables_PARENTTABLES::getArrKeys()
src_foundation_tables_PARENTTABLES::getFlags()
src_foundation_tables_PARENTTABLES::getKontakte()
src_foundation_tables_PARENTTABLES::getSea()
src_foundation_tables_PARENTTABLES::getSeen()
src_foundation_tables_PARENTTABLES::getTableName()
src_foundation_tables_PARENTTABLES::insert()
src_foundation_tables_PARENTTABLES::optimizeDB()
src_foundation_tables_PARENTTABLES::select()
src_foundation_tables_PARENTTABLES::setFlags()
src_foundation_tables_PARENTTABLES::setKontakte()
src_foundation_tables_PARENTTABLES::setSea()
src_foundation_tables_PARENTTABLES::setSeen()
src_foundation_tables_PARENTTABLES::truncate()
src_foundation_tables_PARENTTABLES::update()

Documentation generated on Sat, 24 Mar 2007 10:00:12 +0100 by phpDocumentor 1.3.1