Class CodeReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.codes.service.CodeReadPlatformServiceImpl
- All Implemented Interfaces:
org.apache.fineract.infrastructure.codes.service.CodeReadPlatformService
@Service
public class CodeReadPlatformServiceImpl
extends Object
implements org.apache.fineract.infrastructure.codes.service.CodeReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionCodeReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.fineract.infrastructure.codes.data.CodeData> org.apache.fineract.infrastructure.codes.data.CodeDataretrieveCode(Long codeId) org.apache.fineract.infrastructure.codes.data.CodeDataretriveCode(String codeName)
-
Constructor Details
-
CodeReadPlatformServiceImpl
@Autowired public CodeReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
-
Method Details
-
retrieveAllCodes
@Cacheable(value="codes", key="T(org.apache.fineract.infrastructure.core.service.ThreadLocalContextUtil).getTenant().getTenantIdentifier().concat(\'CD\')") public Collection<org.apache.fineract.infrastructure.codes.data.CodeData> retrieveAllCodes()- Specified by:
retrieveAllCodesin interfaceorg.apache.fineract.infrastructure.codes.service.CodeReadPlatformService
-
retrieveCode
- Specified by:
retrieveCodein interfaceorg.apache.fineract.infrastructure.codes.service.CodeReadPlatformService
-
retriveCode
- Specified by:
retriveCodein interfaceorg.apache.fineract.infrastructure.codes.service.CodeReadPlatformService
-