Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ApiService

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

 getCalendarList (array $params)
 
 getEventList (array $params)
 
 createSection (SectionDto $sectionDto)
 
 updateSection (SectionDto $sectionDto)
 
 createEvent (EventDto $eventDto, string $sectionId)
 
 getCalendarDelta (SectionConnection $sectionConnection)
 
 getEvent (array $params)
 
 updateEvent (EventDto $eventDto, string $vendorEventId)
 
 getEventInstances (array $params)
 
 deleteEvent (string $vendorEventId)
 
 deleteSection (string $vendorSectionId)
 
 addSectionSubscription (string $vendorSectionId, string $state='')
 
 renewSectionSubscription (string $subscriptionId)
 
 deleteSectionSubscription (string $subscriptionId)
 
 getDeltaUri (SectionConnection $sectionConnection, string $baseUri)
 

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

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

Методы

◆ addSectionSubscription()

addSectionSubscription ( string $vendorSectionId,
string $state = '' )
Аргументы
string$vendorSectionId
string$state
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ createEvent()

createEvent ( EventDto $eventDto,
string $sectionId )
Аргументы
EventDto$eventDto
string$sectionId
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ createSection()

createSection ( SectionDto $sectionDto)
Аргументы
SectionDto$sectionDto
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ deleteEvent()

deleteEvent ( string $vendorEventId)
Аргументы
string$vendorEventId
Возвращает
void
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ deleteSection()

deleteSection ( string $vendorSectionId)
Аргументы
string$vendorSectionId
Возвращает
void
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ deleteSectionSubscription()

deleteSectionSubscription ( string $subscriptionId)
Аргументы
string$subscriptionId
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException

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

◆ getCalendarDelta()

getCalendarDelta ( SectionConnection $sectionConnection)
Аргументы
SectionConnection$sectionConnection
Возвращает
Generator
Исключения
ApiException
ArgumentException
ArgumentNullException
BaseException
ConflictException
NotFoundException

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

◆ getCalendarList()

getCalendarList ( array $params)
Аргументы
array$params
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ getDeltaUri()

getDeltaUri ( SectionConnection $sectionConnection,
string $baseUri )
Аргументы
SectionConnection$sectionConnection
string$baseUri
Возвращает
string

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

◆ getEvent()

getEvent ( array $params)
Аргументы
array$params
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ getEventInstances()

getEventInstances ( array $params)
Аргументы
array$params
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ getEventList()

getEventList ( array $params)
Аргументы
array$params
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ renewSectionSubscription()

renewSectionSubscription ( string $subscriptionId)
Аргументы
string$subscriptionId
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ updateEvent()

updateEvent ( EventDto $eventDto,
string $vendorEventId )
Аргументы
EventDto$eventDto
string$vendorEventId
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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

◆ updateSection()

updateSection ( SectionDto $sectionDto)
Аргументы
SectionDto$sectionDto
Возвращает
array
Исключения
ApiException
ArgumentException
AuthException
ConflictException
GoneException
NotFoundException

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