Stud.IP  4.2 Revision
EvaluationAnswerDB Class Reference
Inheritance diagram for EvaluationAnswerDB:
Inheritance graph
Collaboration diagram for EvaluationAnswerDB:
Collaboration graph

Public Member Functions

 __construct ()
 
 load (&$answerObject)
 
 loadVotes (&$answerObject)
 
 save (&$answerObject)
 
 resetVotes (&$answerObject)
 
 delete (&$answerObject)
 
 exists ($answerID)
 
 addChildren (&$parentObject)
 
 getType ($objectID)
 
 getParentID ($objectID)
 
 getUserAnwerIDs ($questionID, $userID)
 
 hasVoted ($answerID, $userID)
 
 getAllAnswers ($question_id, $userID, $only_user_answered=false)
 
- Public Member Functions inherited from EvaluationObjectDB
 __construct ()
 
 getRangename ($rangeID, $html_decode=true)
 
 getGlobalPerm ($as_value=false)
 
 getRangePerm ($rangeID, $userID=NULL, $as_value=false)
 
 getValidRangeIDs (&$permObj, &$userObj, $rangeID)
 
 getEvalUserRangesWithNoPermission (&$eval, $return_ids=false)
 
 getPublicTemplateIDs ($searchString)
 
 getEvaluationIDs ($rangeID="", $state="")
 
 getEvalID ($objectID)
 
 getType ($objectID)
 
- Public Member Functions inherited from DatabaseObject
 __construct ()
 
 getObjectID ()
 
 setObjectID ($objectID)
 
 getAuthorID ()
 
 setAuthorID ($authorID)
 
 getRangeID ()
 
 setRangeID ($rangeID)
 
- Public Member Functions inherited from AuthorObject
 __construct ()
 
 finalize ()
 
 setAuthorEmail ($email)
 
 getAuthorEmail ()
 
 setAuthorName ($name)
 
 getAuthorName ()
 
 x_instanceof ()
 
 isError ()
 
 getErrors ()
 
 resetErrors ()
 
 throwError ($errcode, $errstring, $errline=0, $errfile=0, $errtype=ERROR_NORMAL)
 
 throwErrorFromClass (&$class)
 
 errorHandler ($no, $str, $file, $line, $ctx)
 

Additional Inherited Members

- Data Fields inherited from AuthorObject
 $errorArray
 
 $authorEmail
 
 $authorName
 
 $instanceof
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Constructor public

Member Function Documentation

◆ addChildren()

addChildren ( $parentObject)

Adds the children to a parent object public

Parameters
EvaluationObject&$parentObjectThe parent object
Here is the call graph for this function:
Here is the caller graph for this function:

◆ delete()

delete ( $answerObject)

Deletes a answer public

Parameters
EvaluationAnswer&$answerObjectThe answer to delete
Exceptions
error
Here is the call graph for this function:

◆ exists()

exists (   $answerID)

Checks if answer with this ID exists public

Parameters
string$answerIDThe answerID
Returns
bool YES if exists
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getAllAnswers()

getAllAnswers (   $question_id,
  $userID,
  $only_user_answered = false 
)
Here is the call graph for this function:

◆ getParentID()

getParentID (   $objectID)

Returns the id from the parent object public

Parameters
string$objectIDThe object id
Returns
string The id from the parent object
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getType()

getType (   $objectID)

Returns the type of an objectID public

Parameters
string$objectIDThe objectID
Returns
string INSTANCEOF_x, else NO
Here is the call graph for this function:

◆ getUserAnwerIDs()

getUserAnwerIDs (   $questionID,
  $userID 
)

Give all textanswers for a user and question for the export public

Parameters
string$questionIDThe question id
string$userIDThe user id
Here is the call graph for this function:

◆ hasVoted()

hasVoted (   $answerID,
  $userID 
)

Checks whether a user has voted for an answer public

Parameters
string$answerIDThe answer id
string$userIDThe user id
Returns
boolean YES if user has voted for the answer
Here is the call graph for this function:

◆ load()

load ( $answerObject)

Loads answers of a group from the DB public

Parameters
EvaluationAnswer&&$answerObject The answer object
Here is the call graph for this function:

◆ loadVotes()

loadVotes ( $answerObject)

Loads the votes from the users for this answer public

Parameters
EvaluationAnswer&$answerObjectThe answer object
Here is the call graph for this function:

◆ resetVotes()

resetVotes ( $answerObject)

Deletes all votes from the users for this answers public

Parameters
EvaluationAnswer&$answerObjectThe answer object
Here is the call graph for this function:
Here is the caller graph for this function:

◆ save()

save ( $answerObject)

Writes answers into the DB public

Parameters
EvaluationAnswer&$answerObjectThe answerobject
Exceptions
error
Here is the call graph for this function:

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