Files
starRiverProperty/backend/ninca-common-component-organization/tools/out/different-22-javap/deploy-DevicePersonSyncController.txt
T
hpd840321 7b2bd307f1 Initial commit: reorganized source tree
- 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.
2026-05-09 09:56:45 +08:00

18 lines
2.6 KiB
Plaintext

Compiled from "DevicePersonSyncController.java"
public class cn.cloudwalk.web.organization.controller.DevicePersonSyncController extends cn.cloudwalk.web.organization.controller.common.AbstractCloudwalkController {
private cn.cloudwalk.client.organization.personimg.service.DevicePersonSyncService devicePersonSyncService;
private cn.cloudwalk.client.aggregate.device.service.AggDeviceImageStoreService aggDeviceImageStoreService;
private cn.cloudwalk.service.organization.service.CpImageStoreSyncManager cpImageStoreSyncManager;
public cn.cloudwalk.web.organization.controller.DevicePersonSyncController();
public cn.cloudwalk.cloud.result.CloudwalkResult<cn.cloudwalk.cloud.page.CloudwalkPageAble<cn.cloudwalk.client.organization.result.DevicePersonSyncResult>> page(cn.cloudwalk.client.organization.param.QueryDevicePersonSyncParam);
public cn.cloudwalk.cloud.result.CloudwalkResult<java.util.List<cn.cloudwalk.client.organization.result.DevicePersonSyncDetailResult>> detail(cn.cloudwalk.client.organization.param.QueryDevicePersonSyncLogParam);
public cn.cloudwalk.cloud.result.CloudwalkResult<cn.cloudwalk.cloud.page.CloudwalkPageAble<cn.cloudwalk.client.organization.result.DevicePersonSyncLogResult>> logPage(cn.cloudwalk.client.organization.param.QueryDevicePersonSyncLogParam);
public cn.cloudwalk.cloud.result.CloudwalkResult<java.util.List<cn.cloudwalk.client.aggregate.device.result.DeviceImageStoreReSyncResult>> deviceResync(cn.cloudwalk.client.organization.param.DevicePersonResyncParam);
public cn.cloudwalk.cloud.result.CloudwalkResult<java.util.List<cn.cloudwalk.client.organization.result.DevicePersonResyncResult>> devicePersonResync(cn.cloudwalk.client.organization.param.DevicePersonResyncRequestParam);
public cn.cloudwalk.cloud.result.CloudwalkResult<java.util.Map<java.lang.String, java.lang.String>> getDeviceImageStore(cn.cloudwalk.client.organization.param.QueryDevicePersonSyncLogParam);
public cn.cloudwalk.cloud.result.CloudwalkResult<java.util.List<cn.cloudwalk.client.organization.result.PersonGroupRelationsResult>> personGroupRelations(cn.cloudwalk.client.organization.param.PersonGroupRelationsRequestParam);
private void lambda$devicePersonResync$2(java.util.List, java.util.Set, cn.cloudwalk.client.organization.param.DevicePersonResyncParam);
private static cn.cloudwalk.client.aggregate.device.result.DeviceImageStoreQueryResult lambda$detail$1(cn.cloudwalk.client.aggregate.device.result.DeviceImageStoreQueryResult);
private static java.lang.String lambda$detail$0(cn.cloudwalk.client.aggregate.device.result.DeviceImageStoreQueryResult);
}