SyncEventFactory
Table of Contents
Constants
-
TIME_SLICE
= 2600000
Methods
-
__construct()
: mixed
-
delete()
: void
-
getSyncEventCollectionByVendorIdList()
: SyncEventMap
-
getSyncEventMapBySyncSectionIdCollectionForExport()
: SyncEventMap|null
TIME_SLICE
public
mixed
TIME_SLICE
= 2600000
__construct()
public
__construct() : mixed
delete()
public
delete(SyncEvent $syncEvent) : void
Parameters
-
$syncEvent
: SyncEvent
-
getSyncEventCollectionByVendorIdList()
public
getSyncEventCollectionByVendorIdList(array<string|int, mixed> $vendorEventIdList, int $connectionId) : SyncEventMap
Parameters
-
$vendorEventIdList
: array<string|int, mixed>
-
-
$connectionId
: int
-
-
throws
-
ArgumentException
-
throws
-
SystemException
getSyncEventMapBySyncSectionIdCollectionForExport()
public
getSyncEventMapBySyncSectionIdCollectionForExport(array<string|int, mixed> $sectionIdList, int $userId, int $connectionId) : SyncEventMap|null
Parameters
-
$sectionIdList
: array<string|int, mixed>
-
-
$userId
: int
-
-
$connectionId
: int
-
-
throws
-
ArgumentException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException