TYPO3 CMS  TYPO3_6-2
Tx_IndexedSearch_Controller_SearchController Class Reference
Inheritance diagram for Tx_IndexedSearch_Controller_SearchController:
TYPO3\CMS\IndexedSearch\Controller\SearchController TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\AbstractController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\IndexedSearch\Controller\SearchController
 initialize ($searchData=array())
 
 searchAction ($search=array())
 
 formAction ($search=array())
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 getControllerContext ()
 
 __construct ()
 
 injectConfigurationManager (\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 injectFlashMessageContainer (\TYPO3\CMS\Extbase\Mvc\Controller\FlashMessageContainer $flashMessageContainer)
 
 addFlashMessage ($messageBody, $messageTitle='', $severity=\TYPO3\CMS\Core\Messaging\AbstractMessage::OK, $storeInSession=TRUE)
 
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
 forward ($actionName, $controllerName=NULL, $extensionName=NULL, array $arguments=NULL)
 
 throwStatus ($statusCode, $statusMessage=NULL, $content=NULL)
 
 initializeControllerArgumentsBaseValidators ()
 
- Static Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
static getActionMethodParameters ($objectManager)
 
- Protected Member Functions inherited from TYPO3\CMS\IndexedSearch\Controller\SearchController
 getDisplayResults ($searchWords, $resultData, $freeIndexUid=-1)
 
 compileResultRows ($resultRows, $freeIndexUid=-1)
 
 compileSingleResultRow ($row, $headerOnly=0)
 
 getSpecialConfigurationForResultRow ($row)
 
 makeRating ($row)
 
 makeDescription ($row, $noMarkup=FALSE, $length=180)
 
 markupSWpartsOfString ($str)
 
 writeSearchStat ($searchParams, $searchWords, $count, $pt)
 
 getSearchWords ($defaultOperator)
 
 procSearchWordsByLexer ($searchWords)
 
 getAllAvailableSearchTypeOptions ()
 
 getAllAvailableOperandsOptions ()
 
 getAllAvailableMediaTypesOptions ()
 
 getAllAvailableLanguageOptions ()
 
 getAllAvailableSectionsOptions ()
 
 getAllAvailableIndexConfigurationsOptions ()
 
 getAllAvailableSortOrderOptions ()
 
 getAllAvailableGroupOptions ()
 
 getAllAvailableSortDescendingOptions ()
 
 getAllAvailableNumberOfResultsOptions ()
 
 removeOptionsFromOptionList ($allOptions, $blindOptions)
 
 linkPage ($pageUid, $linkText, $row=array(), $markUpSwParams=array())
 
 getMenuOfPages ($pageUid)
 
 getPathFromPageId ($id, $pathMP='')
 
 getFirstSysDomainRecordForPage ($id)
 
 initializeExternalParsers ()
 
 hookRequest ($functionName)
 
 multiplePagesType ($item_type)
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
 resolveActionMethodName ()
 
 callActionMethod ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
 setViewConfiguration (ViewInterface $view)
 
 getViewProperty ($extbaseFrameworkConfiguration, $setting, $deprecatedSetting='')
 
 resolveViewObjectName ()
 
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 errorAction ()
 
 getErrorFlashMessage ()
 
 checkRequestHash ()
 
 clearCacheOnError ()
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 redirect ($actionName, $controllerName=NULL, $extensionName=NULL, array $arguments=NULL, $pageUid=NULL, $delay=0, $statusCode=303)
 
 redirectToUri ($uri, $delay=0, $statusCode=303)
 
 addBaseUriIfNecessary ($uri)
 
- Protected Attributes inherited from TYPO3\CMS\IndexedSearch\Controller\SearchController
 $sword = NULL
 
 $searchWords = array()
 
 $searchData
 
 $searchRootPageIdList = 0
 
 $defaultResultNumber = 10
 
 $searchRepository = NULL
 
 $lexerObj
 
 $externalParsers = array()
 
 $firstRow = array()
 
 $domainRecords = array()
 
 $requiredFrontendUsergroups = array()
 
 $resultSections = array()
 
 $pathCache = array()
 
 $iconFileNameCache = array()
 
 $indexerConfig = array()
 
 $enableMetaphoneSearch = FALSE
 
 $typoScriptService
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 $reflectionService
 
 $cacheService
 
 $view = NULL
 
 $viewObjectNamePattern = 'Tx_@extension_View_@controller_@action@format'
 
 $namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format'
 
 $viewFormatToObjectNameMap = array()
 
 $defaultViewObjectName = 'TYPO3\\CMS\\Fluid\\View\\TemplateView'
 
 $actionMethodName = 'indexAction'
 
 $errorMethodName = 'errorAction'
 
 $mvcPropertyMappingConfigurationService
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $deprecatedPropertyMapper
 
 $validatorResolver
 
 $arguments
 
 $argumentsMappingResults
 
 $supportedRequestTypes = array('TYPO3\\CMS\\Extbase\\Mvc\\Request')
 
 $controllerContext
 
 $flashMessageContainer
 
 $configurationManager
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5277 of file LegacyClassesForIde.php.