Open Journal Systems  3.3.0
iPKPApplicationInfoProvider Interface Reference
Inheritance diagram for iPKPApplicationInfoProvider:
PKPApplication Application

Static Public Member Functions

static getApplicationStages ()
 
static getContextAssocType ()
 
static getContextDAO ()
 
static getFileDirectories ()
 
static getRepresentationDAO ()
 
static getSectionDAO ()
 
static getSubmissionSearchDAO ()
 
static getSubmissionSearchIndex ()
 

Detailed Description

Definition at line 72 of file PKPApplication.inc.php.

Member Function Documentation

◆ getApplicationStages()

static iPKPApplicationInfoProvider::getApplicationStages ( )
static

Get the stages used by the application.

Implemented in Application.

◆ getContextAssocType()

static iPKPApplicationInfoProvider::getContextAssocType ( )
static

Returns the context type for this application.

Implemented in Application.

◆ getContextDAO()

static iPKPApplicationInfoProvider::getContextDAO ( )
static

Get the top-level context DAO.

Implemented in Application.

◆ getFileDirectories()

static iPKPApplicationInfoProvider::getFileDirectories ( )
static

Get the file directory array map used by the application. should return array('context' => ..., 'submission' => ...)

Implemented in Application.

◆ getRepresentationDAO()

static iPKPApplicationInfoProvider::getRepresentationDAO ( )
static

Get the representation DAO.

Implemented in Application.

◆ getSectionDAO()

static iPKPApplicationInfoProvider::getSectionDAO ( )
static

Get the section DAO.

Returns
DAO

Implemented in Application.

◆ getSubmissionSearchDAO()

static iPKPApplicationInfoProvider::getSubmissionSearchDAO ( )
static

Get a SubmissionSearchDAO instance.

Implemented in Application.

◆ getSubmissionSearchIndex()

static iPKPApplicationInfoProvider::getSubmissionSearchIndex ( )
static

Get a SubmissionSearchIndex instance.

Implemented in Application.


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