|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Service (e.g. More...
Inheritance diagram for ilBookingObjectServiceGUI:
Collaboration diagram for ilBookingObjectServiceGUI:Public Member Functions | |
| __construct (int $host_obj_ref_id, int $current_pool_ref_id, \ilObjUseBookDBRepository $use_book_repo, string $seed, string $sseed, ilBookingHelpAdapter $help) | |
| ilBookingObjectServiceGUI constructor. More... | |
Public Member Functions inherited from ilBookingObjectGUI | |
| activateManagement ($a_val) | |
| Activate management. More... | |
| isManagementActivated () | |
| Is management activated? More... | |
| executeCommand () | |
| render () | |
| Render list of booking objects. More... | |
| applyFilter () | |
| resetFilter () | |
| create (ilPropertyFormGUI $a_form=null) | |
| Render creation form. More... | |
| edit (ilPropertyFormGUI $a_form=null) | |
| Render edit form. More... | |
| initForm ($a_mode="create", $id=null) | |
| Build property form. More... | |
| save () | |
| Create new object dataset. More... | |
| update () | |
| Update object dataset. More... | |
| confirmDelete () | |
| Confirm delete. More... | |
| delete () | |
| Delete object. More... | |
| deliverInfo () | |
Protected Attributes | |
| $host_obj_ref_id | |
| $use_book_repo | |
Protected Attributes inherited from ilBookingObjectGUI | |
| $ctrl | |
| $tpl | |
| $lng | |
| $access | |
| $tabs | |
| $help | |
| $obj_data_cache | |
| $user | |
| $pool_has_schedule | |
| $pool_overall_limit | |
| $pool_uses_preferences = false | |
| $management = true | |
| $context_obj_id | |
| $object_id | |
Additional Inherited Members | |
Protected Member Functions inherited from ilBookingObjectGUI | |
| getPoolRefId () | |
| Get ref id of booking pool. More... | |
| getPoolObjId () | |
| Get obj id of booking pool. More... | |
| hasPoolSchedule () | |
| Has booking pool a schedule? More... | |
| getPoolOverallLimit () | |
| Get booking pool overall limit. More... | |
| showNoScheduleMessage () | |
| Show no schedule message. More... | |
| returnToPreferences () | |
| Return to preferences. More... | |
| setHelpId ($a_id) | |
Service (e.g.
being used in a course) UI wrapper for booking objects
@ilCtrl_Calls ilBookingObjectServiceGUI: ilPropertyFormGUI, ilBookingProcessGUI
Definition at line 13 of file class.ilBookingObjectServiceGUI.php.
| ilBookingObjectServiceGUI::__construct | ( | int | $host_obj_ref_id, |
| int | $current_pool_ref_id, | ||
| \ilObjUseBookDBRepository | $use_book_repo, | ||
| string | $seed, | ||
| string | $sseed, | ||
| ilBookingHelpAdapter | $help | ||
| ) |
ilBookingObjectServiceGUI constructor.
| int | $host_obj_ref_id | Host object ref id (e.g. course) |
Definition at line 34 of file class.ilBookingObjectServiceGUI.php.
References ilBookingObjectGUI\$help, $host_obj_ref_id, $use_book_repo, ILIAS\GlobalScreen\Provider\__construct(), ilObject\_lookupObjId(), and ilBookingObjectGUI\activateManagement().
Here is the call graph for this function:
|
protected |
Definition at line 18 of file class.ilBookingObjectServiceGUI.php.
Referenced by __construct().
|
protected |
Definition at line 23 of file class.ilBookingObjectServiceGUI.php.
Referenced by __construct().