PHP Class Aoe_Scheduler_Adminhtml_JobController, Aoe_Scheduler

Author: Fabrizio Branca
Inheritance: extends Aoe_Scheduler_Controller_AbstractController
Afficher le fichier Open project: aoepeople/aoe_scheduler

Méthodes publiques

Méthode Description
deleteAction ( ) Delete Action
disableAction ( ) : void Mass action: disable
editAction ( ) Edit cron action
enableAction ( ) : void Mass action: enable
indexAction ( ) : void Index action
newAction ( ) New cron (forward to edit action)
runNowAction ( ) : void Mass action: run now
saveAction ( ) Save action
scheduleNowAction ( ) : void Mass action: schedule now

Méthodes protégées

Méthode Description
_filterPostData ( $data )
_initJob ( ) : Aoe_Scheduler_Model_Job Init job instance and set it to registry
_isAllowed ( ) : boolean ACL checking
_validatePostData ( $data )
getMassActionCodes ( $key = 'codes' )

Method Details

_filterPostData() protected méthode

protected _filterPostData ( $data )

_initJob() protected méthode

Init job instance and set it to registry
protected _initJob ( ) : Aoe_Scheduler_Model_Job
Résultat Aoe_Scheduler_Model_Job

_isAllowed() protected méthode

ACL checking
protected _isAllowed ( ) : boolean
Résultat boolean

_validatePostData() protected méthode

protected _validatePostData ( $data )

deleteAction() public méthode

Delete Action
public deleteAction ( )

disableAction() public méthode

Mass action: disable
public disableAction ( ) : void
Résultat void

editAction() public méthode

Edit cron action
public editAction ( )

enableAction() public méthode

Mass action: enable
public enableAction ( ) : void
Résultat void

getMassActionCodes() protected méthode

protected getMassActionCodes ( $key = 'codes' )

indexAction() public méthode

Index action
public indexAction ( ) : void
Résultat void

newAction() public méthode

New cron (forward to edit action)
public newAction ( )

runNowAction() public méthode

Mass action: run now
public runNowAction ( ) : void
Résultat void

saveAction() public méthode

Save action
public saveAction ( )

scheduleNowAction() public méthode

Mass action: schedule now
public scheduleNowAction ( ) : void
Résultat void