Ejemplo n.º 1
0
 /**
  * Constructor.
  */
 function LayoutAssignmentDAO()
 {
     parent::DAO();
     $this->articleFileDao =& DAORegistry::getDAO('ArticleFileDAO');
     $this->userSettingsDao =& DAORegistry::getDAO('UserSettingsDAO');
     // Opatan Inc.
 }
Ejemplo n.º 2
0
 /**
  * Constructor.
  */
 function ProofAssignmentDAO()
 {
     parent::DAO();
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->userSettingsDao =& DAORegistry::getDAO('UserSettingsDAO');
     // Opatan Inc.
 }
Ejemplo n.º 3
0
 /**
  * Constructor.
  */
 function OAIDAO()
 {
     parent::DAO();
     $this->archiveDao =& DAORegistry::getDAO('ArchiveDAO');
     $this->recordDao =& DAORegistry::getDAO('RecordDAO');
     PluginRegistry::loadCategory('schemas');
 }
Ejemplo n.º 4
0
 /**
  * Constructor.
  */
 function DirectorSubmissionDAO()
 {
     parent::DAO();
     $this->paperDao =& DAORegistry::getDAO('PaperDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
 }
Ejemplo n.º 5
0
 /**
  * Constructor.
  */
 function PublishedArticleDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
 }
Ejemplo n.º 6
0
 /**
  * Constructor.
  */
 function ReviewAssignmentDAO()
 {
     parent::DAO();
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->articleFileDao =& DAORegistry::getDAO('ArticleFileDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
 }
Ejemplo n.º 7
0
 /**
  * Constructor.
  */
 function ReviewAssignmentDAO()
 {
     parent::DAO();
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->paperFileDao =& DAORegistry::getDAO('PaperFileDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->paperCommentDao =& DAORegistry::getDAO('PaperCommentDAO');
 }
Ejemplo n.º 8
0
 /**
  * Constructor.
  */
 function EditorSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->sectionDecisionDao =& DAORegistry::getDAO('SectionDecisionDAO');
 }
Ejemplo n.º 9
0
 /**
  * Constructor.
  */
 function PublishedPaperDAO()
 {
     parent::DAO();
     $this->paperDao = DAORegistry::getDAO('PaperDAO');
     $this->authorDao = DAORegistry::getDAO('AuthorDAO');
     $this->galleyDao = DAORegistry::getDAO('PaperGalleyDAO');
     $this->suppFileDao = DAORegistry::getDAO('SuppFileDAO');
 }
Ejemplo n.º 10
0
 /**
  * Constructor.
  */
 function EditorSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
 }
Ejemplo n.º 11
0
 /**
  * Constructor.
  */
 function ArticleDAO()
 {
     parent::DAO();
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->riskAssessmentDao =& DAORegistry::getDAO('RiskAssessmentDAO');
     $this->proposalAbstractDao =& DAORegistry::getDAO('ProposalAbstractDAO');
     $this->proposalDetailsDao =& DAORegistry::getDAO('ProposalDetailsDAO');
     $this->proposalSourceDao =& DAORegistry::getDAO('ProposalSourceDAO');
 }
 /**
  * Constructor.
  */
 function LayoutEditorSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
 }
Ejemplo n.º 13
0
 /**
  * Constructor.
  */
 function ReviewerSubmissionDAO()
 {
     parent::DAO();
     $this->monographDao =& DAORegistry::getDAO('MonographDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->reviewAssignmentDao =& DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->submissionFileDao =& DAORegistry::getDAO('SubmissionFileDAO');
     $this->monographCommentDao =& DAORegistry::getDAO('MonographCommentDAO');
 }
Ejemplo n.º 14
0
 /**
  * Constructor.
  */
 function ProofreaderSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
     // Removed by EL on February 17th 2013
     // No edit assignments anymore
     //$this->edit Assignment Dao =& DAORegistry::getDAO('Edit Assignment DAO');
     $this->galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
 }
