wCMF
3.6
|
Public Member Functions | |
hasView () | |
executeKernel () | |
soapSearch ($searchTerm) | |
soapAdvancedSearch ($type, $queryStr) | |
Public Member Functions inherited from Controller | |
Controller (&$delegate) | |
initialize (&$request, &$response) | |
validate () | |
hasView () | |
execute () | |
executeKernel () | |
getErrorMsg () | |
setErrorMsg ($msg) | |
appendErrorMsg ($msg) | |
& | getRequest () |
& | getResponse () |
& | getView () |
& | getDelegate () |
getViewTemplate ($controller, $context, $action) | |
getCacheId () | |
assignViewDefaults (&$view) | |
isLocalizedRequest () | |
Additional Inherited Members | |
Public Attributes inherited from Controller | |
$_request = null | |
$_response = null | |
$_errorMsg = '' | |
$_view = null | |
$_delegate = null | |
SOAPController is a controller that handles SOAPRequests.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Input actions:
Output actions:
[in] | searchterm | The search term to use (needed for the action soapSearch) |
[in] | type | The entity type to search for (needed for the action soapAdvancedSearch) |
[in] | query | The query string to use, see StringQuery (needed for the action soapAdvancedSearch) |
[out] | soapResult | The result of the processed action |
Definition at line 45 of file class.SOAPController.php.
SOAPController::hasView | ( | ) |
Definition at line 50 of file class.SOAPController.php.
SOAPController::executeKernel | ( | ) |
Execute the requested soap action and add 'soapResult' to the data array
Definition at line 58 of file class.SOAPController.php.
References LockManager\getInstance(), soapAdvancedSearch(), and soapSearch().
SOAPController::soapSearch | ( | $searchTerm | ) |
Search all searchable types for a given term.
searchTerm | The term to search for |
Definition at line 80 of file class.SOAPController.php.
References BUILDDEPTH_SINGLE, PersistenceFacade\createObjectQuery(), NodeUtil\getDisplayValue(), InifileParser\getInstance(), and QUERYOP_OR.
Referenced by executeKernel().
SOAPController::soapAdvancedSearch | ( | $type, | |
$queryStr | |||
) |
Search for instances of a given type, that satisfy the given query.
type | The type to search for |
queryStr | The query string to satisfy |
Definition at line 119 of file class.SOAPController.php.
References BUILDDEPTH_SINGLE, PersistenceFacade\createStringQuery(), and NodeUtil\getDisplayValue().
Referenced by executeKernel().