TYPO3 CMS  TYPO3_6-2
tx_saltedpasswords_Tasks_BulkUpdate Class Reference
Inheritance diagram for tx_saltedpasswords_Tasks_BulkUpdate:
TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask TYPO3\CMS\Scheduler\Task\AbstractTask

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask
 __construct ()
 
 execute ()
 
 getAdditionalInformation ()
 
 setCanDeactivateSelf ($canDeactivateSelf)
 
 getCanDeactivateSelf ()
 
 setNumberOfRecords ($numberOfRecords)
 
 getNumberOfRecords ()
 
- Public Member Functions inherited from TYPO3\CMS\Scheduler\Task\AbstractTask
 __construct ()
 
 execute ()
 
 getAdditionalInformation ()
 
 setTaskUid ($id)
 
 getTaskUid ()
 
 getTaskTitle ()
 
 getTaskDescription ()
 
 getTaskClassName ()
 
 isDisabled ()
 
 setDisabled ($flag)
 
 setExecutionTime ($timestamp)
 
 getTaskGroup ()
 
 setTaskGroup ($taskGroup)
 
 getExecutionTime ()
 
 setDescription ($description)
 
 getDescription ()
 
 setScheduler ()
 
 unsetScheduler ()
 
 setExecution (\TYPO3\CMS\Scheduler\Execution $execution)
 
 getExecution ()
 
 getNextDueExecution ()
 
 areMultipleExecutionsAllowed ()
 
 isExecutionRunning ()
 
 markExecution ()
 
 unmarkExecution ($executionID, \Exception $failure=NULL)
 
 unmarkAllExecutions ()
 
 save ()
 
 stop ()
 
 remove ()
 
- Protected Member Functions inherited from TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask
 findUsersToUpdate ($mode)
 
 convertPasswords ($mode, array $users)
 
 isSaltedHash ($password)
 
 isMd5Password ($password)
 
 incrementUserRecordPointer ($mode, $number)
 
 activateSelf ()
 
 deactivateSelf ()
 
- Protected Attributes inherited from TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask
 $canDeactivateSelf = TRUE
 
 $numberOfRecords = 250
 
 $userRecordPointer = array()
 
- Protected Attributes inherited from TYPO3\CMS\Scheduler\Task\AbstractTask
 $scheduler
 
 $taskUid
 
 $disabled = FALSE
 
 $execution
 
 $executionTime = 0
 
 $description = ''
 
 $taskGroup
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 6152 of file LegacyClassesForIde.php.