Class OrganisationWorkingDaysConfiguration
java.lang.Object
org.apache.fineract.organisation.workingdays.starter.OrganisationWorkingDaysConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionworkingDaysReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) workingDaysWritePlatformService(WorkingDaysRepositoryWrapper daysRepositoryWrapper, WorkingDayValidator fromApiJsonDeserializer)
-
Constructor Details
-
OrganisationWorkingDaysConfiguration
public OrganisationWorkingDaysConfiguration()
-
-
Method Details
-
workingDaysReadPlatformService
@Bean @ConditionalOnMissingBean(WorkingDaysReadPlatformService.class) public WorkingDaysReadPlatformService workingDaysReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
workingDaysWritePlatformService
@Bean @ConditionalOnMissingBean(WorkingDaysWritePlatformService.class) public WorkingDaysWritePlatformService workingDaysWritePlatformService(WorkingDaysRepositoryWrapper daysRepositoryWrapper, WorkingDayValidator fromApiJsonDeserializer)
-