|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Inheritance diagram for ILIAS\BookingManager\Bookings\Table\BookingsWithScheduleTable:
Collaboration diagram for ILIAS\BookingManager\Bookings\Table\BookingsWithScheduleTable:Public Member Functions | |
| 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\Bookings\Table\BookingsTable | |
| __construct (protected readonly UIFactory $ui_factory, protected readonly UIRenderer $ui_renderer, protected readonly AccessManager $access, protected readonly ilGlobalTemplateInterface $tpl, protected readonly Refinery $refinery, protected readonly Language $lng, protected readonly HttpService $http, protected readonly ilObjUser $user, protected readonly ReservationDBRepository $reservation_repository, protected readonly ilCtrlInterface $ctrl, protected readonly ilUIService $ui_service, protected readonly Settings $settings, protected readonly ilObjBookingPool $booking_pool) | |
| getTableId () | |
| 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... | |
| getFilter () | |
| 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... | |
| getComponents (URLBuilder $url_builder) | |
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... | |
Data Fields | |
| const string | ID = 'bkbws' |
Data Fields inherited from ILIAS\BookingManager\Bookings\Table\BookingsTable | |
| const | ROW_ID_PARAMETER = 'booking_id' |
| const | ACTION_PARAMETER = 'action' |
| const | ACTION_TYPE_PARAMETER = 'action_type' |
Protected Member Functions | |
| getColumns () | |
| getFilterInputs () | |
| getTimeSlots () | |
| getBookingTimeSlotFilterLabel (array $booking) | |
Protected Member Functions inherited from ILIAS\BookingManager\Bookings\Table\BookingsTable | |
| getUserPresentationName (int $user_id) | |
| getColumns () | |
| getFilterInputs () | |
| loadRecords (mixed $filter_data) | |
| sortRecords (Order $order, array $records) | |
| limitRecords (Range $range, array $records) | |
| acquireParameters (URLBuilder $url_builder) | |
| getUsers (?int $user_id=null) | |
| getStatuses () | |
| getTableActions () | |
| getUserComponent (int $user_id) | |
| getBookingTimeSlotFilterLabel (array $booking) | |
Private Member Functions | |
| isAllDayBooking (array $booking) | |
| getSchedule (int $schedule_id) | |
Private Attributes | |
| array | $schedule_cache = [] |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\BookingManager\Bookings\Table\BookingsTable | |
| readonly array | $booking_items |
| readonly array | $bookings |
| readonly array | $participants |
| readonly ColumnFactory | $column_factory |
| readonly InputFactory | $input_factory |
Definition at line 34 of file BookingsWithScheduleTable.php.
|
protected |
Reimplemented from ILIAS\BookingManager\Bookings\Table\BookingsTable.
Definition at line 172 of file BookingsWithScheduleTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\BookingManager\Bookings\Table\BookingsTable.
Definition at line 90 of file BookingsWithScheduleTable.php.
References ILIAS\Data\DateFormat\DateFormat\DAY, ILIAS\Data\DateFormat\DateFormat\DOT, ILIAS\Repository\lng(), ILIAS\Data\DateFormat\DateFormat\MONTH_SPELLED_SHORT, ILIAS\Data\DateFormat\DateFormat\SPACE, ILIAS\Data\DateFormat\DateFormat\WEEK, ILIAS\Data\DateFormat\DateFormat\WEEKDAY_SHORT, and ILIAS\Data\DateFormat\DateFormat\YEAR.
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\BookingManager\Bookings\Table\BookingsTable.
Definition at line 123 of file BookingsWithScheduleTable.php.
References ILIAS\Repository\access(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\BookingManager\Bookings\Table\BookingsWithScheduleTable::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.
yield $row_builder->buildStandardRow($row_id, $record).
| string[] | $visible_column_ids |
Reimplemented from ILIAS\BookingManager\Bookings\Table\BookingsTable.
Definition at line 43 of file BookingsWithScheduleTable.php.
References $user_id, ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow(), ilDatePresentation\formatPeriod(), ILIAS\BookingManager\Bookings\Table\BookingsTable\getTableActions(), IL_CAL_UNIX, ILIAS\BookingManager\Bookings\Table\BookingsWithScheduleTable\isAllDayBooking(), ILIAS\Repository\lng(), and ilBookingReservation\STATUS_CANCELLED.
Here is the call graph for this function:
|
private |
Definition at line 189 of file BookingsWithScheduleTable.php.
|
protected |
Definition at line 160 of file BookingsWithScheduleTable.php.
|
private |
Definition at line 179 of file BookingsWithScheduleTable.php.
References ILIAS\Repository\int(), and ilBookingSchedule\SCHEDULE_TYPE_ALL_DAY.
Referenced by ILIAS\BookingManager\Bookings\Table\BookingsWithScheduleTable\getRows().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 41 of file BookingsWithScheduleTable.php.
| const string ILIAS\BookingManager\Bookings\Table\BookingsWithScheduleTable::ID = 'bkbws' |
Definition at line 36 of file BookingsWithScheduleTable.php.