Class ClientIdentifierWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.client.service.ClientIdentifierWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
ClientIdentifierWritePlatformService
@Service
public class ClientIdentifierWritePlatformServiceJpaRepositoryImpl
extends Object
implements ClientIdentifierWritePlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionClientIdentifierWritePlatformServiceJpaRepositoryImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, ClientRepositoryWrapper clientRepository, org.apache.fineract.portfolio.client.domain.ClientIdentifierRepository clientIdentifierRepository, org.apache.fineract.infrastructure.codes.domain.CodeValueRepositoryWrapper codeValueRepository, ClientIdentifierCommandFromApiJsonDeserializer clientIdentifierCommandFromApiJsonDeserializer) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultaddClientIdentifier(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteClientIdentifier(Long clientId, Long identifierId, Long commandId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateClientIdentifier(Long clientId, Long identifierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
ClientIdentifierWritePlatformServiceJpaRepositoryImpl
@Autowired public ClientIdentifierWritePlatformServiceJpaRepositoryImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, ClientRepositoryWrapper clientRepository, org.apache.fineract.portfolio.client.domain.ClientIdentifierRepository clientIdentifierRepository, org.apache.fineract.infrastructure.codes.domain.CodeValueRepositoryWrapper codeValueRepository, ClientIdentifierCommandFromApiJsonDeserializer clientIdentifierCommandFromApiJsonDeserializer)
-
-
Method Details
-
addClientIdentifier
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult addClientIdentifier(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
addClientIdentifierin interfaceClientIdentifierWritePlatformService
-
updateClientIdentifier
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateClientIdentifier(Long clientId, Long identifierId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateClientIdentifierin interfaceClientIdentifierWritePlatformService
-
deleteClientIdentifier
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteClientIdentifier(Long clientId, Long identifierId, Long commandId) - Specified by:
deleteClientIdentifierin interfaceClientIdentifierWritePlatformService
-