diff --git a/src/main/java/ru/soune/nocopy/configuration/HandlerConfig.java b/src/main/java/ru/soune/nocopy/configuration/HandlerConfig.java index f385f97..0e968b8 100644 --- a/src/main/java/ru/soune/nocopy/configuration/HandlerConfig.java +++ b/src/main/java/ru/soune/nocopy/configuration/HandlerConfig.java @@ -39,18 +39,7 @@ public class HandlerConfig { UserVerificationHandler userVerificationHandler, LawCaseHandler lawCaseHandler, TokenOperationHandler tokenOperationHandler, - StatisticUserFilesHandler statisticUserHandler, - StatisticTariffInfoFileHandler statisticTariffInfoFileHandler, - StatisticUserDynamicHandler statisticUserDynamicHandler, - StatisticProtectedFilesHandler statisticProtectedFilesHandler, - StatisticViolationHandler statisticViolationHandler, - StatisticSubscriberHandler statisticSubscriberHandler, - StatisticTokenHandler statisticTokenHandler, - StatisticIncomeHandler statisticIncomeHandler, - MonitoringStatisticHandler monitoringStatisticHandler, - DockViewFileHandler dockViewFileHandler, - StatisticComplaintHandler statisticComplaintHandler - + DockViewFileHandler dockViewFileHandler ) { Map map = new HashMap<>(); map.put(20001, login); @@ -80,17 +69,7 @@ public class HandlerConfig { map.put(30016, userVerificationHandler); map.put(30017, lawCaseHandler); map.put(30018, tokenOperationHandler); - map.put(30019, statisticUserHandler); - map.put(30020, statisticTariffInfoFileHandler); - map.put(30021, statisticUserDynamicHandler); - map.put(30022, statisticProtectedFilesHandler); - map.put(30023, statisticViolationHandler); - map.put(30024, statisticSubscriberHandler); - map.put(30025, statisticTokenHandler); - map.put(30026, statisticIncomeHandler); - map.put(30027, monitoringStatisticHandler); map.put(30028, dockViewFileHandler); - map.put(30029, statisticComplaintHandler); return map; } @@ -106,10 +85,12 @@ public class HandlerConfig { StatisticSubscriberHandler statisticSubscriberHandler, StatisticTokenHandler statisticTokenHandler, StatisticIncomeHandler statisticIncomeHandler, - MonitoringStatisticHandler monitoringStatisticHandler + MonitoringStatisticHandler monitoringStatisticHandler, + UserInfoHandler userInfoHandler ) { Map map = new HashMap<>(); + map.put(30014, userInfoHandler); map.put(30019, statisticUserHandler); map.put(30020, statisticTariffInfoFileHandler); map.put(30021, statisticUserDynamicHandler);