|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilMDCopyrightSelectionEntry:Public Member Functions | |
| __construct (int $a_entry_id) | |
| getUsage () | |
| getEntryId () | |
| getIsDefault () | |
| Get if the entry is default No setter for this. More... | |
| setOutdated (bool $a_value) | |
| getOutdated () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setDescription (string $a_desc) | |
| getDescription () | |
| setCopyright (string $a_copyright) | |
| getCopyright () | |
| setOrderPosition (int $a_position) | |
| getOrderPosition () | |
| add () | |
| update () | |
| delete () | |
| validate () | |
Static Public Member Functions | |
| static | _getEntries () |
| static | lookupCopyyrightTitle (string $a_cp_string) |
| static | _lookupCopyright (string $a_cp_string) |
| static | _lookupCopyrightForExport (string $a_cp_string) |
| static | lookupCopyrightFromImport (string $copyright_text) |
| static | _extractEntryId (string $a_cp_string) |
| static | isEntry ($a_cp_string) |
| static | getDefault () |
| static | createIdentifier (int $a_entry_id) |
Protected Member Functions | |
| getNextOrderPosition () | |
Protected Attributes | |
| ilLogger | $logger |
| ilDBInterface | $db |
| RendererInterface | $renderer |
| RepositoryInterface | $repository |
| UIRenderer | $ui_renderer |
| bool | $outdated = false |
| int | $order_position = 0 |
Private Member Functions | |
| read () | |
Private Attributes | |
| int | $entry_id |
| string | $title = '' |
| string | $description = '' |
| string | $copyright = '' |
| int | $usage = null |
Definition at line 32 of file class.ilMDCopyrightSelectionEntry.php.
| ilMDCopyrightSelectionEntry::__construct | ( | int | $a_entry_id | ) |
Definition at line 51 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, ILIAS\Repository\logger(), read(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
static |
Definition at line 170 of file class.ilMDCopyrightSelectionEntry.php.
References IL_INST_ID.
Referenced by ilMDKeywordExposer\getContentModification(), and ilFileVersionsGUI\getFileZipOptionsForm().
Here is the caller graph for this function:
|
static |
Definition at line 70 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $ilDB, and $res.
Referenced by ilCronOerHarvester\addCustomSettingsToForm(), ilContainerFilterUtil\getContainerRecordTitle(), and ilMDCopyrightTableGUI\parseSelections().
Here is the caller graph for this function:
|
static |
Definition at line 103 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, and ILIAS\MetaData\Copyright\RendererInterface\toUIComponents().
Referenced by ilMDUtils\_parseCopyright().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 124 of file class.ilMDCopyrightSelectionEntry.php.
References $data, $DIC, and ILIAS\MetaData\Copyright\RepositoryInterface\getEntry().
Referenced by ilMDRights\toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::add | ( | ) |
Definition at line 301 of file class.ilMDCopyrightSelectionEntry.php.
References getDescription(), getNextOrderPosition(), getOutdated(), and getTitle().
Here is the call graph for this function:
|
static |
Definition at line 358 of file class.ilMDCopyrightSelectionEntry.php.
References IL_INST_ID.
Referenced by ilMDUtils\_getDefaultCopyright(), ILIAS\Container\Content\Filter\MetadataDBRepo\filterObjIdsByCopyright(), and ilMDRights\parseDescriptionFromImport().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::delete | ( | ) |
Definition at line 331 of file class.ilMDCopyrightSelectionEntry.php.
| ilMDCopyrightSelectionEntry::getCopyright | ( | ) |
Definition at line 277 of file class.ilMDCopyrightSelectionEntry.php.
References $copyright.
|
static |
Definition at line 237 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $res, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilMDUtils\_getDefaultCopyright(), ILIAS\Container\Content\Filter\MetadataDBRepo\filterObjIdsByCopyright(), and ilMDKeywordExposer\getContentModification().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getDescription | ( | ) |
Definition at line 267 of file class.ilMDCopyrightSelectionEntry.php.
References $description.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getEntryId | ( | ) |
Definition at line 207 of file class.ilMDCopyrightSelectionEntry.php.
References $entry_id.
Referenced by getUsage(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getIsDefault | ( | ) |
Get if the entry is default No setter for this.
Definition at line 216 of file class.ilMDCopyrightSelectionEntry.php.
References $res.
|
protected |
Definition at line 292 of file class.ilMDCopyrightSelectionEntry.php.
References $res.
Referenced by add().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getOrderPosition | ( | ) |
Definition at line 287 of file class.ilMDCopyrightSelectionEntry.php.
References $order_position.
Referenced by update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getOutdated | ( | ) |
Definition at line 232 of file class.ilMDCopyrightSelectionEntry.php.
References $outdated.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getTitle | ( | ) |
Definition at line 257 of file class.ilMDCopyrightSelectionEntry.php.
References $title.
Referenced by add(), update(), and validate().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getUsage | ( | ) |
Definition at line 189 of file class.ilMDCopyrightSelectionEntry.php.
References $res, $usage, getEntryId(), IL_INST_ID, and ILIAS\Repository\int().
Here is the call graph for this function:
|
static |
Definition at line 181 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by ilMDUtils\_parseCopyright().
Here is the caller graph for this function:
|
static |
Definition at line 139 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, and ILIAS\MetaData\Copyright\RepositoryInterface\getAllEntries().
Referenced by ilMDRights\parseDescriptionFromImport().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 86 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $ilDB, $res, and ilDBConstants\T_INTEGER.
Referenced by ilFileVersionsGUI\getFileZipOptionsForm().
Here is the caller graph for this function:
|
private |
Definition at line 343 of file class.ilMDCopyrightSelectionEntry.php.
References ILIAS\UI\examples\Deck\repository(), setCopyright(), setDescription(), setOrderPosition(), setOutdated(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setCopyright | ( | string | $a_copyright | ) |
Definition at line 272 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setDescription | ( | string | $a_desc | ) |
Definition at line 262 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setOrderPosition | ( | int | $a_position | ) |
Definition at line 282 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setOutdated | ( | bool | $a_value | ) |
Definition at line 227 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setTitle | ( | string | $a_title | ) |
Definition at line 252 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::update | ( | ) |
Definition at line 317 of file class.ilMDCopyrightSelectionEntry.php.
References getDescription(), getEntryId(), getOrderPosition(), getOutdated(), and getTitle().
Here is the call graph for this function:| ilMDCopyrightSelectionEntry::validate | ( | ) |
Definition at line 338 of file class.ilMDCopyrightSelectionEntry.php.
References getTitle().
Here is the call graph for this function:
|
private |
Definition at line 43 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getCopyright().
|
protected |
Definition at line 35 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 42 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getDescription().
|
private |
Definition at line 40 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getEntryId().
|
protected |
Definition at line 34 of file class.ilMDCopyrightSelectionEntry.php.
|
protected |
Definition at line 49 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getOrderPosition().
|
protected |
Definition at line 47 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getOutdated().
|
protected |
Definition at line 36 of file class.ilMDCopyrightSelectionEntry.php.
|
protected |
Definition at line 37 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 41 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getTitle().
|
protected |
Definition at line 38 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 45 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getUsage().