Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс SyncAjax
+ Граф наследования:SyncAjax:

Открытые члены

 configureActions ()
 
 getSyncInfoAction ()
 
 removeConnectionAction ($connectionId, $removeCalendars)
 
 addConnectionAction ()
 
 createGoogleConnectionAction ()
 
 createOffice365ConnectionAction ()
 
 createIcloudConnectionAction (?string $appleId, ?string $appPassword)
 
 syncIcloudConnectionAction ($connectionId)
 
 updateConnectionAction ()
 
 getAuthLinkAction ()
 
 deactivateConnectionAction (int $connectionId, $removeCalendars='N')
 
 getAllSectionsForIcloudAction (int $connectionId)
 
 getAllSectionsForOffice365Action (int $connectionId)
 
 getAllSectionsForGoogleAction (int $connectionId)
 
 clearSuccessfulConnectionNotifierAction (string $accountType)
 
 disableIphoneOrMacConnectionAction ()
 
 disableShowGoogleApplicationRefusedAction ()
 
 getOutlookLinkAction (int $id)
 
 getOauthConnectionLinkAction (string $serviceName)
 
 handleMobileAuthAction (string $serviceName, string $hitHash)
 
- Открытые члены унаследованные от Controller
 __construct (Request $request=null)
 
 forward ($controller, string $actionName, array $parameters=null)
 
 getConfigurationOfActions ()
 
 getModuleId ()
 
 isLocatedUnderPsr4 ()
 
 getActionUri (string $actionName, array $params=[], bool $absolute=false)
 
 getUnsignedParameters ()
 
 getCurrentUser ()
 
 setCurrentUser (CurrentUser $currentUser)
 
 convertKeysToCamelCase ($data)
 
 listNameActions ()
 
 getAutoWiredParameters ()
 
 getPrimaryAutoWiredParameter ()
 
 getDefaultAutoWiredParameters ()
 
 getRequest ()
 
 getScope ()
 
 setScope ($scope)
 
 getSourceParametersList ()
 
 setSourceParametersList ($sourceParametersList)
 
 run ($actionName, array $sourceParametersList)
 
 finalizeResponse (Response $response)
 
 generateActionMethodName ($action)
 
 redirectTo ($url)
 
 getErrors ()
 
 getErrorByCode ($code)
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Controller
static className ()
 
static getFullEventName ($eventName)
 
- Открытые атрибуты унаследованные от Controller
const SCOPE_REST = 'rest'
 
const SCOPE_AJAX = 'ajax'
 
const SCOPE_CLI = 'cli'
 
const EVENT_ON_BEFORE_ACTION = 'onBeforeAction'
 
const EVENT_ON_AFTER_ACTION = 'onAfterAction'
 
const ERROR_REQUIRED_PARAMETER = 'MAIN_CONTROLLER_22001'
 
const ERROR_UNKNOWN_ACTION = 'MAIN_CONTROLLER_22002'
 
const EXCEPTION_UNKNOWN_ACTION = 22002
 
- Открытые атрибуты унаследованные от Controllerable
const METHOD_ACTION_SUFFIX = 'Action'
 
- Защищенные члены унаследованные от Controller
 init ()
 
 getFilePath ()
 
 processUnsignedParameters ()
 
 getSaltToUnsign ()
 
 writeToLogException (\Throwable $e)
 
 collectDebugInfo ()
 
 logDebugInfo ()
 
 prepareParams ()
 
 processBeforeAction (Action $action)
 
 shouldDecodePostData (Action $action)
 
 decodePostData ()
 
 triggerOnBeforeAction (Action $action)
 
 processAfterAction (Action $action, $result)
 
 triggerOnAfterAction (Action $action, $result)
 
 create ($actionName)
 
 buildActionInstance ($actionName, array $config)
 
 existsAction ($actionName)
 
 getDefaultPreFilters ()
 
 getDefaultPostFilters ()
 
 buildFilters (array $config=null)
 
 appendFilters (array $filters, array $filtersToAppend)
 
 removeFilters (array $filters, array $filtersToRemove)
 
 detachFilters (Action $action)
 
 detachPreFilters (Action $action)
 
 detachPostFilters (Action $action)
 
 getActionConfig ($actionName)
 
 setActionConfig ($actionName, array $config=null)
 
 runProcessingThrowable (\Throwable $throwable)
 
 runProcessingException (\Exception $e)
 
 runProcessingError (\Error $error)
 
 runProcessingBinderThrowable (BinderArgumentException $e)
 
 buildErrorFromException (\Exception $e)
 
 buildErrorFromPhpError (\Error $error)
 
 runProcessingIfUserNotAuthorized ()
 
 runProcessingIfInvalidCsrfToken ()
 
 addError (Error $error)
 
 addErrors (array $errors)
 
