Class OrganisationOfficeConfiguration
java.lang.Object
org.apache.fineract.organisation.office.starter.OrganisationOfficeConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.organisation.office.service.OfficeReadPlatformServiceofficeReadPlatformService(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)
-
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)
-