|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Mount\RepositoryDB:
Collaboration diagram for ILIAS\WebDAV\Mount\RepositoryDB:Public Member Functions | |
| __construct (protected ilDBInterface $db) | |
| createMountInstructionsDocumentEntry (Document $document) | |
| getNextMountInstructionsDocumentId () | |
| getHighestSortingNumber () | |
| getMountInstructionsDocumentById (int $id) | |
| getMountInstructionsByLanguage (string $language) | |
| getAllMountInstructions () | |
| doMountInstructionsExistByLanguage (string $language) | |
| updateMountInstructions (Document $document) | |
| updateSortingValueById (int $id, int $a_new_sorting_value) | |
| deleteMountInstructionsById (int $id) | |
| createMountInstructionsDocumentEntry (Document $document) | |
| getNextMountInstructionsDocumentId () | |
| getHighestSortingNumber () | |
| getMountInstructionsDocumentById (int $id) | |
| getMountInstructionsByLanguage (string $language) | |
| getAllMountInstructions () | |
| doMountInstructionsExistByLanguage (string $language) | |
| updateMountInstructions (Document $document) | |
| updateSortingValueById (int $id, int $a_new_sorting_value) | |
| deleteMountInstructionsById (int $id) | |
Data Fields | |
| const string | TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' |
Protected Member Functions | |
| buildDocumentFromDatabaseRecord (array $result) | |
Definition at line 26 of file RepositoryDB.php.
| ILIAS\WebDAV\Mount\RepositoryDB::__construct | ( | protected ilDBInterface | $db | ) |
Definition at line 30 of file RepositoryDB.php.
|
protected |
Definition at line 165 of file RepositoryDB.php.
Referenced by ILIAS\WebDAV\Mount\RepositoryDB\getAllMountInstructions(), ILIAS\WebDAV\Mount\RepositoryDB\getMountInstructionsByLanguage(), and ILIAS\WebDAV\Mount\RepositoryDB\getMountInstructionsDocumentById().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\RepositoryDB::createMountInstructionsDocumentEntry | ( | Document | $document | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 34 of file RepositoryDB.php.
References ILIAS\WebDAV\Mount\Document\getCreationTs(), ILIAS\WebDAV\Mount\Document\getId(), ILIAS\WebDAV\Mount\Document\getLanguage(), ILIAS\WebDAV\Mount\Document\getLastModificationUsrId(), ILIAS\WebDAV\Mount\Document\getModificationTs(), ILIAS\WebDAV\Mount\Document\getOwnerUsrId(), ILIAS\WebDAV\Mount\Document\getProcessedInstructions(), ILIAS\WebDAV\Mount\Document\getSorting(), ILIAS\WebDAV\Mount\Document\getTitle(), and ILIAS\WebDAV\Mount\Document\getUploadedInstructions().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\RepositoryDB::deleteMountInstructionsById | ( | int | $id | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 157 of file RepositoryDB.php.
References $id.
| ILIAS\WebDAV\Mount\RepositoryDB::doMountInstructionsExistByLanguage | ( | string | $language | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 114 of file RepositoryDB.php.
| ILIAS\WebDAV\Mount\RepositoryDB::getAllMountInstructions | ( | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 101 of file RepositoryDB.php.
References ILIAS\WebDAV\Mount\RepositoryDB\buildDocumentFromDatabaseRecord().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\RepositoryDB::getHighestSortingNumber | ( | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 62 of file RepositoryDB.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\RepositoryDB::getMountInstructionsByLanguage | ( | string | $language | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 86 of file RepositoryDB.php.
References ILIAS\WebDAV\Mount\RepositoryDB\buildDocumentFromDatabaseRecord().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\RepositoryDB::getMountInstructionsDocumentById | ( | int | $id | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 71 of file RepositoryDB.php.
References $id, and ILIAS\WebDAV\Mount\RepositoryDB\buildDocumentFromDatabaseRecord().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\RepositoryDB::getNextMountInstructionsDocumentId | ( | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 53 of file RepositoryDB.php.
| ILIAS\WebDAV\Mount\RepositoryDB::updateMountInstructions | ( | Document | $document | ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 125 of file RepositoryDB.php.
References ILIAS\WebDAV\Mount\Document\getCreationTs(), ILIAS\WebDAV\Mount\Document\getId(), ILIAS\WebDAV\Mount\Document\getLanguage(), ILIAS\WebDAV\Mount\Document\getLastModificationUsrId(), ILIAS\WebDAV\Mount\Document\getModificationTs(), ILIAS\WebDAV\Mount\Document\getOwnerUsrId(), ILIAS\WebDAV\Mount\Document\getSorting(), and ILIAS\WebDAV\Mount\Document\getTitle().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\RepositoryDB::updateSortingValueById | ( | int | $id, |
| int | $a_new_sorting_value | ||
| ) |
Implements ILIAS\WebDAV\Mount\Repository.
Definition at line 144 of file RepositoryDB.php.
References $id.
| const string ILIAS\WebDAV\Mount\RepositoryDB::TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' |
Definition at line 28 of file RepositoryDB.php.