Class OrganisationStaffConfiguration
java.lang.Object
org.apache.fineract.organisation.staff.starter.OrganisationStaffConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstaffReadPlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) staffWritePlatformService(StaffCommandFromApiJsonDeserializer fromApiJsonDeserializer, StaffRepository staffRepository, org.apache.fineract.organisation.office.domain.OfficeRepositoryWrapper officeRepositoryWrapper)
-
Constructor Details
-
OrganisationStaffConfiguration
public OrganisationStaffConfiguration()
-
-
Method Details
-
staffReadPlatformService
@Bean @ConditionalOnMissingBean(StaffReadPlatformService.class) public StaffReadPlatformService staffReadPlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
staffWritePlatformService
@Bean @ConditionalOnMissingBean(StaffWritePlatformService.class) public StaffWritePlatformService staffWritePlatformService(StaffCommandFromApiJsonDeserializer fromApiJsonDeserializer, StaffRepository staffRepository, org.apache.fineract.organisation.office.domain.OfficeRepositoryWrapper officeRepositoryWrapper)
-