ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeSettingsRepository Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilStudyProgrammeSettingsRepository:
+ Collaboration diagram for ilStudyProgrammeSettingsRepository:

Public Member Functions

 createFor (int $obj_id)
 Create a record corresponding to a SP-Object and return representing settings. More...
 
 get (int $obj_id)
 Load settings belonging to a SP-Object. More...
 
 update (ilStudyProgrammeSettings $settings)
 Update settings belonging to a SP-Object. More...
 
 delete (ilStudyProgrammeSettings $settings)
 Delete record corresponding to settings. More...
 
 loadByType (int $type_id)
 Load SP settings by assigned type. More...
 
 loadIdsByType (int $type_id)
 Load SP setting-ids by assigned type. More...
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Covers the persistence of settings belonging to a study programme (SP).

Definition at line 25 of file interface.ilStudyProgrammeSettingsRepository.php.

Member Function Documentation

◆ createFor()

ilStudyProgrammeSettingsRepository::createFor ( int  $obj_id)

Create a record corresponding to a SP-Object and return representing settings.

Will throw if a record allready exists.

Implemented in ilStudyProgrammeSettingsDBRepository.

◆ delete()

ilStudyProgrammeSettingsRepository::delete ( ilStudyProgrammeSettings  $settings)

Delete record corresponding to settings.

Will throw if the record does not exist yet.

Implemented in ilStudyProgrammeSettingsDBRepository.

◆ get()

ilStudyProgrammeSettingsRepository::get ( int  $obj_id)

Load settings belonging to a SP-Object.

Will throw if the record does not exist yet.

Implemented in ilStudyProgrammeSettingsDBRepository.

Referenced by applyProgressDeadline(), markAccredited(), recalculateProgressStatus(), resetProgressToSettings(), succeed(), and updateProgressRelevanceFromSettings().

+ Here is the caller graph for this function:

◆ loadByType()

ilStudyProgrammeSettingsRepository::loadByType ( int  $type_id)

Load SP settings by assigned type.

Returns
ilStudyProgrammeSettings[]

Implemented in ilStudyProgrammeSettingsDBRepository.

◆ loadIdsByType()

ilStudyProgrammeSettingsRepository::loadIdsByType ( int  $type_id)

Load SP setting-ids by assigned type.

Implemented in ilStudyProgrammeSettingsDBRepository.

◆ update()

ilStudyProgrammeSettingsRepository::update ( ilStudyProgrammeSettings  $settings)

Update settings belonging to a SP-Object.

Will throw if the record does not exist yet.

Implemented in ilStudyProgrammeSettingsDBRepository.


The documentation for this interface was generated from the following file: