Class contains Gems specific adaptations to parent class.
package | Gems |
---|---|
subpackage | Default |
copyright | Copyright (c) 2013 Erasmus MC |
license | New BSD License |
since | Class available since version 1.6.2 |
inherited_from | \Gems_Controller_ModelSnippetActionAbstract |
autofilterAction($resetMvc = true
)
When true only the filtered resulsts
cleanupAction()
createAction()
deactivateAction()
deleteAction()
editAction()
excelAction()
When you want to change the output, there are two places to check:
$this->addExcelColumns($model), where the model can be changed to have labels for columns you need exported
exportAction()
getBrowseColumns() : array
Must be an array of arrays containing the input for TableBridge->setMultisort()
array
or falsegetCreateTitle() : \$string
\$string
getDeactivateQuestion() : \$string
\$string
getDeactivateTitle() : \$string
\$string
getDefaultImportTranslator() : string
string
getDeleteQuestion() : \$string
\$string
getDeleteTitle() : \$string
\$string
getEditTitle() : \$string
\$string
getImportTempDirectory() : string
string
getImportTranslators() : array
array
of \MUtil_Model_ModelTranslatorInterface objectsgetImporter() : \MUtil_Model_Importer
\MUtil_Model_Importer
getIndexTitle() : \$string
inherited_from | \Gems_Controller_ModelSnippetActionAbstract::getIndexTitle() |
---|
\$string
getIndexTitle() : \$string
\$string
getInstanceId() : mixed
Overrule this function if the last item in the page title should be something other than te value of \MUtil_Model::REQUEST_ID.
mixed
getOnEmptyText() : string
string
getReactivateQuestion() : \$string
\$string
getReactivateTitle() : \$string
\$string
getShowCaption() : \type
\type
getShowFilter() : array
array
getShowOnEmpty() : \type
\type
getShowTitle() : \$string
\$string
getTitle(string $separator = null
) : string
If the title is an array the seperator concatenates the parts.
string
string
getTopic(integer $count = 1
) : \$string
inherited_from | \Gems_Controller_ModelSnippetActionAbstract::getTopic() |
---|
integer
\$string
getTopic(integer $count = 1
) : \$string
integer
\$string
getTopicCallable() : callable
callable
importAction()
indexAction()
inherited_from | \Gems_Controller_ModelSnippetActionAbstract::indexAction() |
---|
indexAction()
initHtml(boolean $reset = false
) : void
boolean
Throws away any existing html output when true
reactivateAction()
showAction()
createModel(boolean $detailed, string $action) : \MUtil_Model_ModelAbstract
The parameters allow you to easily adapt the model to the current action. The $detailed parameter was added, because the most common use of action is a split between detailed and summarized actions.
boolean
True when the current action is not in $summarizedActions.
string
The current action.
\MUtil_Model_ModelAbstract
firstAllowedMenuItem(string $action, string $action2 = null
) : \Gems_Menu_SubMenuItem
string
string
\Gems_Menu_SubMenuItem
getExcelData(array $data, \MUtil_Model_ModelAbstract $model) : array
array
\MUtil_Model_ModelAbstract
array
getExportModel() :
loadSnippetLoader()
$cacheTags : array
array('location', 'locations')
$escort : \GemsEscort
$formatExcelData : boolean
true
$loader : \Gems_Loader
$util : \Gems_Util
inherited_from | \Gems_Controller_ModelSnippetActionAbstract::util |
---|
$util : \Gems_Util
$autofilterParameters : mixed
array('columns' => 'getBrowseColumns', 'extraSort' => array('glo_name' => SORT_ASC))
$autofilterSnippets : mixed
'ModelTableSnippetGeneric'
$createEditSnippets : mixed
'ModelFormSnippetGeneric'
$deleteSnippets : mixed
'ModelItemYesNoDeleteSnippetGeneric'
$exportFormSnippets
'Export\\ExportFormSnippet'
$indexStartSnippets : mixed
array('Generic\\ContentTitleSnippet', 'AutosearchFormSnippet')
$indexStopSnippets : mixed
'Generic\\CurrentSiblingsButtonRowSnippet'
$showParameters : mixed
array('calSearchFilter' => 'getShowFilter', 'caption' => 'getShowCaption', 'onEmpty' => 'getShowOnEmpty')
$showSnippets : mixed
array('Generic\\ContentTitleSnippet', 'ModelItemTableSnippetGeneric', 'Agenda_CalendarTableSnippet')
inherited_from | \Gems_Controller_ModelSnippetActionAbstract::showSnippets |
---|
$showSnippets : mixed
array('Generic\\ContentTitleSnippet', 'ModelItemTableSnippetGeneric')
$_autofilterExtraParameters : array
array('browse' => true, 'containingId' => 'autofilter_target', 'keyboard' => true, 'onEmpty' => 'getOnEmptyText', 'sortParamAsc' => 'asrt', 'sortParamDesc' => 'dsrt')
$_createExtraParameters : array
array('formTitle' => 'getCreateTitle', 'topicCallable' => 'getTopicCallable')
$_deactivateExtraParameters : array
array('confirmQuestion' => 'getDeactivateQuestion', 'displayTitle' => 'getDeactivateTitle', 'formTitle' => 'getDeactivateTitle', 'topicCallable' => 'getTopicCallable')
$_deleteExtraParameters : array
array('deleteQuestion' => 'getDeleteQuestion', 'displayTitle' => 'getDeleteTitle', 'formTitle' => 'getDeleteTitle', 'topicCallable' => 'getTopicCallable')
$_editExtraParameters : array
array('formTitle' => 'getEditTitle', 'topicCallable' => 'getTopicCallable')
$_importExtraParameters : array
array('formatBoxClass' => 'browser table', 'importer' => 'getImporter', 'tempDirectory' => 'getImportTempDirectory', 'topicCallable' => 'getTopic')
$_reactivateExtraParameters : array
array('confirmQuestion' => 'getReactivateQuestion', 'displayTitle' => 'getReactivateTitle', 'formTitle' => 'getReactivateTitle', 'topicCallable' => 'getTopicCallable')