| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilFooterEntriesGUI:Public Member Functions | |
| __construct (private Container $dic, private Translator $translator, private ilObjFooterUIHandling $ui_handling, private Group $group, private GroupsRepository $groups_repository) | |
| create () | |
| update () | |
| executeCommand () | |
Data Fields | |
| const | CMD_DEFAULT = 'index' | 
| const | CMD_ADD = 'add' | 
| const | CMD_CREATE = 'create' | 
| const | CMD_EDIT = 'edit' | 
| const | CMD_UPDATE = 'update' | 
| const | CMD_RESET = 'reset' | 
| const | CMD_SAVE_ORDER = 'saveOrder' | 
| const | GSFO_ID = 'gsfo_entry_id' | 
Protected Member Functions | |
| index () | |
| add () | |
| addButtons () | |
| saveCurrentEntry () | |
| edit () | |
| toggleActivation () | |
| reset () | |
| confirmDelete () | |
| selectMove () | |
| getMoveForm () | |
| move () | |
Private Member Functions | |
| saveOrder () | |
| delete () | |
Private Attributes | |
| EntriesRepository | $repository | 
| Factory | $ui_factory | 
| ilCtrlInterface | $ctrl | 
| ServerRequestInterface | $request | 
ilFooterEntriesGUI: ilFooterGroupsGUI
Definition at line 41 of file class.ilFooterEntriesGUI.php.
| ilFooterEntriesGUI::__construct | ( | private Container | $dic, | 
| private Translator | $translator, | ||
| private ilObjFooterUIHandling | $ui_handling, | ||
| private Group | $group, | ||
| private GroupsRepository | $groups_repository | ||
| ) | 
Definition at line 59 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 117 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 133 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\button(), and ILIAS\Repository\ctrl().
Referenced by index().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 255 of file class.ilFooterEntriesGUI.php.
References $id, ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:| ilFooterEntriesGUI::create | ( | ) | 
Definition at line 166 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 287 of file class.ilFooterEntriesGUI.php.
References $id, ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 186 of file class.ilFooterEntriesGUI.php.
References $id, ILIAS\Repository\ctrl(), ILIAS\UI\examples\Deck\repository(), and saveCurrentEntry().
 Here is the call graph for this function:| ilFooterEntriesGUI::executeCommand | ( | ) | 
Definition at line 356 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\ctrl(), index(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 313 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\ctrl().
Referenced by move(), and selectMove().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 75 of file class.ilFooterEntriesGUI.php.
References $components, addButtons(), ilFooterTranslationGUI\CMD_DEFAULT, ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 340 of file class.ilFooterEntriesGUI.php.
References $id, ILIAS\Repository\ctrl(), getMoveForm(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 243 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 155 of file class.ilFooterEntriesGUI.php.
References $id.
Referenced by edit(), and selectMove().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 109 of file class.ilFooterEntriesGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 301 of file class.ilFooterEntriesGUI.php.
References $id, ILIAS\Repository\ctrl(), getMoveForm(), and saveCurrentEntry().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 229 of file class.ilFooterEntriesGUI.php.
References $id, ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:| ilFooterEntriesGUI::update | ( | ) | 
Definition at line 206 of file class.ilFooterEntriesGUI.php.
References $id, ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 56 of file class.ilFooterEntriesGUI.php.
      
  | 
  private | 
Definition at line 54 of file class.ilFooterEntriesGUI.php.
      
  | 
  private | 
Definition at line 57 of file class.ilFooterEntriesGUI.php.
      
  | 
  private | 
Definition at line 55 of file class.ilFooterEntriesGUI.php.
| const ilFooterEntriesGUI::CMD_ADD = 'add' | 
Definition at line 47 of file class.ilFooterEntriesGUI.php.
| const ilFooterEntriesGUI::CMD_CREATE = 'create' | 
Definition at line 48 of file class.ilFooterEntriesGUI.php.
| const ilFooterEntriesGUI::CMD_DEFAULT = 'index' | 
Definition at line 46 of file class.ilFooterEntriesGUI.php.
Referenced by ilObjFooterUIHandling\backToMainTab().
| const ilFooterEntriesGUI::CMD_EDIT = 'edit' | 
Definition at line 49 of file class.ilFooterEntriesGUI.php.
| const ilFooterEntriesGUI::CMD_RESET = 'reset' | 
Definition at line 51 of file class.ilFooterEntriesGUI.php.
| const ilFooterEntriesGUI::CMD_SAVE_ORDER = 'saveOrder' | 
Definition at line 52 of file class.ilFooterEntriesGUI.php.
| const ilFooterEntriesGUI::CMD_UPDATE = 'update' | 
Definition at line 50 of file class.ilFooterEntriesGUI.php.
| const ilFooterEntriesGUI::GSFO_ID = 'gsfo_entry_id' | 
Definition at line 53 of file class.ilFooterEntriesGUI.php.