|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Inheritance diagram for ILIAS\BookingManager\BookableItem\Table\BookableItemWithoutScheduleTable:
Collaboration diagram for ILIAS\BookingManager\BookableItem\Table\BookableItemWithoutScheduleTable:Data Fields | |
| const string | ID = 'bkbiwos' |
Data Fields inherited from ILIAS\BookingManager\BookableItem\Table\BookableItemTable | |
| const string | ROW_ID_PARAMETER = 'bookable_item_row' |
| const string | ACTION_PARAMETER = 'action' |
| const string | ACTION_TYPE_PARAMETER = 'action_type' |
Protected Member Functions | |
| getColumns () | |
| getFilterInputs () | |
| loadRecords (mixed $filter_data) | |
| buildRowCells (array $record) | |
Protected Member Functions inherited from ILIAS\BookingManager\BookableItem\Table\BookableItemTable | |
| getColumns () | |
| getFilterInputs () | |
| loadRecords (mixed $filter_data) | |
| buildRowCells (array $record) | |
| sortRecords (Order $order, array $records) | |
| getSortCallable (string $key, int $direction) | |
| limitRecords (Range $range, array $records) | |
| getFilterComponent () | |
| acquireParameters (URLBuilder $url_builder) | |
| getTableActions () | |
| loadFilteredBookingObjects (?string $title_filter, ?string $description_filter, ?array $object_ids_filter) | |
| getReservationsForObject (int $booking_object_id) | |
| buildAvailabilityCell (int $available, int $total) | |
Private Member Functions | |
| hasActiveReservations (int $object_id) | |
Additional Inherited Members | |
Public Member Functions inherited from ILIAS\BookingManager\BookableItem\Table\BookableItemTable | |
| __construct (protected readonly UIFactory $ui_factory, protected readonly UIRenderer $ui_renderer, protected readonly ilLanguage $lng, protected readonly HttpService $http, protected readonly ilUIService $ui_service, protected readonly ilCtrlInterface $ctrl, protected readonly ilGlobalTemplateInterface $tpl, protected readonly Refinery $refinery, protected readonly AccessManager $access, protected readonly ilObjBookingPool $pool, protected readonly BookingProcessManager $process_manager, protected readonly Settings $settings, protected readonly ilObjUser $user, protected readonly int $ref_id, protected readonly bool $active_management, protected readonly int $booking_context_obj_id,) | |
| getTableId () | |
| getComponents (URLBuilder $url_builder) | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Public Member Functions inherited from ILIAS\BookingManager\Common\Table\Table | |
| getTableId () | |
| execute (URLBuilder $url_builder) | |
| getComponents (URLBuilder $url_builder) | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Definition at line 27 of file BookableItemWithoutScheduleTable.php.
|
protected |
Reimplemented from ILIAS\BookingManager\BookableItem\Table\BookableItemTable.
Definition at line 119 of file BookableItemWithoutScheduleTable.php.
References ILIAS\BookingManager\BookableItem\Table\BookableItemTable\buildAvailabilityCell().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\BookingManager\BookableItem\Table\BookableItemTable.
Definition at line 34 of file BookableItemWithoutScheduleTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\BookingManager\BookableItem\Table\BookableItemTable.
Definition at line 47 of file BookableItemWithoutScheduleTable.php.
References ilBookingObject\getList(), ILIAS\Repository\int(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 128 of file BookableItemWithoutScheduleTable.php.
References ILIAS\BookingManager\BookableItem\Table\BookableItemTable\getReservationsForObject(), and ilBookingReservation\STATUS_CANCELLED.
Referenced by ILIAS\BookingManager\BookableItem\Table\BookableItemWithoutScheduleTable\loadRecords().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented from ILIAS\BookingManager\BookableItem\Table\BookableItemTable.
Definition at line 65 of file BookableItemWithoutScheduleTable.php.
References $user_id, ILIAS\BookingManager\BookableItem\Table\BookableItemTable\getReservationsForObject(), ILIAS\BookingManager\BookableItem\Table\BookableItemWithoutScheduleTable\hasActiveReservations(), ILIAS\Repository\int(), ILIAS\BookingManager\BookableItem\Table\BookableItemTable\loadFilteredBookingObjects(), ilBookingReservation\numAvailableFromObjectNoSchedule(), ilBookingReservation\STATUS_CANCELLED, and ILIAS\Repository\user().
Here is the call graph for this function:| const string ILIAS\BookingManager\BookableItem\Table\BookableItemWithoutScheduleTable::ID = 'bkbiwos' |
Definition at line 29 of file BookableItemWithoutScheduleTable.php.