public PayrollDistributionAggregate()

in service/src/main/java/org/apache/fineract/cn/payroll/service/internal/command/handler/PayrollDistributionAggregate.java [54:65]


  public PayrollDistributionAggregate(@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger,
                                      PayrollConfigurationService payrollConfigurationService,
                                      final PayrollCollectionRepository payrollCollectionRepository,
                                      final PayrollPaymentRepository payrollPaymentRepository,
                                      final AccountingAdaptor accountingAdaptor) {
    super();
    this.logger = logger;
    this.payrollConfigurationService = payrollConfigurationService;
    this.payrollCollectionRepository = payrollCollectionRepository;
    this.payrollPaymentRepository = payrollPaymentRepository;
    this.accountingAdaptor = accountingAdaptor;
  }