Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
Deposit point entity.
Definition at line 14 of file DepositPoint.inc.php.
DepositPoint::getContextId | ( | ) |
Get the context ID of the deposit point.
Definition at line 19 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::getLocalizedName | ( | ) |
Get the localized name
Definition at line 51 of file DepositPoint.inc.php.
References DataObject\getLocalizedData().
DepositPoint::getName | ( | $locale | ) |
Get deposit point name
$locale | string |
Definition at line 60 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::getSequence | ( | ) |
Get deposit point display sequence.
Definition at line 35 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::getSwordApikey | ( | ) |
Get SWORD api_key
Definition at line 109 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::getSwordPassword | ( | ) |
Get SWORD password
Definition at line 93 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::getSwordUrl | ( | ) |
Get SWORD url
Definition at line 125 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::getSwordUsername | ( | ) |
Get SWORD username
Definition at line 77 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::getType | ( | ) |
Get deposit point type
Definition at line 141 of file DepositPoint.inc.php.
References DataObject\getData().
DepositPoint::setContextId | ( | $contextId | ) |
Set the journal ID of the deposit point.
$contextId | int |
Definition at line 27 of file DepositPoint.inc.php.
References DataObject\setData().
DepositPoint::setName | ( | $name, | |
$locale = null |
|||
) |
Set deposit point name
$title | string |
$locale | string? |
Definition at line 69 of file DepositPoint.inc.php.
References DataObject\setData().
DepositPoint::setSequence | ( | $seq | ) |
Set deposit point display sequence
$seq | float |
Definition at line 43 of file DepositPoint.inc.php.
References DataObject\setData().
DepositPoint::setSwordApikey | ( | $swordApikey | ) |
Set SWORD api_key
$swordApikey | string |
Definition at line 117 of file DepositPoint.inc.php.
References DataObject\setData().
DepositPoint::setSwordPassword | ( | $swordPassword | ) |
Set SWORD password
$swordUsername | string |
Definition at line 101 of file DepositPoint.inc.php.
References DataObject\setData().
DepositPoint::setSwordUrl | ( | $swordUrl | ) |
Set SWORD url
$swordUrl | string |
Definition at line 133 of file DepositPoint.inc.php.
References DataObject\setData().
DepositPoint::setSwordUsername | ( | $swordUsername | ) |
Set SWORD username
$swordUsername | string |
Definition at line 85 of file DepositPoint.inc.php.
References DataObject\setData().
DepositPoint::setType | ( | $type | ) |
Set deposit point type
$type | int SWORD_DEPOSIT_TYPE_... |
Definition at line 149 of file DepositPoint.inc.php.
References DataObject\setData().