Ejemplo n.º 15
0
 /**
  * Constructor.
  */
 function ProofreaderSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
     $this->proofAssignmentDao =& DAORegistry::getDAO('ProofAssignmentDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
     $this->layoutAssignmentDao =& DAORegistry::getDAO('LayoutAssignmentDAO');
     $this->galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
 }
 /**
  * Constructor.
  */
 function SeriesEditorSubmissionDAO()
 {
     parent::DAO();
     $this->monographDao =& DAORegistry::getDAO('MonographDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->reviewAssignmentDao =& DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->submissionFileDao =& DAORegistry::getDAO('SubmissionFileDAO');
     $this->signoffDao =& DAORegistry::getDAO('SignoffDAO');
     $this->monographEmailLogDao =& DAORegistry::getDAO('MonographEmailLogDAO');
     $this->monographCommentDao =& DAORegistry::getDAO('MonographCommentDAO');
 }
Ejemplo n.º 17
0
 /**
  * Constructor.
  */
 function ReviewerSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->reviewAssignmentDao =& DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->articleFileDao =& DAORegistry::getDAO('ArticleFileDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
     $this->sectionDecisionDao =& DAORegistry::getDAO('SectionDecisionDAO');
 }
Ejemplo n.º 18
0
 /**
  * Constructor.
  */
 function ReviewerSubmissionDAO()
 {
     parent::DAO();
     $this->paperDao =& DAORegistry::getDAO('PaperDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->reviewAssignmentDao =& DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
     $this->paperFileDao =& DAORegistry::getDAO('PaperFileDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->paperCommentDao =& DAORegistry::getDAO('PaperCommentDAO');
 }
Ejemplo n.º 19
0
 /**
  * Constructor.
  */
 function OAIDAO()
 {
     parent::DAO();
     $this->journalDao =& DAORegistry::getDAO('JournalDAO');
     $this->sectionDao =& DAORegistry::getDAO('SectionDAO');
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->issueDao =& DAORegistry::getDAO('IssueDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->journalSettingsDao =& DAORegistry::getDAO('JournalSettingsDAO');
     $this->journalCache = array();
     $this->sectionCache = array();
 }
 /**
  * Constructor.
  */
 function CopyeditorSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->articleFileDao =& DAORegistry::getDAO('ArticleFileDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO');
 }
Ejemplo n.º 21
0
 /**
  * Constructor.
  */
 function ArticleDAO()
 {
     parent::DAO();
     $this->articleTextDao =& DAORegistry::getDAO('ArticleTextDAO');
     $this->articleSecIdDao =& DAORegistry::getDAO('ArticleSecIdDAO');
     $this->articleDetailsDao =& DAORegistry::getDAO('ArticleDetailsDAO');
     $this->articlePurposeDao =& DAORegistry::getDAO('ArticlePurposeDAO');
     $this->articleOutcomeDao =& DAORegistry::getDAO('ArticleOutcomeDAO');
     $this->articleDrugInfoDao =& DAORegistry::getDAO('ArticleDrugInfoDAO');
     $this->articleSiteDao =& DAORegistry::getDAO('ArticleSiteDAO');
     $this->articleSponsorDao =& DAORegistry::getDAO('ArticleSponsorDAO');
     $this->articleCRODao =& DAORegistry::getDAO('ArticleCRODAO');
     $this->articleContactDao =& DAORegistry::getDAO('ArticleContactDAO');
 }
 /**
  * Constructor.
  */
 function TrackDirectorSubmissionDAO()
 {
     parent::DAO();
     $this->paperDao =& DAORegistry::getDAO('PaperDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
     $this->reviewAssignmentDao =& DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->paperFileDao =& DAORegistry::getDAO('PaperFileDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->galleyDao =& DAORegistry::getDAO('PaperGalleyDAO');
     $this->paperEmailLogDao =& DAORegistry::getDAO('PaperEmailLogDAO');
     $this->paperCommentDao =& DAORegistry::getDAO('PaperCommentDAO');
 }
 /**
  * Constructor.
  */
 function SectionEditorSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->copyeditorSubmissionDao =& DAORegistry::getDAO('CopyeditorSubmissionDAO');
     $this->articleFileDao =& DAORegistry::getDAO('ArticleFileDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->signoffDao =& DAORegistry::getDAO('SignoffDAO');
     $this->galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO');
     $this->articleEmailLogDao =& DAORegistry::getDAO('ArticleEmailLogDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
     $this->sectionDecisionDao =& DAORegistry::getDAO('SectionDecisionDAO');
 }
Ejemplo n.º 24
0
 /**
  * Constructor.
  */
 function OAIDAO()
 {
     parent::DAO();
     $this->conferenceDao =& DAORegistry::getDAO('ConferenceDAO');
     $this->schedConfDao =& DAORegistry::getDAO('SchedConfDAO');
     $this->trackDao =& DAORegistry::getDAO('TrackDAO');
     $this->publishedPaperDao =& DAORegistry::getDAO('PublishedPaperDAO');
     $this->paperGalleyDao =& DAORegistry::getDAO('PaperGalleyDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->conferenceSettingsDao =& DAORegistry::getDAO('ConferenceSettingsDAO');
     $this->conferenceCache = array();
     $this->schedConfCache = array();
     $this->trackCache = array();
 }
Ejemplo n.º 25
0
 /**
  * Constructor.
  */
 function AuthorSubmissionDAO()
 {
     parent::DAO();
     $this->articleDao =& DAORegistry::getDAO('ArticleDAO');
     $this->authorDao =& DAORegistry::getDAO('AuthorDAO');
     $this->userDao =& DAORegistry::getDAO('UserDAO');
     $this->reviewAssignmentDao =& DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->editAssignmentDao =& DAORegistry::getDAO('EditAssignmentDAO');
     $this->articleFileDao =& DAORegistry::getDAO('ArticleFileDAO');
     $this->suppFileDao =& DAORegistry::getDAO('SuppFileDAO');
     $this->copyeditorSubmissionDao =& DAORegistry::getDAO('CopyeditorSubmissionDAO');
     $this->articleCommentDao =& DAORegistry::getDAO('ArticleCommentDAO');
     $this->layoutAssignmentDao =& DAORegistry::getDAO('LayoutAssignmentDAO');
     $this->proofAssignmentDao =& DAORegistry::getDAO('ProofAssignmentDAO');
     $this->galleyDao =& DAORegistry::getDAO('ArticleGalleyDAO');
 }
Ejemplo n.º 26
0
 /**
  * Constructor
  */
 function DepositDAO()
 {
     parent::DAO();
 }
Ejemplo n.º 27
0
 /**
  * Constructor.
  */
 function QueuedPaymentDAO()
 {
     parent::DAO();
 }
Ejemplo n.º 28
0
 /**
  * Constructor.
  */
 function PKPNoteDAO()
 {
     parent::DAO();
 }
 /**
  * Constructor
  */
 function MetadataDescriptionDAO()
 {
     parent::DAO();
 }
Ejemplo n.º 30
0
 /**
  * Constructor.
  */
 function ArticleGalleyDAO()
 {
     parent::DAO();
     $this->articleFileDao =& DAORegistry::getDAO('ArticleFileDAO');
 }