19 return "il_orgu_positions";
28 public static function get()
61 public function delete()
64 throw new ilException(
'Cannot delete Core-Position');
77 $q =
"SELECT DISTINCT il_orgu_positions.id, il_orgu_positions.* 78 FROM il_orgu_positions 79 LEFT JOIN il_orgu_ua ON il_orgu_positions.id = il_orgu_ua.position_id 80 WHERE il_orgu_ua.user_id IS NOT NULL 81 OR il_orgu_positions.core_position = 1";
82 $database =
$GLOBALS[
'DIC']->database();
83 $st = $database->query($q);
87 while (
$data = $database->fetchAssoc($st)) {
88 $position =
new self();
89 $position->buildFromArray(
$data);
90 $positions[] = $position;
106 $q =
"SELECT DISTINCT il_orgu_positions.id, il_orgu_positions.* 107 FROM il_orgu_positions 108 LEFT JOIN il_orgu_ua ON il_orgu_positions.id = il_orgu_ua.position_id AND il_orgu_ua.orgu_id = %s 109 WHERE il_orgu_ua.user_id IS NOT NULL 110 OR core_position = 1";
111 $database =
$GLOBALS[
'DIC']->database();
112 $st = $database->queryF($q, array(
'integer'), array($orgu_ref_id));
114 $positions = array();
116 while (
$data = $database->fetchAssoc($st)) {
117 $position =
new self();
118 $position->buildFromArray(
$data);
119 $positions[] = $position;
202 foreach ($this->authorities as $authority) {
203 $return[] = $authority->__toArray();
239 $authority->delete();
243 foreach ($ilOrgUnitUserAssignmentQueries->getUserAssignmentsOfPosition($this->getId()) as $assignment) {
244 $assignment->delete();
362 $authority->setPositionId($this->
getId());
363 if ($authority->getId()) {
364 $authority->update();
366 $authority->create();
368 $ids[] = $authority->getId();
370 if (
count($ids) > 0) {
374 'position_id' => $this->
getId(),
375 ), array(
'id' =>
'NOT IN',
'position_id' =>
'='))->
get() as $authority
377 $authority->delete();
381 if (
count($ids) === 0) {
384 'position_id' => $this->
getId(),
385 ))->
get() as $authority
387 $authority->delete();
setAuthorities($authorities)
const CORE_POSITION_EMPLOYEE
static getCorePositionId($core_identifier)
static getCorePosition($core_identifier)
static where($where, $operator=null)
deleteWithAllDependencies()
This deletes the Position, it's Authorities, dependent Authorities and all User-Assignements! ...
setCoreIdentifier($core_identifier)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static getActiveForPosition($orgu_ref_id)
getDependentAuthorities()
setDescription($description)
static flush($class_name)
setCorePosition($core_position)
static returnDbTableName()
const CORE_POSITION_SUPERIOR