Interface ClientWritePlatformService
- All Known Implementing Classes:
ClientWritePlatformServiceJpaRepositoryImpl
public interface ClientWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultactivateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultassignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcloseClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateClient(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteClient(Long clientId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultreActivateClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultrejectClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultunassignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultundoRejection(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultundoWithdrawal(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateDefaultSavingsAccount(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultwithdrawClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
createClient
org.apache.fineract.infrastructure.core.data.CommandProcessingResult createClient(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateClient
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
activateClient
org.apache.fineract.infrastructure.core.data.CommandProcessingResult activateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
deleteClient
-
unassignClientStaff
org.apache.fineract.infrastructure.core.data.CommandProcessingResult unassignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
closeClient
org.apache.fineract.infrastructure.core.data.CommandProcessingResult closeClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
assignClientStaff
org.apache.fineract.infrastructure.core.data.CommandProcessingResult assignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateDefaultSavingsAccount
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateDefaultSavingsAccount(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
rejectClient
org.apache.fineract.infrastructure.core.data.CommandProcessingResult rejectClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
withdrawClient
org.apache.fineract.infrastructure.core.data.CommandProcessingResult withdrawClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
reActivateClient
org.apache.fineract.infrastructure.core.data.CommandProcessingResult reActivateClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
undoRejection
org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoRejection(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
undoWithdrawal
org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoWithdrawal(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-