TYPO3 CMS  TYPO3_6-2
tx_version_tcemain_CommandMap Class Reference
Inheritance diagram for tx_version_tcemain_CommandMap:
TYPO3\CMS\Version\DataHandler\CommandMap

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Version\DataHandler\CommandMap
 __construct (\TYPO3\CMS\Version\Hook\DataHandlerHook $parent, \TYPO3\CMS\Core\DataHandling\DataHandler $tceMain, array $commandMap, $workspace)
 
 get ()
 
 set (array $commandMap)
 
 getParent ()
 
 setParent (\TYPO3\CMS\Version\Hook\DataHandlerHook $parent)
 
 getTceMain ()
 
 setTceMain (\TYPO3\CMS\Core\DataHandling\DataHandler $tceMain)
 
 setWorkspace ($workspace)
 
 getWorkspace ()
 
 setWorkspacesSwapMode ($workspacesSwapMode)
 
 setWorkspacesChangeStageMode ($workspacesChangeStageMode)
 
 setWorkspacesConsiderReferences ($workspacesConsiderReferences)
 
 process ()
 
- Public Attributes inherited from TYPO3\CMS\Version\DataHandler\CommandMap
const SCOPE_WorkspacesSwap = 'SCOPE_WorkspacesSwap'
 
const SCOPE_WorkspacesSetStage = 'SCOPE_WorkspacesSetStage'
 
const SCOPE_WorkspacesClear = 'SCOPE_WorkspacesClear'
 
const KEY_ScopeErrorMessage = 'KEY_ScopeErrorMessage'
 
const KEY_ScopeErrorCode = 'KEY_ScopeErrorCode'
 
const KEY_GetElementPropertiesCallback = 'KEY_GetElementPropertiesCallback'
 
const KEY_GetCommonPropertiesCallback = 'KEY_GetCommonPropertiesCallback'
 
const KEY_ElementConstructCallback = 'KEY_EventConstructCallback'
 
const KEY_ElementCreateChildReferenceCallback = 'KEY_ElementCreateChildReferenceCallback'
 
const KEY_ElementCreateParentReferenceCallback = 'KEY_ElementCreateParentReferenceCallback'
 
const KEY_PurgeWithErrorMessageGetIdCallback = 'KEY_PurgeWithErrorMessageGetIdCallback'
 
const KEY_UpdateGetIdCallback = 'KEY_UpdateGetIdCallback'
 
const KEY_TransformDependentElementsToUseLiveId = 'KEY_TransformDependentElementsToUseLiveId'
 
- Protected Member Functions inherited from TYPO3\CMS\Version\DataHandler\CommandMap
 getElementEntityProcessor ()
 
 invokeWorkspacesSwapItems ($callbackMethod, array $arguments=array())
 
 resolveWorkspacesSwapDependencies ()
 
 applyWorkspacesSwapBehaviour ($table, $liveId, array $properties)
 
 addWorkspacesSwapElements (\TYPO3\CMS\Version\Dependency\DependencyResolver $dependency, $table, $liveId, array $properties)
 
 invokeWorkspacesSetStageItems ($callbackMethod, array $arguments=array())
 
 resolveWorkspacesSetStageDependencies ()
 
 applyWorkspacesSetStageBehaviour ($table, $versionIdList, array $properties)
 
 addWorkspacesSetStageElements (\TYPO3\CMS\Version\Dependency\DependencyResolver $dependency, $table, $versionId, array $properties)
 
 resolveWorkspacesClearDependencies ()
 
 explodeSetStage ($table, $versionIdList, array $properties)
 
 mergeToTop (array $commandMap)
 
 mergeToBottom (array $commandMap)
 
 remove ($table, $id, $command=NULL)
 
 getElementLiveIdCallback (ElementEntity $element)
 
 getElementIdCallback (ElementEntity $element)
 
 getElementSwapPropertiesCallback (ElementEntity $element)
 
 getCommonClearPropertiesCallback (ElementEntity $element)
 
 getCommonSwapPropertiesCallback (ElementEntity $element)
 
 getElementSetStagePropertiesCallback (ElementEntity $element)
 
 getCommonSetStagePropertiesCallback (ElementEntity $element)
 
 constructScopes ()
 
 getScopeData ($scope, $key)
 
 getDependencyCallback ($method, array $targetArguments=array())
 
 processCallback ($method, array $callbackArguments)
 
- Protected Attributes inherited from TYPO3\CMS\Version\DataHandler\CommandMap
 $parent
 
 $tceMain
 
 $commandMap = array()
 
 $workspace
 
 $workspacesSwapMode
 
 $workspacesChangeStageMode
 
 $workspacesConsiderReferences
 
 $scopes
 
 $elementEntityProcessor
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 6372 of file LegacyClassesForIde.php.