ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.
public
int | entry id |
Definition at line 53 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $GLOBALS, and read().
|
static |
extract entry id
public
Definition at line 135 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by ilMDCopyrightSelectionGUI\fillTemplate(), and ilCopyrightInputGUI\insert().
|
static |
get entries
public
Definition at line 71 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDCopyrightSelectionGUI\fillTemplate(), ilCopyrightInputGUI\insert(), and ilMDCopyrightTableGUI\parseSelections().
|
static |
lookup copyright by entry id
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().
ilMDCopyrightSelectionEntry::add | ( | ) |
Add entry.
public
Definition at line 311 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, array, getCopyright(), getCopyrightAndOtherRestrictions(), getCosts(), getDescription(), getLanguage(), and getTitle().
ilMDCopyrightSelectionEntry::delete | ( | ) |
delete
public
Definition at line 359 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, and getEntryId().
ilMDCopyrightSelectionEntry::getCopyright | ( | ) |
get copyright
publi
Definition at line 232 of file class.ilMDCopyrightSelectionEntry.php.
References $copyright.
Referenced by add(), and update().
ilMDCopyrightSelectionEntry::getCopyrightAndOtherRestrictions | ( | ) |
get copyright and other restrictions
public
Definition at line 300 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by add(), and update().
ilMDCopyrightSelectionEntry::getCosts | ( | ) |
get costs
public
Definition at line 254 of file class.ilMDCopyrightSelectionEntry.php.
References $costs.
Referenced by add(), and update().
ilMDCopyrightSelectionEntry::getDescription | ( | ) |
get description
public
Definition at line 210 of file class.ilMDCopyrightSelectionEntry.php.
References $description.
Referenced by add(), and update().
ilMDCopyrightSelectionEntry::getEntryId | ( | ) |
ilMDCopyrightSelectionEntry::getLanguage | ( | ) |
get language
public
Definition at line 277 of file class.ilMDCopyrightSelectionEntry.php.
References $language.
Referenced by add(), and update().
ilMDCopyrightSelectionEntry::getTitle | ( | ) |
get title
public
Definition at line 188 of file class.ilMDCopyrightSelectionEntry.php.
References $title.
Referenced by add(), update(), and validate().
ilMDCopyrightSelectionEntry::getUsage | ( | ) |
|
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().
|
private |
Read entry.
private
Definition at line 390 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getEntryId(), setCopyright(), setCopyrightAndOtherRestrictions(), setCosts(), setDescription(), setLanguage(), setTitle(), and usage.
Referenced by __construct().
ilMDCopyrightSelectionEntry::setCopyright | ( | $a_copyright | ) |
set copyright
public
string | $copyright |
Definition at line 222 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
ilMDCopyrightSelectionEntry::setCopyrightAndOtherRestrictions | ( | $a_status | ) |
set copyright and other restrictions
public
bool | copyright and other restrictions |
Definition at line 288 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
ilMDCopyrightSelectionEntry::setCosts | ( | $a_costs | ) |
set costs
public
Definition at line 244 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
ilMDCopyrightSelectionEntry::setDescription | ( | $a_desc | ) |
set description
public
string | description |
Definition at line 200 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
ilMDCopyrightSelectionEntry::setLanguage | ( | $a_lang_key | ) |
set language
public
string | language key |
Definition at line 266 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
ilMDCopyrightSelectionEntry::setTitle | ( | $a_title | ) |
set title
public
string | title |
Definition at line 177 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
ilMDCopyrightSelectionEntry::update | ( | ) |
update
public
Definition at line 336 of file class.ilMDCopyrightSelectionEntry.php.
References $ilDB, array, getCopyright(), getCopyrightAndOtherRestrictions(), getCosts(), getDescription(), getEntryId(), getLanguage(), and getTitle().
ilMDCopyrightSelectionEntry::validate | ( | ) |
validate
public
Definition at line 375 of file class.ilMDCopyrightSelectionEntry.php.
References getTitle().
|
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().