| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Glossary\Flashcard\FlashcardTermDBRepository:Public Member Functions | |
| __construct (protected \ilDBInterface $db, protected InternalDataService $data_service) | |
| getEntry (int $term_id, int $user_id, int $glo_id) | |
| getUserEntriesForBox (int $box_nr, int $user_id, int $glo_id) | |
| getAllUserEntries (int $user_id, int $glo_id) | |
| createEntry (Term $term) | |
| updateEntry (Term $term) | |
| deleteEntries (int $glo_id, int $user_id) | |
| deleteAllUserEntries (int $user_id) | |
| deleteAllGlossaryEntries (int $glo_id) | |
| deleteAllTermEntries (int $term_id) | |
Protected Member Functions | |
| getFromRecord (array $rec) | |
Definition at line 28 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::__construct | ( | protected \ilDBInterface | $db, | 
| protected InternalDataService | $data_service | ||
| ) | 
Definition at line 30 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::createEntry | ( | Term | $term | ) | 
Definition at line 113 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\Term\getBoxNr(), ILIAS\Glossary\Flashcard\Term\getGloId(), ILIAS\Glossary\Flashcard\Term\getLastAccess(), ILIAS\Glossary\Flashcard\Term\getTermId(), and ILIAS\Glossary\Flashcard\Term\getUserId().
 Here is the call graph for this function:| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllGlossaryEntries | ( | int | $glo_id | ) | 
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllTermEntries | ( | int | $term_id | ) | 
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllUserEntries | ( | int | $user_id | ) | 
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteEntries | ( | int | $glo_id, | 
| int | $user_id | ||
| ) | 
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getAllUserEntries | ( | int | $user_id, | 
| int | $glo_id | ||
| ) | 
Definition at line 93 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getFromRecord().
 Here is the call graph for this function:| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getEntry | ( | int | $term_id, | 
| int | $user_id, | ||
| int | $glo_id | ||
| ) | 
Definition at line 47 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getFromRecord().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 36 of file class.FlashcardTermDBRepository.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getAllUserEntries(), ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getUserEntriesForBox().
 Here is the caller graph for this function:| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getUserEntriesForBox | ( | int | $box_nr, | 
| int | $user_id, | ||
| int | $glo_id | ||
| ) | 
Definition at line 69 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getFromRecord().
 Here is the call graph for this function:| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::updateEntry | ( | Term | $term | ) | 
Definition at line 125 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\Term\getBoxNr(), ILIAS\Glossary\Flashcard\Term\getGloId(), ILIAS\Glossary\Flashcard\Term\getLastAccess(), ILIAS\Glossary\Flashcard\Term\getTermId(), and ILIAS\Glossary\Flashcard\Term\getUserId().
 Here is the call graph for this function: