Public Member Functions | Data Fields

ilAppointment Class Reference

Appointment-Handler The Appointment-Handler handles all actions with Appointments for the ILIAS3-Calendar. More...

Public Member Functions

 getAccess ()
 getAppointmentId ()
 getAppointmentUnionId ()
 getCategory ()
 getCategoryId ()
 getDescription ()
 getDuration ()
 getPriorityId ()
 getPriority ()
 getStartTimestamp ()
 getTerm ()
 getLocation ()
 getSerial ()
 getSer_type ()
 getSer_days ()
 getSer_stop ()
 getOwnerId ()
 getUserId ()
 setAccess ($thisAccess)
 setAppointmentId ($thisAppointmentId)
 setAppointmentUnionId ($thisAppointmentUnionId)
 setCategory ($thisCategory)
 setCategoryId ($thisCategoryId)
 setDescription ($thisDescription)
 setDuration ($thisDuration)
 setPriorityId ($thisPriorityId)
 setPriority ($thisPriority)
 setStartTimestamp ($thisStartTimestamp)
 setTerm ($thisTerm)
 setLocation ($thisLocation)
 setSerial ($thisSerial)
 setSer_type ($thisSer_type)
 setSer_days ($thisSer_days)
 setSer_stop ($thisSer_stop)
 setOwnerId ($thisOwnerId)
 setUserId ($thisUserId)

Data Fields

 $access
 $appointmentId
 $appointmentUnionId
 $category
 $categoryID
 $description
 $duration
 $priorityId
 $priority
 $startTimestamp
 $term
 $ownerId
 $userId
 $location
 $serial
 $ser_type
 $ser_days
 $ser_stop

Detailed Description

Appointment-Handler The Appointment-Handler handles all actions with Appointments for the ILIAS3-Calendar.

version 1.0

Author:
Christoph Schulz-Sacharov <sch-sa@gmx.de>
MArtin Schumacher <ilias@auchich.de>
Mark Ulbrich <Mark_Ulbrich@web.de>

Definition at line 13 of file class.ilAppointment.php.


Member Function Documentation

ilAppointment::getAccess (  ) 

Definition at line 34 of file class.ilAppointment.php.

                             {
                return $this->access;
        }

ilAppointment::getAppointmentId (  ) 

Definition at line 38 of file class.ilAppointment.php.

                                    {
                return $this->appointmentId;
        }

ilAppointment::getAppointmentUnionId (  ) 

Definition at line 42 of file class.ilAppointment.php.

                                         {
                return $this->appointmentUnionId;
        }

ilAppointment::getCategory (  ) 

Definition at line 46 of file class.ilAppointment.php.

                               {
                return $this->category; 
        }

ilAppointment::getCategoryId (  ) 

Definition at line 50 of file class.ilAppointment.php.

                                 {
                return $this->categoryId;       
        }

ilAppointment::getDescription (  ) 

Definition at line 54 of file class.ilAppointment.php.

                                  {
                return $this->description;      
        }

ilAppointment::getDuration (  ) 

Definition at line 58 of file class.ilAppointment.php.

                               {
                return $this->duration; 
        }

ilAppointment::getLocation (  ) 

Definition at line 78 of file class.ilAppointment.php.

                               {
                return $this->location; 
        }

ilAppointment::getOwnerId (  ) 

Definition at line 98 of file class.ilAppointment.php.

                              {
                return $this->ownerId;
        }

ilAppointment::getPriority (  ) 

Definition at line 66 of file class.ilAppointment.php.

                               {
                return $this->priority; 
        }

ilAppointment::getPriorityId (  ) 

Definition at line 62 of file class.ilAppointment.php.

                                 {
                return $this->priorityId;       
        }

ilAppointment::getSer_days (  ) 

Definition at line 90 of file class.ilAppointment.php.

                               {
                return $this->ser_days; 
        }

ilAppointment::getSer_stop (  ) 

Definition at line 94 of file class.ilAppointment.php.

                               {
                return $this->ser_stop; 
        }

ilAppointment::getSer_type (  ) 

Definition at line 86 of file class.ilAppointment.php.

                               {
                return $this->ser_type; 
        }

ilAppointment::getSerial (  ) 

Definition at line 82 of file class.ilAppointment.php.

                             {
                return $this->serial;   
        }

ilAppointment::getStartTimestamp (  ) 

Definition at line 70 of file class.ilAppointment.php.

                                     {
                return $this->startTimestamp;
        }

ilAppointment::getTerm (  ) 

Definition at line 74 of file class.ilAppointment.php.

                           {
                return $this->term;     
        }

ilAppointment::getUserId (  ) 

Definition at line 102 of file class.ilAppointment.php.

                             {
                return $this->userId;
        }

ilAppointment::setAccess ( thisAccess  ) 

Definition at line 106 of file class.ilAppointment.php.

                                        {
                $this->access = $thisAccess; 
        }

