|
Open Monograph Press
3.3.0
|
Static Public Member Functions | |
| static | getIdFromPath ($stagePath) |
| static | getPathFromId ($stageId) |
| static | getStageStatusesBySubmission ($submission, $stagesWithDecisions, $stageNotifications) |
| static | getTranslationKeyFromId ($stageId) |
| static | getWorkflowStageKeysAndPaths () |
| static | getWorkflowStageTranslationKeys () |
Static Public Member Functions inherited from DAO | |
| static | getDataChangedEvent ($elementId=null, $parentElementId=null, $content='') |
Additional Inherited Members | |
Public Member Functions inherited from DAO | |
| __construct ($dataSource=null, $callHooks=true) | |
| concat () | |
| convertFromDB ($value, $type) | |
| convertToDB ($value, &$type) | |
| dateFromDB ($d) | |
| datetimeFromDB ($dt) | |
| datetimeToDB ($dt) | |
| dateToDB ($d) | |
| flushCache () | |
| formatDateToDB ($date, $defaultNumWeeks=null, $acceptPastDate=true) | |
| getAdditionalFieldNames () | |
| getAffectedRows () | |
| getDataObjectSettings ($tableName, $idFieldName, $idFieldValue, $dataObject) | |
| getDataSource () | |
| getDirectionMapping ($direction) | |
| getDriver () | |
| getLocaleFieldNames () | |
| getType ($value) | |
| handleError ($dataSource, $sql) | |
| nullOrInt ($value) | |
| replace ($table, $arrFields, $keyCols) | |
| & | retrieve ($sql, $params=false, $callHooks=true) |
| & | retrieveCached ($sql, $params=false, $secsToCache=3600, $callHooks=true) |
| & | retrieveLimit ($sql, $params=false, $numRows=false, $offset=false, $callHooks=true) |
| & | retrieveRange ($sql, $params=false, $dbResultRange=null, $callHooks=true) |
| setCacheDir () | |
| setDataSource ($dataSource) | |
| update ($sql, $params=false, $callHooks=true, $dieOnError=true) | |
| updateDataObjectSettings ($tableName, $dataObject, $idArray) | |
Data Fields inherited from DAO | |
| $_dataSource | |
Protected Member Functions inherited from DAO | |
| _getInsertId ($table='', $id='') | |
class for operations involving the workflow stages.
Definition at line 17 of file WorkflowStageDAO.inc.php.
|
static |
Convert a stage path into a stage id
| $stagePath | string |
Definition at line 43 of file WorkflowStageDAO.inc.php.
Referenced by PKPWorkflowHandler\_redirectToIndex(), EditorDecisionHandler\_saveGeneralPromote(), NativeXmlSubmissionFilter\handleElement(), and PKPWorkflowHandler\identifyStageId().
|
static |
Convert a stage id into a stage path
| $stageId | integer |
Definition at line 24 of file WorkflowStageDAO.inc.php.
Referenced by SubmissionNativeXmlFilter\createSubmissionNode(), and PKPWorkflowHandler\identifyStageId().
|
static |
Returns an array containing data for rendering the stage workflow tabs for a submission.
| $submission | Submission |
| $stagesWithDecisions | array |
| $stageNotifications | array |
Definition at line 114 of file WorkflowStageDAO.inc.php.
References getWorkflowStageKeysAndPaths().
|
static |
Convert a stage id into a stage translation key
| $stageId | integer |
Definition at line 62 of file WorkflowStageDAO.inc.php.
References getWorkflowStageTranslationKeys().
Referenced by ReviewReportPlugin\display(), UserGroupDAO\getAssignedStagesByUserGroupId(), and SelectableSubmissionFileListCategoryGridRow\getCategoryLabel().
|
static |
Return a mapping of workflow stages, its translation keys and paths.
Definition at line 92 of file WorkflowStageDAO.inc.php.
References getWorkflowStageTranslationKeys().
Referenced by getStageStatusesBySubmission(), PKPWorkflowHandler\index(), PKPAuthorDashboardHandler\setupTemplate(), and PKPWorkflowHandler\submissionProgressBar().
|
static |
Return a mapping of workflow stages and its translation keys.
Definition at line 73 of file WorkflowStageDAO.inc.php.
References PKPApplication\get(), and AppLocale\requireComponents().
Referenced by UserGroupForm\_assignStagesToUserGroup(), UserGroupForm\execute(), getTranslationKeyFromId(), getWorkflowStageKeysAndPaths(), UserGroupForm\initData(), UserGroupGridHandler\initialize(), and UserGroupGridHandler\renderFilter().