Class GroupConfiguration

java.lang.Object
org.apache.fineract.portfolio.group.starter.GroupConfiguration

@Configuration public class GroupConfiguration extends Object
  • Constructor Details

    • GroupConfiguration

      public GroupConfiguration()
  • Method Details

    • centerReadPlatformService

      @Bean @ConditionalOnMissingBean(CenterReadPlatformService.class) public CenterReadPlatformService centerReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, ClientReadPlatformService clientReadPlatformService, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, StaffReadPlatformService staffReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.data.PaginationParametersDataValidator paginationParametersDataValidator)
    • groupingTypesWritePlatformService

      @Bean @ConditionalOnMissingBean(GroupingTypesWritePlatformService.class) public GroupingTypesWritePlatformService groupingTypesWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, GroupRepositoryWrapper groupRepository, ClientRepositoryWrapper clientRepositoryWrapper, org.apache.fineract.organisation.office.domain.OfficeRepositoryWrapper officeRepositoryWrapper, StaffRepositoryWrapper staffRepository, NoteRepository noteRepository, GroupLevelRepository groupLevelRepository, GroupingTypesDataValidator fromApiJsonDeserializer, org.apache.fineract.portfolio.loanaccount.domain.LoanRepositoryWrapper loanRepositoryWrapper, org.apache.fineract.infrastructure.codes.domain.CodeValueRepositoryWrapper codeValueRepository, org.apache.fineract.commands.service.CommandProcessingService commandProcessingService, CalendarInstanceRepository calendarInstanceRepository, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService, org.apache.fineract.portfolio.savings.domain.SavingsAccountRepositoryWrapper savingsAccountRepositoryWrapper, AccountNumberFormatRepositoryWrapper accountNumberFormatRepository, AccountNumberGenerator accountNumberGenerator, EntityDatatableChecksWritePlatformService entityDatatableChecksWritePlatformService, org.apache.fineract.infrastructure.event.business.service.BusinessEventNotifierService businessEventNotifierService, LoanOfficerService loanOfficerService)
    • groupLevelReadPlatformService

      @Bean @ConditionalOnMissingBean(GroupLevelReadPlatformService.class) public GroupLevelReadPlatformService groupLevelReadPlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
    • groupReadPlatformService

      @Bean @ConditionalOnMissingBean(GroupReadPlatformService.class) public GroupReadPlatformService groupReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, StaffReadPlatformService staffReadPlatformService, CenterReadPlatformService centerReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.data.PaginationParametersDataValidator paginationParametersDataValidator, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, ClientReadPlatformService clientReadPlatformService)
    • groupRolesReadPlatformService

      @Bean @ConditionalOnMissingBean(GroupRolesReadPlatformService.class) public GroupRolesReadPlatformService groupRolesReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context)
    • groupRolesWritePlatformService

      @Bean @ConditionalOnMissingBean(GroupRolesWritePlatformService.class) public GroupRolesWritePlatformService groupRolesWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, GroupRepositoryWrapper groupRepository, GroupRolesDataValidator fromApiJsonDeserializer, org.apache.fineract.infrastructure.codes.domain.CodeValueRepositoryWrapper codeValueRepository, ClientRepositoryWrapper clientRepository, GroupRoleRepositoryWrapper groupRoleRepository)