Class FieldConfigurationReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.address.service.FieldConfigurationReadPlatformServiceImpl
- All Implemented Interfaces:
FieldConfigurationReadPlatformService
@Service
public class FieldConfigurationReadPlatformServiceImpl
extends Object
implements FieldConfigurationReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionFieldConfigurationReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Method Summary
Modifier and TypeMethodDescriptionretrieveFieldConfiguration(String entity) retrieveFieldConfigurationList(String entity)
-
Constructor Details
-
FieldConfigurationReadPlatformServiceImpl
@Autowired public FieldConfigurationReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
-
Method Details
-
retrieveFieldConfiguration
- Specified by:
retrieveFieldConfigurationin interfaceFieldConfigurationReadPlatformService
-
retrieveFieldConfigurationList
- Specified by:
retrieveFieldConfigurationListin interfaceFieldConfigurationReadPlatformService
-