ilAppointment::setAppointmentId ( thisAppointmentId  ) 

Definition at line 110 of file class.ilAppointment.php.

                                                      {
                $this->appointmentId = $thisAppointmentId;      
        }

ilAppointment::setAppointmentUnionId ( thisAppointmentUnionId  ) 

Definition at line 114 of file class.ilAppointment.php.

                                                                {
                $this->appointmentUnionId = $thisAppointmentUnionId;    
        }

ilAppointment::setCategory ( thisCategory  ) 

Definition at line 118 of file class.ilAppointment.php.

                                            {
                $this->category = $thisCategory;        
        }

ilAppointment::setCategoryId ( thisCategoryId  ) 

Definition at line 122 of file class.ilAppointment.php.

                                                {
                $this->categoryId = $thisCategoryId;    
        }

ilAppointment::setDescription ( thisDescription  ) 

Definition at line 126 of file class.ilAppointment.php.

                                                  {
                $this->description = $thisDescription;          
        }

ilAppointment::setDuration ( thisDuration  ) 

Definition at line 130 of file class.ilAppointment.php.

                                            {
                $this->duration = $thisDuration;        
        }

ilAppointment::setLocation ( thisLocation  ) 

Definition at line 150 of file class.ilAppointment.php.

                                            {
                $this->location = $thisLocation;
        }

ilAppointment::setOwnerId ( thisOwnerId  ) 

Definition at line 170 of file class.ilAppointment.php.

                                          {
                $this->ownerId = $thisOwnerId;
        }

ilAppointment::setPriority ( thisPriority  ) 

Definition at line 138 of file class.ilAppointment.php.

                                            {
                $this->priority = $thisPriority;                
        }

ilAppointment::setPriorityId ( thisPriorityId  ) 

Definition at line 134 of file class.ilAppointment.php.

                                                {
                $this->priorityId = $thisPriorityId;            
        }

ilAppointment::setSer_days ( thisSer_days  ) 

Definition at line 162 of file class.ilAppointment.php.

                                            {
                $this->ser_days = $thisSer_days;                
        }

ilAppointment::setSer_stop ( thisSer_stop  ) 

Definition at line 166 of file class.ilAppointment.php.

                                            {
                $this->ser_stop = $thisSer_stop;                
        }

ilAppointment::setSer_type ( thisSer_type  ) 

Definition at line 158 of file class.ilAppointment.php.

                                            {
                $this->ser_type = $thisSer_type;                
        }

ilAppointment::setSerial ( thisSerial  ) 

Definition at line 154 of file class.ilAppointment.php.

                                        {
                $this->serial = $thisSerial;            
        }

ilAppointment::setStartTimestamp ( thisStartTimestamp  ) 

Definition at line 142 of file class.ilAppointment.php.

                                                        {
                $this->startTimestamp = $thisStartTimestamp;    
        }

ilAppointment::setTerm ( thisTerm  ) 

Definition at line 146 of file class.ilAppointment.php.

                                    {
                $this->term = $thisTerm;        
        }

ilAppointment::setUserId ( thisUserId  ) 

Definition at line 174 of file class.ilAppointment.php.

                                        {
                $this->userId = $thisUserId;
        }


Field Documentation

ilAppointment::$access

Definition at line 15 of file class.ilAppointment.php.

ilAppointment::$appointmentId

Definition at line 16 of file class.ilAppointment.php.

ilAppointment::$appointmentUnionId

Definition at line 17 of file class.ilAppointment.php.

ilAppointment::$category

Definition at line 18 of file class.ilAppointment.php.

ilAppointment::$categoryID

Definition at line 19 of file class.ilAppointment.php.

ilAppointment::$description

Definition at line 20 of file class.ilAppointment.php.

ilAppointment::$duration

Definition at line 21 of file class.ilAppointment.php.

ilAppointment::$location

Definition at line 28 of file class.ilAppointment.php.

ilAppointment::$ownerId

Definition at line 26 of file class.ilAppointment.php.

ilAppointment::$priority

Definition at line 23 of file class.ilAppointment.php.

ilAppointment::$priorityId

Definition at line 22 of file class.ilAppointment.php.

ilAppointment::$ser_days

Definition at line 31 of file class.ilAppointment.php.

ilAppointment::$ser_stop

Definition at line 32 of file class.ilAppointment.php.

ilAppointment::$ser_type

Definition at line 30 of file class.ilAppointment.php.

ilAppointment::$serial

Definition at line 29 of file class.ilAppointment.php.

ilAppointment::$startTimestamp

Definition at line 24 of file class.ilAppointment.php.

ilAppointment::$term

Definition at line 25 of file class.ilAppointment.php.

ilAppointment::$userId

Definition at line 27 of file class.ilAppointment.php.


The documentation for this class was generated from the following file: