|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilBiblAdminFieldGUI. More...
Inheritance diagram for ilBiblAdminFieldGUI:
Collaboration diagram for ilBiblAdminFieldGUI:Public Member Functions | |
| __construct (protected \ilBiblAdminFactoryFacadeInterface $facade) | |
| ilBiblAdminFieldGUI constructor. More... | |
| executeCommand () | |
| checkPermissionAndFail (string $permission) | |
| checkPermissionBoolAndReturn (string $permission) | |
Data Fields | |
| const | SUBTAB_RIS = 'subtab_ris' |
| const | SUBTAB_BIBTEX = 'subtab_bibtex' |
| const | FIELD_IDENTIFIER = 'field_id' |
| const | DATA_TYPE = 'data_type' |
| const | CMD_STANDARD = 'index' |
| const | CMD_CANCEL = 'cancel' |
| const | CMD_EDIT = 'edit' |
| const | CMD_UPDATE = 'update' |
| const | CMD_SAVE_ORDERING = 'saveOrdering' |
| const | CMD_APPLY_FILTER = 'applyFilter' |
| const | CMD_RESET_FILTER = 'resetFilter' |
| const | CMD_SAVE = 'save' |
Protected Member Functions | |
| performCommand () | |
| saveOrdering () | |
| getFieldIdFromRequest () | |
| index () | |
| setSubTabs () | |
| save () | |
| applyFilter () | |
| resetFilter () | |
Protected Attributes | |
| ilAccessHandler | $access |
| Table | $table |
Private Member Functions | |
| saveFieldIdsInRequest () | |
| getFieldFromRequest () | |
Private Attributes | |
| Services | $http |
| ilCtrl | $ctrl |
| ilTabsGUI | $tabs |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $main_tpl |
Class ilBiblAdminFieldGUI.
Definition at line 27 of file class.ilBiblAdminFieldGUI.php.
| ilBiblAdminFieldGUI::__construct | ( | protected \ilBiblAdminFactoryFacadeInterface | $facade | ) |
ilBiblAdminFieldGUI constructor.
Definition at line 52 of file class.ilBiblAdminFieldGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 196 of file class.ilBiblAdminFieldGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilBiblAdminFieldGUI::checkPermissionAndFail | ( | string | $permission | ) |
Definition at line 211 of file class.ilBiblAdminFieldGUI.php.
References checkPermissionBoolAndReturn(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilBiblAdminFieldGUI::checkPermissionBoolAndReturn | ( | string | $permission | ) |
Definition at line 218 of file class.ilBiblAdminFieldGUI.php.
References ILIAS\Repository\access(), and ILIAS\FileDelivery\http().
Referenced by ILIAS\components\Database\Integrity\Field\Table\__construct(), checkPermissionAndFail(), and performCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblAdminFieldGUI::executeCommand | ( | ) |
Definition at line 67 of file class.ilBiblAdminFieldGUI.php.
References ILIAS\Repository\ctrl(), getFieldFromRequest(), ILIAS\Repository\lng(), performCommand(), saveFieldIdsInRequest(), ilObjBibliographicAdminGUI\TAB_FIELDS, and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
private |
Definition at line 140 of file class.ilBiblAdminFieldGUI.php.
References getFieldIdFromRequest().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 125 of file class.ilBiblAdminFieldGUI.php.
References ILIAS\FileDelivery\http().
Referenced by getFieldFromRequest(), and saveFieldIdsInRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 147 of file class.ilBiblAdminFieldGUI.php.
References setSubTabs().
Here is the call graph for this function:
|
protected |
Definition at line 91 of file class.ilBiblAdminFieldGUI.php.
References checkPermissionBoolAndReturn(), and ILIAS\Repository\ctrl().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 203 of file class.ilBiblAdminFieldGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 191 of file class.ilBiblAdminFieldGUI.php.
References saveOrdering().
Here is the call graph for this function:
|
private |
Definition at line 133 of file class.ilBiblAdminFieldGUI.php.
References ILIAS\Repository\ctrl(), and getFieldIdFromRequest().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 113 of file class.ilBiblAdminFieldGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 155 of file class.ilBiblAdminFieldGUI.php.
References CMD_STANDARD, ILIAS\Repository\ctrl(), ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, ilBiblTypeFactoryInterface\DATA_TYPE_RIS, ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Referenced by index().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file class.ilBiblAdminFieldGUI.php.
|
private |
Definition at line 42 of file class.ilBiblAdminFieldGUI.php.
|
private |
Definition at line 41 of file class.ilBiblAdminFieldGUI.php.
|
private |
Definition at line 44 of file class.ilBiblAdminFieldGUI.php.
|
private |
Definition at line 47 of file class.ilBiblAdminFieldGUI.php.
|
protected |
Definition at line 46 of file class.ilBiblAdminFieldGUI.php.
|
private |
Definition at line 43 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 38 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::CMD_CANCEL = 'cancel' |
Definition at line 34 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::CMD_EDIT = 'edit' |
Definition at line 35 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 39 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::CMD_SAVE = 'save' |
Definition at line 40 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::CMD_SAVE_ORDERING = 'saveOrdering' |
Definition at line 37 of file class.ilBiblAdminFieldGUI.php.
Referenced by ILIAS\components\Database\Integrity\Field\Table\__construct().
| const ilBiblAdminFieldGUI::CMD_STANDARD = 'index' |
Definition at line 33 of file class.ilBiblAdminFieldGUI.php.
Referenced by ILIAS\components\Database\Integrity\Field\Table\initURIBuilder(), setSubTabs(), and ilObjBibliographicAdminGUI\view().
| const ilBiblAdminFieldGUI::CMD_UPDATE = 'update' |
Definition at line 36 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::DATA_TYPE = 'data_type' |
Definition at line 32 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::FIELD_IDENTIFIER = 'field_id' |
Definition at line 31 of file class.ilBiblAdminFieldGUI.php.
Referenced by ILIAS\components\Database\Integrity\Field\Table\initURIBuilder().
| const ilBiblAdminFieldGUI::SUBTAB_BIBTEX = 'subtab_bibtex' |
Definition at line 30 of file class.ilBiblAdminFieldGUI.php.
| const ilBiblAdminFieldGUI::SUBTAB_RIS = 'subtab_ris' |
Definition at line 29 of file class.ilBiblAdminFieldGUI.php.