Class OrganisationOfficeConfiguration

java.lang.Object
org.apache.fineract.organisation.office.starter.OrganisationOfficeConfiguration

@Configuration public class OrganisationOfficeConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.organisation.office.service.OfficeReadPlatformService
    officeReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.organisation.office.domain.OfficeRepository officeRepository, org.apache.fineract.organisation.office.mapper.OfficeDataMapper officeDataMapper)
     
    officeWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, OfficeCommandFromApiJsonDeserializer fromApiJsonDeserializer, OfficeTransactionCommandFromApiJsonDeserializer moneyTransferCommandFromApiJsonDeserializer, org.apache.fineract.organisation.office.domain.OfficeRepositoryWrapper officeRepositoryWrapper, OfficeTransactionRepository officeTransactionRepository, org.apache.fineract.organisation.monetary.domain.ApplicationCurrencyRepositoryWrapper applicationCurrencyRepository)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OrganisationOfficeConfiguration

      public OrganisationOfficeConfiguration()
  • Method Details

    • officeReadPlatformService

      @Bean @ConditionalOnMissingBean(org.apache.fineract.organisation.office.service.OfficeReadPlatformService.class) public org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.organisation.office.domain.OfficeRepository officeRepository, org.apache.fineract.organisation.office.mapper.OfficeDataMapper officeDataMapper)
    • officeWritePlatformService

      @Bean @ConditionalOnMissingBean(OfficeWritePlatformService.class) public OfficeWritePlatformService officeWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, OfficeCommandFromApiJsonDeserializer fromApiJsonDeserializer, OfficeTransactionCommandFromApiJsonDeserializer moneyTransferCommandFromApiJsonDeserializer, org.apache.fineract.organisation.office.domain.OfficeRepositoryWrapper officeRepositoryWrapper, OfficeTransactionRepository officeTransactionRepository, org.apache.fineract.organisation.monetary.domain.ApplicationCurrencyRepositoryWrapper applicationCurrencyRepository)