- Защищенные данные унаследованные от Controller
 $errorCollection
 
 $request
 
Configurator $configurator
 

Подробное описание

См. определение в файле syncajax.php строка 25

Методы

◆ addConnectionAction()

addConnectionAction ( )
Исключения

Bitrix\Main\LoaderException

См. определение в файле syncajax.php строка 60

◆ clearSuccessfulConnectionNotifierAction()

clearSuccessfulConnectionNotifierAction ( string $accountType)

См. определение в файле syncajax.php строка 309

◆ configureActions()

configureActions ( )
Возвращает
array

Переопределяет метод предка Controller.

См. определение в файле syncajax.php строка 27

◆ createGoogleConnectionAction()

createGoogleConnectionAction ( )
Возвращает
array
Исключения
LoaderException

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\ObjectNotFoundException

Исключения

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

Исключения

Psr\Container\NotFoundExceptionInterface

См. определение в файле syncajax.php строка 102

◆ createIcloudConnectionAction()

createIcloudConnectionAction ( ?string $appleId,
?string $appPassword )
Аргументы
string | null$appleId
string | null$appPassword
Возвращает
array|string[]
Исключения
LoaderException

Bitrix\Main\Access\Exception\UnknownActionException

Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

См. определение в файле syncajax.php строка 164

◆ createOffice365ConnectionAction()

createOffice365ConnectionAction ( )
Возвращает
string[]
Исключения
LoaderException

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

См. определение в файле syncajax.php строка 132

◆ deactivateConnectionAction()

deactivateConnectionAction ( int $connectionId,
$removeCalendars = 'N' )
Аргументы
int$connectionId
string$removeCalendars
Возвращает
bool

См. определение в файле syncajax.php строка 277

◆ disableIphoneOrMacConnectionAction()

disableIphoneOrMacConnectionAction ( )

См. определение в файле syncajax.php строка 317

◆ disableShowGoogleApplicationRefusedAction()

disableShowGoogleApplicationRefusedAction ( )

См. определение в файле syncajax.php строка 324

◆ getAllSectionsForGoogleAction()

getAllSectionsForGoogleAction ( int $connectionId)

См. определение в файле syncajax.php строка 304

◆ getAllSectionsForIcloudAction()

getAllSectionsForIcloudAction ( int $connectionId)

См. определение в файле syncajax.php строка 294

◆ getAllSectionsForOffice365Action()

getAllSectionsForOffice365Action ( int $connectionId)

См. определение в файле syncajax.php строка 299

◆ getAuthLinkAction()

getAuthLinkAction ( )

См. определение в файле syncajax.php строка 257

◆ getOauthConnectionLinkAction()

getOauthConnectionLinkAction ( string $serviceName)

См. определение в файле syncajax.php строка 353

◆ getOutlookLinkAction()

getOutlookLinkAction ( int $id)

См. определение в файле syncajax.php строка 329

◆ getSyncInfoAction()

getSyncInfoAction ( )

См. определение в файле syncajax.php строка 39

◆ handleMobileAuthAction()

handleMobileAuthAction ( string $serviceName,
string $hitHash )

См. определение в файле syncajax.php строка 377

◆ removeConnectionAction()

removeConnectionAction ( $connectionId,
$removeCalendars )

См. определение в файле syncajax.php строка 49

◆ syncIcloudConnectionAction()

syncIcloudConnectionAction ( $connectionId)

См. определение в файле syncajax.php строка 216

◆ updateConnectionAction()

updateConnectionAction ( )

См. определение в файле syncajax.php строка 238