Interface ClientFamilyMembersWritePlatformService
- All Known Implementing Classes:
ClientFamilyMembersWritePlatformServiceImpl
public interface ClientFamilyMembersWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultaddClientFamilyMember(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultaddFamilyMember(long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteFamilyMember(Long familyMemberId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateFamilyMember(Long familyMemberId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
addFamilyMember
org.apache.fineract.infrastructure.core.data.CommandProcessingResult addFamilyMember(long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
addClientFamilyMember
org.apache.fineract.infrastructure.core.data.CommandProcessingResult addClientFamilyMember(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateFamilyMember
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateFamilyMember(Long familyMemberId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
deleteFamilyMember
org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteFamilyMember(Long familyMemberId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-