Interface ClientChargeWritePlatformService
- All Known Implementing Classes:
ClientChargeWritePlatformServiceImpl
public interface ClientChargeWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultorg.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteCharge(Long clientId, Long clientChargeId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultinactivateCharge(Long clientId, Long clientChargeId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultpayCharge(Long clientId, Long clientChargeId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCharge(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultwaiveCharge(Long clientId, Long clientChargeId)
-
Method Details
-
addCharge
@Transactional org.apache.fineract.infrastructure.core.data.CommandProcessingResult addCharge(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateCharge
@Transactional org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCharge(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
deleteCharge
-
waiveCharge
-
payCharge
-
inactivateCharge
-