class ExtranetUserSyncService

Methods

__construct(ExtranetApiClientFactory $extranetApiClientFactory, UserSyncService $userSyncService, LoggerInterface $logger, EntityManagerInterface $entityManager)

No description

void
syncByPid(string $pid)

No description

void
syncByStartYear(int $startYear)

No description

void
syncAllEmployees()

No description

Details

at line 14
__construct(ExtranetApiClientFactory $extranetApiClientFactory, UserSyncService $userSyncService, LoggerInterface $logger, EntityManagerInterface $entityManager)

No description

Parameters

ExtranetApiClientFactory $extranetApiClientFactory
UserSyncService $userSyncService
LoggerInterface $logger
EntityManagerInterface $entityManager

at line 22
void syncByPid(string $pid)

No description

Parameters

string $pid

Return Value

void

at line 29
void syncByStartYear(int $startYear)

No description

Parameters

int $startYear

Return Value

void

at line 38
void syncAllEmployees()

No description

Return Value

void