|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilCalendarCategoryAssignments:Public Member Functions | |
| __construct ($a_cal_entry_id) | |
| Constructor. More... | |
| getFirstAssignment () | |
| get first assignment More... | |
| getAssignments () | |
| get assignments More... | |
| addAssignment ($a_cal_cat_id) | |
| add assignment More... | |
| deleteAssignment ($a_cat_id) | |
| delete assignment More... | |
| deleteAssignments () | |
| delete assignments More... | |
Static Public Member Functions | |
| static | _lookupCategories ($a_cal_id) |
| lookup categories More... | |
| static | _lookupCategory ($a_cal_id) |
| Lookup category id. More... | |
| static | _getAppointmentCalendars ($a_cal_ids) |
| lookup calendars for appointment ids More... | |
| static | _getAssignedAppointments ($a_cat_id) |
| Get assigned apointments. More... | |
| static | lookupNumberOfAssignedAppointments ($a_cat_ids) |
| Get number of assigned appoitments. More... | |
| static | _getAutoGeneratedAppointmentsByObjId ($a_obj_id) |
| get automatic generated appointments of category More... | |
| static | _deleteByAppointmentId ($a_app_id) |
| Delete appointment assignment. More... | |
| static | _deleteByCategoryId ($a_cat_id) |
| Delete assignments by category id. More... | |
Protected Attributes | |
| $db | |
| $cal_entry_id = 0 | |
| $assignments = array() | |
Private Member Functions | |
| read () | |
| read assignments More... | |
Definition at line 32 of file class.ilCalendarCategoryAssignments.php.
| ilCalendarCategoryAssignments::__construct | ( | $a_cal_entry_id | ) |
Constructor.
@access public
| int | calendar entry id |
Definition at line 45 of file class.ilCalendarCategoryAssignments.php.
Here is the call graph for this function:
|
static |
Delete appointment assignment.
@access public
| int | appointment id |
Definition at line 187 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, and $res.
Referenced by ilConsultationHourUtils\cancelBooking(), ilCalendarAppointmentGUI\delete(), ilCalendarEntry\delete(), ilConsultationHoursGUI\delete(), ilCalendarAppEventListener\deleteAppointments(), and ilCalendarCategoryGUI\deleteAppointments().
Here is the caller graph for this function:
|
static |
Delete assignments by category id.
@access public
| int | category_id |
Definition at line 206 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, and $res.
Referenced by ilCalendarCategory\delete(), and ilCalendarRemoteReader\importIcal().
Here is the caller graph for this function:
|
static |
lookup calendars for appointment ids
@access public
| array | $a_cal_ids |
Definition at line 101 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCalendarSchedule\calculate().
Here is the caller graph for this function:
|
static |
Get assigned apointments.
@access public
| array | $a_cat_id |
Definition at line 122 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCalendarExport\addCategories(), ilCalendarCategory\delete(), ilCalendarDataSet\getDependencies(), ilCalendarRemoteReader\importIcal(), ilCalendarInboxSharedTableGUI\parse(), and ilCalendarCategoryGUI\showAssignedAppointments().
Here is the caller graph for this function:
|
static |
get automatic generated appointments of category
@access public
| int | obj_id |
Definition at line 163 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCalendarAppEventListener\deleteAppointments().
Here is the caller graph for this function:
|
static |
lookup categories
@access public
| int | cal_id |
Definition at line 63 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCalendarExport\buildAppointmentUrl(), and ilCalendarHidden\isAppointmentVisible().
Here is the caller graph for this function:
|
static |
Lookup category id.
@access public
return
Definition at line 85 of file class.ilCalendarCategoryAssignments.php.
Referenced by ilCalendarAppointmentGUI\edit(), ilCalendarAppointmentGUI\editResponsibleUsers(), ilCalendarAppointmentPanelGUI\getHTML(), and ilCalendarAppointmentGUI\showInfoScreen().
Here is the caller graph for this function:| ilCalendarCategoryAssignments::addAssignment | ( | $a_cal_cat_id | ) |
add assignment
@access public
| int | calendar category id |
Definition at line 245 of file class.ilCalendarCategoryAssignments.php.
| ilCalendarCategoryAssignments::deleteAssignment | ( | $a_cat_id | ) |
delete assignment
@access public
| int | calendar category id |
Definition at line 267 of file class.ilCalendarCategoryAssignments.php.
| ilCalendarCategoryAssignments::deleteAssignments | ( | ) |
delete assignments
@access public
Definition at line 288 of file class.ilCalendarCategoryAssignments.php.
| ilCalendarCategoryAssignments::getAssignments | ( | ) |
get assignments
@access public
Definition at line 233 of file class.ilCalendarCategoryAssignments.php.
| ilCalendarCategoryAssignments::getFirstAssignment | ( | ) |
get first assignment
@access public
Definition at line 222 of file class.ilCalendarCategoryAssignments.php.
|
static |
Get number of assigned appoitments.
| type | $a_cat_id |
Definition at line 141 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCalendarCategoryGUI\doImportFile().
Here is the caller graph for this function:
|
private |
read assignments
@access private
Definition at line 305 of file class.ilCalendarCategoryAssignments.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file class.ilCalendarCategoryAssignments.php.
|
protected |
Definition at line 36 of file class.ilCalendarCategoryAssignments.php.
|
protected |
Definition at line 34 of file class.ilCalendarCategoryAssignments.php.