Open Journal Systems  3.3.0
DepositPoint Class Reference
Inheritance diagram for DepositPoint:
DataObject

Public Member Functions

 getContextId ()
 
 getLocalizedName ()
 
 getName ($locale)
 
 getSequence ()
 
 getSwordApikey ()
 
 getSwordPassword ()
 
 getSwordUrl ()
 
 getSwordUsername ()
 
 getType ()
 
 setContextId ($contextId)
 
 setName ($name, $locale=null)
 
 setSequence ($seq)
 
 setSwordApikey ($swordApikey)
 
 setSwordPassword ($swordPassword)
 
 setSwordUrl ($swordUrl)
 
 setSwordUsername ($swordUsername)
 
 setType ($type)
 
- Public Member Functions inherited from DataObject
 __construct ()
 
 addSupportedMetadataAdapter ($metadataAdapter)
 
 extractMetadata ($metadataSchema)
 
 getAdditionalMetadataFieldNames ()
 
getAllData ()
 
 getDAO ()
 
getData ($key, $locale=null)
 
 getHasLoadableAdapters ()
 
 getId ()
 
 getLocaleMetadataFieldNames ()
 
 getLocalizedData ($key, $preferredLocale=null)
 
 getMetadataFieldNames ($translated=true)
 
 getSetMetadataFieldNames ($translated=true)
 
 getSupportedExtractionAdapters ()
 
 getSupportedInjectionAdapters ()
 
 getSupportedMetadataSchemas ()
 
 hasData ($key, $locale=null)
 
 injectMetadata ($metadataDescription)
 
 removeSupportedMetadataAdapter ($metadataSchemaName)
 
 setAllData (&$data)
 
 setData ($key, $value, $locale=null)
 
 setHasLoadableAdapters ($hasLoadableAdapters)
 
 setId ($id)
 
 unsetData ($key, $locale=null)
 
 upcastTo ($targetObject)
 

Additional Inherited Members

- Data Fields inherited from DataObject
 $_data = array()
 
 $_extractionAdaptersLoaded = false
 
 $_hasLoadableAdapters = false
 
 $_injectionAdaptersLoaded = false
 
 $_metadataExtractionAdapters = array()
 
 $_metadataInjectionAdapters = array()
 

Detailed Description

Deposit point entity.

Definition at line 14 of file DepositPoint.inc.php.

Member Function Documentation

◆ getContextId()

DepositPoint::getContextId ( )

Get the context ID of the deposit point.

Returns
int

Definition at line 19 of file DepositPoint.inc.php.

References DataObject\getData().

◆ getLocalizedName()

DepositPoint::getLocalizedName ( )

Get the localized name

Returns
string

Definition at line 51 of file DepositPoint.inc.php.

References DataObject\getLocalizedData().

◆ getName()

DepositPoint::getName (   $locale)

Get deposit point name

Parameters
$localestring
Returns
string

Definition at line 60 of file DepositPoint.inc.php.

References DataObject\getData().

◆ getSequence()

DepositPoint::getSequence ( )

Get deposit point display sequence.

Returns
float

Definition at line 35 of file DepositPoint.inc.php.

References DataObject\getData().

◆ getSwordApikey()

DepositPoint::getSwordApikey ( )

Get SWORD api_key

Returns
string

Definition at line 109 of file DepositPoint.inc.php.

References DataObject\getData().

◆ getSwordPassword()

DepositPoint::getSwordPassword ( )

Get SWORD password

Returns
string

Definition at line 93 of file DepositPoint.inc.php.

References DataObject\getData().

◆ getSwordUrl()

DepositPoint::getSwordUrl ( )

Get SWORD url

Returns
string

Definition at line 125 of file DepositPoint.inc.php.

References DataObject\getData().

◆ getSwordUsername()

DepositPoint::getSwordUsername ( )

Get SWORD username

Returns
string

Definition at line 77 of file DepositPoint.inc.php.

References DataObject\getData().

◆ getType()

DepositPoint::getType ( )

Get deposit point type

Returns
int SWORD_DEPOSIT_TYPE_...

Definition at line 141 of file DepositPoint.inc.php.

References DataObject\getData().

◆ setContextId()

DepositPoint::setContextId (   $contextId)

Set the journal ID of the deposit point.

Parameters
$contextIdint

Definition at line 27 of file DepositPoint.inc.php.

References DataObject\setData().

◆ setName()

DepositPoint::setName (   $name,
  $locale = null 
)

Set deposit point name

Parameters
$titlestring
$localestring?

Definition at line 69 of file DepositPoint.inc.php.

References DataObject\setData().

◆ setSequence()

DepositPoint::setSequence (   $seq)

Set deposit point display sequence

Parameters
$seqfloat

Definition at line 43 of file DepositPoint.inc.php.

References DataObject\setData().

◆ setSwordApikey()

DepositPoint::setSwordApikey (   $swordApikey)

Set SWORD api_key

Parameters
$swordApikeystring

Definition at line 117 of file DepositPoint.inc.php.

References DataObject\setData().

◆ setSwordPassword()

DepositPoint::setSwordPassword (   $swordPassword)

Set SWORD password

Parameters
$swordUsernamestring

Definition at line 101 of file DepositPoint.inc.php.

References DataObject\setData().

◆ setSwordUrl()

DepositPoint::setSwordUrl (   $swordUrl)

Set SWORD url

Parameters
$swordUrlstring

Definition at line 133 of file DepositPoint.inc.php.

References DataObject\setData().

◆ setSwordUsername()

DepositPoint::setSwordUsername (   $swordUsername)

Set SWORD username

Parameters
$swordUsernamestring

Definition at line 85 of file DepositPoint.inc.php.

References DataObject\setData().

◆ setType()

DepositPoint::setType (   $type)

Set deposit point type

Parameters
$typeint SWORD_DEPOSIT_TYPE_...

Definition at line 149 of file DepositPoint.inc.php.

References DataObject\setData().


The documentation for this class was generated from the following file: