mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 17:00:30 +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.
44 lines
4.6 KiB
Plaintext
44 lines
4.6 KiB
Plaintext
Compiled from "CpImageStorePersonManager.java"
|
|
public class cn.cloudwalk.service.organization.service.CpImageStorePersonManager extends cn.cloudwalk.service.organization.common.AbstractImagStoreService {
|
|
private static final java.lang.String LAST_SYNC_IMAGE_KEY;
|
|
private cn.cloudwalk.client.aggregate.group.service.AgImageStoreService agImageStoreService;
|
|
private cn.cloudwalk.client.aggregate.group.service.AgImageStoreImageService agImageStoreImageService;
|
|
private cn.cloudwalk.data.organization.mapper.IsImageStoreAssociatedMapper imageStoreAssociatedMapper;
|
|
private cn.cloudwalk.data.organization.mapper.ImgStorePersonLabelMapper imgStorePersonLabelMapper;
|
|
private cn.cloudwalk.data.organization.mapper.ImgStorePersonMapper personMapper;
|
|
private cn.cloudwalk.data.organization.mapper.ImgStorePersonOrganizationMapper imgStorePersonOrganizationMapper;
|
|
private cn.cloudwalk.data.organization.mapper.GroupPersonRefMapper groupPersonRefMapper;
|
|
private cn.cloudwalk.data.organization.mapper.DevicePersonSyncLogMapper devicePersonSyncLogMapper;
|
|
private cn.cloudwalk.service.organization.service.CpImageStoreSyncManager cpImageStoreSyncManager;
|
|
private cn.cloudwalk.service.organization.service.CpImageStorePersonTxHandler cpImageStorePersonTxHandler;
|
|
private org.springframework.data.redis.core.StringRedisTemplate redisTemplate;
|
|
private cn.cloudwalk.client.organization.service.store.service.CpImageStoreToolService cpImageStoreToolService;
|
|
private cn.cloudwalk.client.aggregate.application.service.ApplicationImageStoreService appImageStoreService;
|
|
private cn.cloudwalk.cloud.context.CloudwalkCallContext context;
|
|
public cn.cloudwalk.service.organization.service.CpImageStorePersonManager();
|
|
public void init();
|
|
public java.util.Set<java.lang.String> getImageStoreIdsByObjId(java.lang.String, java.lang.Integer);
|
|
public java.util.Map<java.lang.String, cn.cloudwalk.data.organization.entity.GroupPersonRef> getGroupPersonRefByPersons(java.lang.String, java.util.List<java.lang.String>);
|
|
private java.util.List<java.lang.String> getAssociatedObjectIdsByPersonId(java.lang.String);
|
|
private cn.cloudwalk.data.organization.entity.GroupPersonRef matchGroupPersonRef(java.lang.String, java.lang.String, java.util.List<cn.cloudwalk.data.organization.entity.IsImageStoreAssociated>);
|
|
public java.util.Map<java.lang.String, cn.cloudwalk.data.organization.entity.GroupPersonRef> getImageStoreIdsByPerson(java.lang.String);
|
|
public java.util.Map<java.lang.String, cn.cloudwalk.data.organization.entity.GroupPersonRef> getCurrentAssociatedPersonIds(java.lang.String);
|
|
java.util.Map<java.lang.String, cn.cloudwalk.data.organization.entity.GroupPersonRef> getOldAssociatedPersonIds(java.lang.String, java.util.List<java.lang.String>);
|
|
public void handleGroupPersonChange() throws cn.cloudwalk.cloud.exception.ServiceException;
|
|
public void handleGroupPersonChange2() throws cn.cloudwalk.cloud.exception.ServiceException;
|
|
private void updateGroupPerson(java.lang.String, java.util.List<cn.cloudwalk.data.organization.dto.GroupPersonRefDTO>);
|
|
private static void lambda$getOldAssociatedPersonIds$12(java.util.Map, cn.cloudwalk.data.organization.entity.GroupPersonRef);
|
|
private void lambda$getCurrentAssociatedPersonIds$11(java.util.Map, java.lang.String, java.util.Map, cn.cloudwalk.data.organization.entity.ImgStorePerson);
|
|
private void lambda$getCurrentAssociatedPersonIds$10(java.lang.String, cn.cloudwalk.data.organization.entity.IsImageStoreAssociated, java.util.Map, java.lang.String);
|
|
private static java.lang.String lambda$null$9(cn.cloudwalk.data.organization.entity.IsImageStoreAssociated);
|
|
private static java.lang.Long lambda$null$8(cn.cloudwalk.data.organization.entity.IsImageStoreAssociated);
|
|
private static java.lang.Long lambda$null$7(cn.cloudwalk.data.organization.entity.IsImageStoreAssociated);
|
|
private void lambda$getCurrentAssociatedPersonIds$6(java.lang.String, cn.cloudwalk.data.organization.entity.IsImageStoreAssociated, java.util.Map, java.lang.String);
|
|
private static java.lang.String lambda$null$5(cn.cloudwalk.data.organization.entity.IsImageStoreAssociated);
|
|
private static java.lang.Long lambda$null$4(cn.cloudwalk.data.organization.entity.IsImageStoreAssociated);
|
|
private static java.lang.Long lambda$null$3(cn.cloudwalk.data.organization.entity.IsImageStoreAssociated);
|
|
private void lambda$getImageStoreIdsByPerson$2(java.lang.String, java.util.Map, java.util.Map, java.lang.String);
|
|
private void lambda$getGroupPersonRefByPersons$1(java.lang.String, java.util.Map, java.lang.String);
|
|
private static void lambda$getImageStoreIdsByObjId$0(java.util.Set, cn.cloudwalk.data.organization.entity.IsImageStoreAssociated);
|
|
}
|