|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilBMFSettings:Public Member Functions | |
| setSettingsId ($a_settings_id=0) | |
| getSettingsId () | |
| setClientId ($a_client_id) | |
| getClientId () | |
| setBewirtschafterNr ($a_bewirtschafter_nr) | |
| getBewirtschafterNr () | |
| setHaushaltsstelle ($a_haushaltsstelle) | |
| getHaushaltsstelle () | |
| setObjectId ($a_object_id) | |
| getObjectId () | |
| setKennzeichenMahnverfahren ($a_kennzeichen_mahnverfahren) | |
| getKennzeichenMahnverfahren () | |
| setWaehrungsKennzeichen ($a_waehrungs_kennzeichen) | |
| getWaehrungsKennzeichen () | |
| setEpaymentServer ($a_epayment_server) | |
| getEpaymentServer () | |
| setClientCertificate ($a_client_certificate) | |
| getClientCertificate () | |
| setCaCertificate ($a_ca_certificate) | |
| getCaCertificate () | |
| setTimeout ($a_timeout) | |
| getTimeout () | |
| getAll () | |
| Returns array of all bmf settings. More... | |
| clearAll () | |
| Clears the payment settings for the bmf payment method. More... | |
| save () | |
| Inserts or updates (if payment settings already exist) the bmf settings data. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Static method to get the singleton instance. More... | |
Data Fields | |
| $pSettings | |
Private Member Functions | |
| ilBMFSettings () | |
| Constructor. More... | |
| getSettings () | |
| Called from constructor to fetch settings from database. More... | |
| fetchSettingsId () | |
| Fetches and sets the primary key of the payment settings. More... | |
Static Private Attributes | |
| static | $instance = null |
Definition at line 16 of file class.ilBMFSettings.php.
| ilBMFSettings::clearAll | ( | ) |
Clears the payment settings for the bmf payment method.
@access public
Definition at line 227 of file class.ilBMFSettings.php.
|
private |
Fetches and sets the primary key of the payment settings.
@access private
Definition at line 99 of file class.ilBMFSettings.php.
| ilBMFSettings::getAll | ( | ) |
Returns array of all bmf settings.
@access public
Definition at line 204 of file class.ilBMFSettings.php.
References getBewirtschafterNr(), getCaCertificate(), getClientCertificate(), getClientId(), getEpaymentServer(), getHaushaltsstelle(), getKennzeichenMahnverfahren(), getObjectId(), and getWaehrungsKennzeichen().
Here is the call graph for this function:| ilBMFSettings::getBewirtschafterNr | ( | ) |
Definition at line 129 of file class.ilBMFSettings.php.
References $bewirtschafter_nr.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilBMFSettings::getCaCertificate | ( | ) |
Definition at line 185 of file class.ilBMFSettings.php.
References $ca_certificate.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilBMFSettings::getClientCertificate | ( | ) |
Definition at line 177 of file class.ilBMFSettings.php.
References $client_certificate.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilBMFSettings::getClientId | ( | ) |
Definition at line 121 of file class.ilBMFSettings.php.
References $client_id.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilBMFSettings::getEpaymentServer | ( | ) |
Definition at line 169 of file class.ilBMFSettings.php.
References $epayment_server.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilBMFSettings::getHaushaltsstelle | ( | ) |
Definition at line 137 of file class.ilBMFSettings.php.
References $haushaltsstelle.
Referenced by getAll(), and save().
Here is the caller graph for this function:
|
static |
Static method to get the singleton instance.
@access public
Definition at line 42 of file class.ilBMFSettings.php.
References $instance, and ilBMFSettings().
Referenced by LastschriftWS\abbuchenOhneEinzugsermaechtigung(), KundenstammdatenPflegeWS\anlegenKunde(), Buchung\Buchung(), BuchungsListe\BuchungsListe(), KreditkartenzahlungWS\KreditkartenzahlungWS(), KundenstammdatenPflegeWS\KundenstammdatenPflegeWS(), LastschriftWS\LastschriftWS(), KreditkartenzahlungWS\validierenKreditkarte(), and KreditkartenzahlungWS\zahlenUndAnlegenKunde().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBMFSettings::getKennzeichenMahnverfahren | ( | ) |
Definition at line 153 of file class.ilBMFSettings.php.
References $kennzeichen_mahnverfahren.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilBMFSettings::getObjectId | ( | ) |
Definition at line 145 of file class.ilBMFSettings.php.
References $object_id.
Referenced by getAll(), and save().
Here is the caller graph for this function:
|
private |
Called from constructor to fetch settings from database.
@access private
Definition at line 71 of file class.ilBMFSettings.php.
References $data, setBewirtschafterNr(), setCaCertificate(), setClientCertificate(), setClientId(), setEpaymentServer(), setHaushaltsstelle(), setKennzeichenMahnverfahren(), setObjectId(), setTimeout(), and setWaehrungsKennzeichen().
Referenced by ilBMFSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBMFSettings::getSettingsId | ( | ) |
Definition at line 113 of file class.ilBMFSettings.php.
| ilBMFSettings::getTimeout | ( | ) |
| ilBMFSettings::getWaehrungsKennzeichen | ( | ) |
Definition at line 161 of file class.ilBMFSettings.php.
References $waehrungs_kennzeichen.
Referenced by getAll(), and save().
Here is the caller graph for this function:
|
private |
Constructor.
@access private
Definition at line 57 of file class.ilBMFSettings.php.
References $ilDB, ilPaymentSettings\_getInstance(), and getSettings().
Referenced by getInstance().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBMFSettings::save | ( | ) |
Inserts or updates (if payment settings already exist) the bmf settings data.
@access public
Definition at line 245 of file class.ilBMFSettings.php.
References $ilDB, getBewirtschafterNr(), getCaCertificate(), getClientCertificate(), getClientId(), getEpaymentServer(), getHaushaltsstelle(), getKennzeichenMahnverfahren(), getObjectId(), and getWaehrungsKennzeichen().
Here is the call graph for this function:| ilBMFSettings::setBewirtschafterNr | ( | $a_bewirtschafter_nr | ) |
Definition at line 125 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setCaCertificate | ( | $a_ca_certificate | ) |
Definition at line 181 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setClientCertificate | ( | $a_client_certificate | ) |
Definition at line 173 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setClientId | ( | $a_client_id | ) |
Definition at line 117 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setEpaymentServer | ( | $a_epayment_server | ) |
Definition at line 165 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setHaushaltsstelle | ( | $a_haushaltsstelle | ) |
Definition at line 133 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setKennzeichenMahnverfahren | ( | $a_kennzeichen_mahnverfahren | ) |
Definition at line 149 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setObjectId | ( | $a_object_id | ) |
Definition at line 141 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setSettingsId | ( | $a_settings_id = 0 | ) |
Definition at line 109 of file class.ilBMFSettings.php.
| ilBMFSettings::setTimeout | ( | $a_timeout | ) |
Definition at line 189 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilBMFSettings::setWaehrungsKennzeichen | ( | $a_waehrungs_kennzeichen | ) |
Definition at line 157 of file class.ilBMFSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:
|
private |
Definition at line 24 of file class.ilBMFSettings.php.
Referenced by getBewirtschafterNr().
|
private |
Definition at line 31 of file class.ilBMFSettings.php.
Referenced by getCaCertificate().
|
private |
Definition at line 30 of file class.ilBMFSettings.php.
Referenced by getClientCertificate().
|
private |
Definition at line 23 of file class.ilBMFSettings.php.
Referenced by getClientId().
|
private |
Definition at line 18 of file class.ilBMFSettings.php.
|
private |
Definition at line 29 of file class.ilBMFSettings.php.
Referenced by getEpaymentServer().
|
private |
Definition at line 25 of file class.ilBMFSettings.php.
Referenced by getHaushaltsstelle().
|
staticprivate |
Definition at line 34 of file class.ilBMFSettings.php.
Referenced by getInstance().
|
private |
Definition at line 27 of file class.ilBMFSettings.php.
Referenced by getKennzeichenMahnverfahren().
|
private |
Definition at line 26 of file class.ilBMFSettings.php.
Referenced by getObjectId().
| ilBMFSettings::$pSettings |
Definition at line 19 of file class.ilBMFSettings.php.
|
private |
Definition at line 21 of file class.ilBMFSettings.php.
|
private |
Definition at line 32 of file class.ilBMFSettings.php.
Referenced by getTimeout().
|
private |
Definition at line 28 of file class.ilBMFSettings.php.
Referenced by getWaehrungsKennzeichen().