|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilMDCopyrightSelectionEntry:Public Member Functions | |
| __construct ($a_entry_id) | |
| Constructor. More... | |
| getUsage () | |
| get usage More... | |
| getEntryId () | |
| get entry id More... | |
| setTitle ($a_title) | |
| set title More... | |
| getTitle () | |
| get title More... | |
| setDescription ($a_desc) | |
| set description More... | |
| getDescription () | |
| get description More... | |
| setCopyright ($a_copyright) | |
| set copyright More... | |
| getCopyright () | |
| get copyright More... | |
| setCosts ($a_costs) | |
| set costs More... | |
| getCosts () | |
| get costs More... | |
| setLanguage ($a_lang_key) | |
| set language More... | |
| getLanguage () | |
| get language More... | |
| setCopyrightAndOtherRestrictions ($a_status) | |
| set copyright and other restrictions More... | |
| getCopyrightAndOtherRestrictions () | |
| get copyright and other restrictions More... | |
| add () | |
| Add entry. More... | |
| update () | |
| update More... | |
| delete () | |
| delete More... | |
| validate () | |
| validate More... | |
Static Public Member Functions | |
| static | _getEntries () |
| get entries More... | |
| static | lookupCopyyrightTitle ($a_cp_string) |
| Lookup copyright title. More... | |
| static | _lookupCopyright ($a_cp_string) |
| lookup copyright by entry id More... | |
| static | _extractEntryId ($a_cp_string) |
| extract entry id More... | |
Protected Attributes | |
| $logger = null | |
| $db | |
Private Member Functions | |
| read () | |
| Read entry. More... | |
Private Attributes | |
| $entry_id | |
| $title | |
| $decription | |
| $copyright | |
| $costs | |
| $language | |
| $copyright_and_other_restrictions | |
Definition at line 32 of file class.ilMDCopyrightSelectionEntry.php.
| ilMDCopyrightSelectionEntry::__construct | ( | $a_entry_id | ) |
Constructor.
@access public
| int | entry id |
Definition at line 53 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $GLOBALS, and read().
Here is the call graph for this function:
|
static |
extract entry id
@access public
Definition at line 135 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by ilMDCopyrightSelectionGUI\fillTemplate(), and ilCopyrightInputGUI\insert().
Here is the caller graph for this function:
|
static |
get entries
@access public
Definition at line 71 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDCopyrightSelectionGUI\fillTemplate(), ilCopyrightInputGUI\insert(), and ilMDCopyrightTableGUI\parseSelections().
Here is the caller graph for this function:
|
static |
lookup copyright by entry id
@access public
| string | copyright string il_copyright_entry__IL_INST_ID__ENTRY_ID |
Definition at line 112 of file class.ilMDCopyrightSelectionEntry.php.
References $entry_id, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDUtils\_parseCopyright().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::add | ( | ) |
Add entry.
@access public
Definition at line 311 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, getCopyright(), getCopyrightAndOtherRestrictions(), getCosts(), getDescription(), getLanguage(), and getTitle().
Here is the call graph for this function:| ilMDCopyrightSelectionEntry::delete | ( | ) |
delete
@access public
Definition at line 359 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, and getEntryId().
Here is the call graph for this function:| ilMDCopyrightSelectionEntry::getCopyright | ( | ) |
get copyright
@access publi
Definition at line 232 of file class.ilMDCopyrightSelectionEntry.php.
References $copyright.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getCopyrightAndOtherRestrictions | ( | ) |
get copyright and other restrictions
@access public
Definition at line 300 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getCosts | ( | ) |
get costs
@access public
Definition at line 254 of file class.ilMDCopyrightSelectionEntry.php.
References $costs.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getDescription | ( | ) |
get description
@access public
Definition at line 210 of file class.ilMDCopyrightSelectionEntry.php.
References $description.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getEntryId | ( | ) |
| ilMDCopyrightSelectionEntry::getLanguage | ( | ) |
get language
@access public
Definition at line 277 of file class.ilMDCopyrightSelectionEntry.php.
References $language.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getTitle | ( | ) |
get title
@access public
Definition at line 188 of file class.ilMDCopyrightSelectionEntry.php.
References $title.
Referenced by add(), update(), and validate().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getUsage | ( | ) |
get usage
@access public
Definition at line 153 of file class.ilMDCopyrightSelectionEntry.php.
|
static |
Lookup copyright title.
Currently used for export of meta data
| type | $a_cp_string |
Definition at line 88 of file class.ilMDCopyrightSelectionEntry.php.
References $entry_id, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDRights\toXML().
Here is the caller graph for this function:
|
private |
Read entry.
@access private
Definition at line 390 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getEntryId(), setCopyright(), setCopyrightAndOtherRestrictions(), setCosts(), setDescription(), setLanguage(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setCopyright | ( | $a_copyright | ) |
set copyright
@access public
| string | $copyright |
Definition at line 222 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setCopyrightAndOtherRestrictions | ( | $a_status | ) |
set copyright and other restrictions
@access public
| bool | copyright and other restrictions |
Definition at line 288 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setCosts | ( | $a_costs | ) |
set costs
@access public
Definition at line 244 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setDescription | ( | $a_desc | ) |
set description
@access public
| string | description |
Definition at line 200 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setLanguage | ( | $a_lang_key | ) |
set language
@access public
| string | language key |
Definition at line 266 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setTitle | ( | $a_title | ) |
set title
@access public
| string | title |
Definition at line 177 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::update | ( | ) |
update
@access public
Definition at line 336 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, getCopyright(), getCopyrightAndOtherRestrictions(), getCosts(), getDescription(), getEntryId(), getLanguage(), and getTitle().
Here is the call graph for this function:| ilMDCopyrightSelectionEntry::validate | ( | ) |
validate
@access public
Definition at line 375 of file class.ilMDCopyrightSelectionEntry.php.
References getTitle().
Here is the call graph for this function:
|
private |
Definition at line 40 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getCopyright().
|
private |
Definition at line 43 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 41 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getCosts().
|
protected |
Definition at line 35 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 39 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 37 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by _lookupCopyright(), getEntryId(), and lookupCopyyrightTitle().
|
private |
Definition at line 42 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getLanguage().
|
protected |
Definition at line 34 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 38 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getTitle().