Open Monograph Press
3.3.0
|
Public Member Functions | |
__construct () | |
addDate ($args, $request) | |
authorize ($request, &$args, $roleAssignments) | |
deleteDate ($args, $request) | |
editDate ($args, $request) | |
getPublication () | |
getPublicationFormat () | |
getRequestArgs () | |
getRowInstance () | |
getSubmission () | |
initialize ($request, $args=null) | |
loadData ($request, $filter=null) | |
setPublication ($publication) | |
setPublicationFormat ($publicationFormat) | |
setSubmission ($submission) | |
updateDate ($args, $request) | |
![]() | |
__construct ($dataProvider=null) | |
addAction ($action, $position=GRID_ACTION_POSITION_ABOVE) | |
addColumn ($column) | |
fetchCell (&$args, $request) | |
fetchGrid ($args, $request) | |
fetchRow ($args, $request) | |
fetchRows ($args, $request) | |
getActions ($position=GRID_ACTION_POSITION_ABOVE) | |
getColumn ($columnId) | |
& | getColumns () |
& | getColumnsByFlag ($flag) |
getColumnsCount ($flag=null) | |
getDataElementSequence ($gridDataElement) | |
getDataProvider () | |
getEmptyRowText () | |
getFeatures () | |
getFootNote () | |
& | getGridDataElements ($request) |
getGridRangeInfo ($request, $rangeName, $contextData=null) | |
getIsSubcomponent () | |
getItemIterator () | |
getJSHandler () | |
getPublishChangeEvents () | |
getRequestArg ($key) | |
getRequestedRow ($request, $args) | |
getSelectName () | |
getTemplate () | |
getTitle () | |
getUrls () | |
hasColumn ($columnId) | |
hasGridDataElements ($request) | |
isDataElementSelected ($gridDataElement) | |
renderRow ($request, $row) | |
saveSequence ($args, $request) | |
setDataElementSequence ($request, $rowId, $gridDataElement, $newSequence) | |
setEmptyRowText ($emptyRowText) | |
setFootNote ($footNote) | |
setGridDataElements ($data) | |
setTemplate ($template) | |
setTitle ($title) | |
setUrls ($request, $extraUrls=array()) | |
![]() | |
addPolicy ($authorizationPolicy, $addToTop=false) | |
addRoleAssignment ($roleIds, $operations) | |
getApiToken () | |
& | getAuthorizedContext () |
& | getAuthorizedContextObject ($assocType) |
& | getDispatcher () |
getFirstUserContext ($user, $contexts) | |
getId () | |
getLastAuthorizationMessage () | |
getRoleAssignment ($roleId) | |
getRoleAssignments () | |
getSiteRedirectContext ($request) | |
getTargetContext ($request, &$contextsCount=null) | |
index ($args, $request) | |
initialize ($request) | |
markRoleAssignmentsChecked () | |
requireSSL () | |
setApiToken ($apiToken) | |
setDispatcher ($dispatcher) | |
setEnforceRestrictedSite ($enforceRestrictedSite) | |
setId ($id) | |
setupTemplate ($request) | |
validate ($requiredContexts=null, $request=null) | |
Data Fields | |
$_publication | |
$_publicationFormat | |
$_submission | |
![]() | |
$_actions = array(GRID_ACTION_POSITION_DEFAULT => array()) | |
$_columns = array() | |
$_constants = [] | |
$_data | |
$_dataProvider | |
$_emptyRowText = 'grid.noItems' | |
$_features | |
$_footNote = '' | |
$_itemIterator | |
$_template | |
$_title = '' | |
$_urls | |
![]() | |
$_authorizationDecisionManager | |
$_checks = array() | |
$_dispatcher | |
$_enforceRestrictedSite = true | |
$_id | |
$_isBackendPage = false | |
$_roleAssignments = array() | |
$_roleAssignmentsChecked = false | |
Additional Inherited Members | |
![]() | |
static | getPageParamName ($rangeName) |
static | getRangeInfo ($request, $rangeName, $contextData=null) |
static | hashPageContext ($request, $contextData=array()) |
![]() | |
callFeaturesHook ($hookName, $args) | |
doSpecificFetchGridActions ($args, $request, $templateMgr) | |
& | getDataElementFromRequest ($request, &$elementId) |
getFilterForm () | |
getFilterSelectionData ($request) | |
getRowDataElement ($request, &$rowId) | |
getRowsSequence ($request) | |
initFeatures ($request, $args) | |
isFilterFormCollapsible () | |
noAutocompleteResults () | |
renderFilter ($request, $filterData=array()) | |
renderGridBodyPartsInternally ($request) | |
renderRowInternally ($request, $row) | |
renderRowsInternally ($request, &$elements) | |
setFirstDataColumn () | |
![]() | |
$_apiToken = null | |
Handle publication format grid requests for publication dates.
Definition at line 27 of file PublicationDateGridHandler.inc.php.
PublicationDateGridHandler::__construct | ( | ) |
Constructor
Reimplemented from PKPHandler.
Definition at line 49 of file PublicationDateGridHandler.inc.php.
References PKPHandler\addRoleAssignment().
PublicationDateGridHandler::addDate | ( | $args, | |
$request | |||
) |
Edit a new (empty) date
$args | array |
$request | PKPRequest |
Definition at line 254 of file PublicationDateGridHandler.inc.php.
References editDate().
PublicationDateGridHandler::authorize | ( | $request, | |
& | $args, | ||
$roleAssignments | |||
) |
$request | PKPRequest |
$args | array |
$roleAssignments | array |
Reimplemented from GridHandler.
Definition at line 118 of file PublicationDateGridHandler.inc.php.
References PKPHandler\addPolicy().
PublicationDateGridHandler::deleteDate | ( | $args, | |
$request | |||
) |
Delete a date
$args | array |
$request | PKPRequest |
Definition at line 337 of file PublicationDateGridHandler.inc.php.
References DAORegistry\getDAO(), DAO\getDataChangedEvent(), PKPHandler\getId(), and getPublication().
PublicationDateGridHandler::editDate | ( | $args, | |
$request | |||
) |
Edit a date
$args | array |
$request | PKPRequest |
Definition at line 264 of file PublicationDateGridHandler.inc.php.
References DAORegistry\getDAO(), PKPHandler\getId(), getPublication(), and getSubmission().
Referenced by addDate().
PublicationDateGridHandler::getPublication | ( | ) |
Get the publication associated with this grid.
Definition at line 81 of file PublicationDateGridHandler.inc.php.
References $_publication.
Referenced by deleteDate(), editDate(), getRequestArgs(), initialize(), and updateDate().
PublicationDateGridHandler::getPublicationFormat | ( | ) |
Get the publication format assocated with these dates
Definition at line 97 of file PublicationDateGridHandler.inc.php.
References $_publicationFormat.
Referenced by getRequestArgs(), and loadData().
PublicationDateGridHandler::getRequestArgs | ( | ) |
Get the arguments that will identify the data in the grid In this case, the submission.
Reimplemented from GridHandler.
Definition at line 226 of file PublicationDateGridHandler.inc.php.
References getPublication(), getPublicationFormat(), and getSubmission().
Referenced by initialize().
PublicationDateGridHandler::getRowInstance | ( | ) |
Reimplemented from GridHandler.
Definition at line 217 of file PublicationDateGridHandler.inc.php.
References getSubmission().
Referenced by updateDate().
PublicationDateGridHandler::getSubmission | ( | ) |
Get the submission associated with this grid.
Definition at line 65 of file PublicationDateGridHandler.inc.php.
References $_submission.
Referenced by editDate(), getRequestArgs(), getRowInstance(), initialize(), and updateDate().
PublicationDateGridHandler::initialize | ( | $request, | |
$args = null |
|||
) |
$request | PKPRequest |
$args | array optional |
Reimplemented from GridHandler.
Definition at line 127 of file PublicationDateGridHandler.inc.php.
References GridHandler\addAction(), GridHandler\addColumn(), fatalError(), PKPHandler\getAuthorizedContextObject(), DAORegistry\getDAO(), PKPHandler\getId(), getPublication(), getRequestArgs(), getSubmission(), AppLocale\requireComponents(), setPublication(), setPublicationFormat(), setSubmission(), and GridHandler\setTitle().
PublicationDateGridHandler::loadData | ( | $request, | |
$filter = null |
|||
) |
Reimplemented from GridHandler.
Definition at line 237 of file PublicationDateGridHandler.inc.php.
References DAORegistry\getDAO(), and getPublicationFormat().
PublicationDateGridHandler::setPublication | ( | $publication | ) |
Set the Publication
Publication |
Definition at line 89 of file PublicationDateGridHandler.inc.php.
Referenced by initialize().
PublicationDateGridHandler::setPublicationFormat | ( | $publicationFormat | ) |
Set the publication format
PublicationFormat |
Definition at line 105 of file PublicationDateGridHandler.inc.php.
Referenced by initialize().
PublicationDateGridHandler::setSubmission | ( | $submission | ) |
Set the Submission
Submission |
Definition at line 73 of file PublicationDateGridHandler.inc.php.
Referenced by initialize().
PublicationDateGridHandler::updateDate | ( | $args, | |
$request | |||
) |
Update a date
$args | array |
$request | PKPRequest |
Definition at line 286 of file PublicationDateGridHandler.inc.php.
References DAORegistry\getDAO(), DAO\getDataChangedEvent(), PKPHandler\getId(), getPublication(), getRowInstance(), and getSubmission().
Publication PublicationDateGridHandler::$_publication |
Definition at line 38 of file PublicationDateGridHandler.inc.php.
Referenced by getPublication().
PublicationFormat PublicationDateGridHandler::$_publicationFormat |
Definition at line 44 of file PublicationDateGridHandler.inc.php.
Referenced by getPublicationFormat().
Submission PublicationDateGridHandler::$_submission |
Definition at line 32 of file PublicationDateGridHandler.inc.php.
Referenced by getSubmission().