Class ClientChargeReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.client.service.ClientChargeReadPlatformServiceImpl
- All Implemented Interfaces:
ClientChargeReadPlatformService
@Service
public class ClientChargeReadPlatformServiceImpl
extends Object
implements ClientChargeReadPlatformService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveClientCharge(Long clientId, Long clientChargeId) org.apache.fineract.infrastructure.core.service.Page<ClientChargeData> retrieveClientCharges(Long clientId, String status, Boolean pendingPayment, org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters)
-
Constructor Details
-
ClientChargeReadPlatformServiceImpl
public ClientChargeReadPlatformServiceImpl()
-
-
Method Details
-
retrieveClientCharge
- Specified by:
retrieveClientChargein interfaceClientChargeReadPlatformService
-
retrieveClientCharges
public org.apache.fineract.infrastructure.core.service.Page<ClientChargeData> retrieveClientCharges(Long clientId, String status, Boolean pendingPayment, org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters) - Specified by:
retrieveClientChargesin interfaceClientChargeReadPlatformService
-