| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilDclSelectionRecordFieldModel:
 Collaboration diagram for ilDclSelectionRecordFieldModel:Public Member Functions | |
| getValue () | |
| parseExportValue ($value) | |
| getValueFromExcel (ilExcel $excel, int $row, int $col) | |
  Public Member Functions inherited from ilDclBaseRecordFieldModel | |
| __construct (ilDclBaseRecordModel $record, ilDclBaseFieldModel $field) | |
| doCreate () | |
| Creates an Id and a database entry.  More... | |
| doUpdate () | |
| Update object in database.  More... | |
| delete () | |
| Delete record field in database.  More... | |
| getValue () | |
| serializeData ($value) | |
| Serialize data before storing to db.  More... | |
| deserializeData ($value) | |
| Deserialize data before applying to field.  More... | |
| setValue ($value, bool $omit_parsing=false) | |
| Set value for record field.  More... | |
| setValueFromForm (ilPropertyFormGUI $form) | |
| getFormulaValue () | |
| parseExportValue ($value) | |
| Function to parse incoming data from form input value $value.  More... | |
| getValueFromExcel (ilExcel $excel, int $row, int $col) | |
| parseValue ($value) | |
| Function to parse incoming data from form input value $value.  More... | |
| getExportValue () | |
| fillExcelExport (ilExcel $worksheet, int &$row, int &$col) | |
| getPlainText () | |
| getSortingValue (bool $link=true) | |
| addHiddenItemsToConfirmation (ilConfirmationGUI $confirmation) | |
| parseSortingValue ($value, bool $link=true) | |
| Returns sortable value for the specific field-types.  More... | |
| cloneStructure (ilDclBaseRecordFieldModel $old_record_field) | |
| afterClone () | |
| getField () | |
| getId () | |
| getRecord () | |
| getRecordRepresentation () | |
| setRecordRepresentation (ilDclBaseRecordRepresentation $record_representation) | |
| getFieldRepresentation () | |
| setFieldRepresentation (ilDclBaseFieldRepresentation $field_representation) | |
Protected Member Functions | |
| getMultipleValuesFromString (string $stringValues) | |
| Copied from reference field and slightly adjusted.  More... | |
| getValueFromString (string $string) | |
  Protected Member Functions inherited from ilDclBaseRecordFieldModel | |
| doRead () | |
| Read object data from database.  More... | |
| loadValue () | |
| Load the value.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from ilDclBaseRecordFieldModel | |
| int | $id = null | 
| ilDclBaseFieldModel | $field | 
| ilDclBaseRecordModel | $record | 
| ilDclBaseRecordRepresentation | $record_representation = null | 
| ilDclBaseFieldRepresentation | $field_representation = null | 
| $value | |
| ilObjUser | $user | 
| ilCtrl | $ctrl | 
| ilDBInterface | $db | 
| ilLanguage | $lng | 
| ILIAS HTTP Services | $http | 
| ILIAS Refinery Factory | $refinery | 
Definition at line 21 of file class.ilDclSelectionRecordFieldModel.php.
      
  | 
  protected | 
Copied from reference field and slightly adjusted.
This method tries to get as many valid values out of a string separated by commata. This is problematic as a string value could contain commata itself. It is optimized to work with an exported list from this DataCollection. And works fine in most cases. Only areference list with the values "hello" and "hello, world" Will mess with it.
| $stringValues | string | 
Definition at line 78 of file class.ilDclSelectionRecordFieldModel.php.
References getValueFromString().
Referenced by getValueFromExcel().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDclSelectionRecordFieldModel::getValue | ( | ) | 
Definition at line 26 of file class.ilDclSelectionRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$value, and ilDclBaseRecordFieldModel\getField().
 Here is the call graph for this function:| ilDclSelectionRecordFieldModel::getValueFromExcel | ( | ilExcel | $excel, | 
| int | $row, | ||
| int | $col | ||
| ) | 
Definition at line 48 of file class.ilDclSelectionRecordFieldModel.php.
References ilDataCollectionImporter\getExcelCharForInteger(), ilDclBaseRecordFieldModel\getField(), getMultipleValuesFromString(), getValueFromString(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 102 of file class.ilDclSelectionRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$id, ilDclBaseRecordFieldModel\$value, and ilDclBaseRecordFieldModel\getField().
Referenced by getMultipleValuesFromString(), and getValueFromExcel().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDclSelectionRecordFieldModel::parseExportValue | ( | $value | ) | 
| array | string | int | $value | 
Definition at line 41 of file class.ilDclSelectionRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$value, ilDclBaseRecordFieldModel\getField(), ilDclBaseRecordFieldModel\getId(), and ilDclSelectionOption\getValues().
 Here is the call graph for this function: