Open Journal Systems  3.3.0
PKPUserImportExportDeployment Class Reference
Inheritance diagram for PKPUserImportExportDeployment:
PKPImportExportDeployment

Public Member Functions

 __construct ($context, $user)
 
 getNamespace ()
 
 getSchemaFilename ()
 
 getSite ()
 
 setSite ($site)
 
- Public Member Functions inherited from PKPImportExportDeployment
 addError ($assocType, $assocId, $errorMsg)
 
 addProcessedObjectId ($assocType, $assocId)
 
 addWarning ($assocType, $assocId, $warningMsg)
 
 getAuthorDBId ($authorId)
 
 getAuthorDBIds ()
 
 getContext ()
 
 getFileDBId ($fileId, $revisionId=null)
 
 getFileDBIds ()
 
 getImportPath ()
 
 getProcessedObjectsErrors ($assocType)
 
 getProcessedObjectsIds ($assocType)
 
 getProcessedObjectsWarnings ($assocType)
 
 getPublication ()
 
 getRepresentationNodeName ()
 
 getSubmission ()
 
 getSubmissionNodeName ()
 
 getSubmissionsNodeName ()
 
 getUser ()
 
 removeImportedObjects ($assocType)
 
 setAuthorDBId ($authorId, $DBId)
 
 setAuthorDBIds ($authorDBIds)
 
 setContext ($context)
 
 setFileDBId ($fileId, $revisionId, $DBId)
 
 setFileDBIds ($fileDBIds)
 
 setImportPath ($path)
 
 setPublication ($publication)
 
 setSubmission ($submission)
 
 setUser ($user)
 

Data Fields

 $_site
 
- Data Fields inherited from PKPImportExportDeployment
 $_authorDBIds
 
 $_baseImportPath = ''
 
 $_context
 
 $_fileDBIds
 
 $_processedObjectsErrors = array()
 
 $_processedObjectsIds = array()
 
 $_processedObjectsWarnings = array()
 
 $_publication
 
 $_submission
 
 $_user
 

Detailed Description

Class configuring the user import/export process to this application's specifics.

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

Constructor & Destructor Documentation

◆ __construct()

PKPUserImportExportDeployment::__construct (   $context,
  $user 
)

Constructor

Parameters
$contextContext
$userUser

Reimplemented from PKPImportExportDeployment.

Definition at line 31 of file PKPUserImportExportDeployment.inc.php.

References PKPApplication\get(), and setSite().

Member Function Documentation

◆ getNamespace()

PKPUserImportExportDeployment::getNamespace ( )

Get the namespace URN

Returns
string

Reimplemented from PKPImportExportDeployment.

Definition at line 65 of file PKPUserImportExportDeployment.inc.php.

◆ getSchemaFilename()

PKPUserImportExportDeployment::getSchemaFilename ( )

Get the schema filename.

Returns
string

Reimplemented from PKPImportExportDeployment.

Definition at line 57 of file PKPUserImportExportDeployment.inc.php.

◆ getSite()

PKPUserImportExportDeployment::getSite ( )

Get the site.

Returns
Site

Definition at line 49 of file PKPUserImportExportDeployment.inc.php.

References $_site.

◆ setSite()

PKPUserImportExportDeployment::setSite (   $site)

Set the site.

Parameters
$siteSite

Definition at line 41 of file PKPUserImportExportDeployment.inc.php.

Referenced by __construct().

Field Documentation

◆ $_site

Site PKPUserImportExportDeployment::$_site

Definition at line 24 of file PKPUserImportExportDeployment.inc.php.

Referenced by getSite().


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