|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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 | |
| $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 52 of file class.ilMDCopyrightSelectionEntry.php.
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 68 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, $row, and DB_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 111 of file class.ilMDCopyrightSelectionEntry.php.
References $entry_id, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilMDUtils\_parseCopyright().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::add | ( | ) |
Add entry.
@access public
Definition at line 313 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 361 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 234 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 302 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 256 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 212 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getEntryId | ( | ) |
get entry id
@access public
Definition at line 167 of file class.ilMDCopyrightSelectionEntry.php.
References $entry_id.
Referenced by delete(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getLanguage | ( | ) |
get language
@access public
Definition at line 279 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 190 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 155 of file class.ilMDCopyrightSelectionEntry.php.
|
static |
Lookup copyright title.
Currently used for export of meta data
| type | $a_cp_string |
Definition at line 86 of file class.ilMDCopyrightSelectionEntry.php.
References $entry_id, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilMDRights\toXML().
Here is the caller graph for this function:
|
private |
Read entry.
@access private
Definition at line 394 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, 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 224 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 290 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 246 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 202 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 268 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 179 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::update | ( | ) |
update
@access public
Definition at line 338 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 378 of file class.ilMDCopyrightSelectionEntry.php.
References getTitle().
Here is the call graph for this function:
|
private |
Definition at line 39 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getCopyright().
|
private |
Definition at line 42 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 40 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getCosts().
|
protected |
Definition at line 34 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 38 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 36 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by _lookupCopyright(), getEntryId(), and lookupCopyyrightTitle().
|
private |
Definition at line 41 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getLanguage().
|
private |
Definition at line 37 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getTitle().