mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-11 01:10:29 +08:00
7b2bd307f1
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.) - frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts - scripts/: build, test-env, tools (Docker Compose, service templates, API parity) - docs/: AGENTS.md, superpowers specs, architecture docs - .gitignore: standard Java/Maven exclusions Moved from legacy maven-*/ root layout to backend/ organized structure.
22 lines
1.9 KiB
Plaintext
22 lines
1.9 KiB
Plaintext
Compiled from "DevicePersonSyncManager.java"
|
|
public class cn.cloudwalk.service.organization.service.DevicePersonSyncManager extends cn.cloudwalk.service.organization.common.AbstractImagStoreService {
|
|
private cn.cloudwalk.service.organization.service.CpImageStoreSyncManager cpImageStoreSyncManager;
|
|
private cn.cloudwalk.client.device.mgn.atomic.service.AtomicDeviceService atomicDeviceService;
|
|
private cn.cloudwalk.client.aggregate.device.service.AggDeviceImageStoreService aggDeviceImageStoreService;
|
|
private cn.cloudwalk.data.organization.mapper.DevicePersonSyncLogMapper devicePersonSyncLogMapper;
|
|
private cn.cloudwalk.data.organization.mapper.GroupPersonRefMapper groupPersonRefMapper;
|
|
private cn.cloudwalk.data.organization.mapper.DeviceImageStoreMapper deviceImageStoreMapper;
|
|
private int beforeNowMinutes;
|
|
private int keepDays;
|
|
private int finishPullTimeBeforeNowMinutes;
|
|
public cn.cloudwalk.service.organization.service.DevicePersonSyncManager();
|
|
public void executeResyncTask();
|
|
public void excuteDeleteDevicePerson();
|
|
public void excuteNotifyDevice() throws cn.cloudwalk.cloud.exception.ServiceException;
|
|
public void executeUnbindDeviceImageStore() throws cn.cloudwalk.cloud.exception.ServiceException;
|
|
private void lambda$executeUnbindDeviceImageStore$3(java.util.Map, cn.cloudwalk.client.device.mgn.atomic.param.AtomicDeviceCommonParam, cn.cloudwalk.client.aggregate.device.param.DeviceImageStoreQueryParam, cn.cloudwalk.data.organization.entity.DeviceImageStore);
|
|
private static void lambda$null$2(cn.cloudwalk.data.organization.entity.DeviceImageStore, java.util.Set, cn.cloudwalk.client.aggregate.device.result.DeviceImageStoreQueryResult);
|
|
private static boolean lambda$excuteNotifyDevice$1(cn.cloudwalk.client.device.mgn.atomic.result.AtomicDeviceGetResult);
|
|
private void lambda$executeResyncTask$0(java.util.Set, cn.cloudwalk.data.organization.entity.DevicePersonSyncLog);
|
|
}
|