Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
TimedAdmission Class Reference
Inheritance diagram for TimedAdmission:
Inheritance graph
Collaboration diagram for TimedAdmission:
Collaboration graph

Public Member Functions

 __construct ($ruleId='', $courseSetId= '')
 delete ()
 getEndTime ()
 getStartTime ()
 getTemplate ()
 load ()
 ruleApplies ($userId, $courseId)
 setAllData ($data)
 setEndTime ($newEndTime)
 setStartTime ($newStartTime)
 store ()
 toString ()
 validate ($data)
- Public Member Functions inherited from AdmissionRule
 afterSeatDistribution (&$courseset)
 checkTimeFrame ()
 generateId ($tableName)
 getAffectedUsers ()
 getInput ()
 getId ()
 getMessage ()
 beforeSeatDistribution (&$courseset)
 setMessage ($newMessage)
 __toString ()
 isCombinationAllowed ($admission_rule)

Static Public Member Functions

static getDescription ()
static getName ()
- Static Public Member Functions inherited from AdmissionRule
static getAvailableAdmissionRules ($activeOnly=true)
static getInputFrame ()

Data Fields

 $endTime = 0
 $startTime = 0
 $allowed_combinations = array('ParticipantRestrictedAdmission', 'LimitedAdmission','ConditionalAdmission', 'PasswordAdmission')
- Data Fields inherited from AdmissionRule
 $endTime = 0
 $id = ''
 $message = ''
 $default_message = ''
 $startTime = 0
 $courseSetId = ''
 $allowed_combinations = array()

Constructor & Destructor Documentation

__construct (   $ruleId = '',
  $courseSetId = '' 
)

Standard constructor

Parameters
StringruleId

Reimplemented from AdmissionRule.

Here is the call graph for this function:

Member Function Documentation

delete ( )

Deletes the admission rule and all associated data.

Reimplemented from AdmissionRule.

Here is the call graph for this function:

static getDescription ( )
static

Gets some text that describes what this AdmissionRule (or respective subclass) does.

Reimplemented from AdmissionRule.

getEndTime ( )

Gets the end of course admission.

Returns
int

Reimplemented from AdmissionRule.

static getName ( )
static

Return this rule's name.

Reimplemented from AdmissionRule.

getStartTime ( )

Gets the start of course admission.

Returns
int

Reimplemented from AdmissionRule.

getTemplate ( )

Gets the template that provides a configuration GUI for this rule.

Returns
String

Reimplemented from AdmissionRule.

load ( )

Helper function for loading rule definition from database.

Reimplemented from AdmissionRule.

Here is the call graph for this function:

Here is the caller graph for this function:

ruleApplies (   $userId,
  $courseId 
)

Is admission allowed according to the defined time frame?

Parameters
StringuserId
StringcourseId
Returns
Array

Reimplemented from AdmissionRule.

Here is the call graph for this function:

setAllData (   $data)

Uses the given data to fill the object values. This can be used as a generic function for storing data if the concrete rule type isn't known in advance.

Parameters
Array$data
Returns
AdmissionRule This object.

Reimplemented from AdmissionRule.

Here is the call graph for this function:

setEndTime (   $newEndTime)

Sets a new end timestamp for course admission.

Parameters
intnewEndTime
Returns
TimedAdmission

Reimplemented from AdmissionRule.

Here is the caller graph for this function:

setStartTime (   $newStartTime)

Sets a new start timestamp for course admission.

Parameters
intnewStartTime
Returns
TimedAdmission

Reimplemented from AdmissionRule.

Here is the caller graph for this function:

store ( )

Store rule definition to database.

Reimplemented from AdmissionRule.

Here is the call graph for this function:

toString ( )

A textual description of the current rule.

Returns
String

Reimplemented from AdmissionRule.

validate (   $data)

Validates if the given request data is sufficient to configure this rule (e.g. if required values are present).

Parameters
ArrayRequest data
Returns
Array Error messages.

Reimplemented from AdmissionRule.

Field Documentation

$endTime = 0

End of course admission.

$startTime = 0

Start of course admission.


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