Class ShareAccountReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.shareaccounts.service.ShareAccountReadPlatformServiceImpl
- All Implemented Interfaces:
AccountReadPlatformService,ShareAccountReadPlatformService
public class ShareAccountReadPlatformServiceImpl
extends Object
implements ShareAccountReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertChargesToShareAccountCharges(Collection<org.apache.fineract.portfolio.charge.data.ChargeData> productCharges) retrieveAccountNumberByAccountId(Long accountId) org.apache.fineract.infrastructure.core.service.Page<AccountData> retrieveAll(Integer offSet, Integer limit) retrieveAllShareAccountDataForDividends(Long id, boolean fetchInActiveAccounts, LocalDate startDate) retrieveOne(Long id, boolean includeTemplate) retrieveTemplate(Long clientId, Long productId)
-
Constructor Details
-
ShareAccountReadPlatformServiceImpl
public ShareAccountReadPlatformServiceImpl()
-
-
Method Details
-
retrieveTemplate
- Specified by:
retrieveTemplatein interfaceAccountReadPlatformService- Specified by:
retrieveTemplatein interfaceShareAccountReadPlatformService
-
retrieveOne
- Specified by:
retrieveOnein interfaceAccountReadPlatformService- Specified by:
retrieveOnein interfaceShareAccountReadPlatformService
-
retrieveAll
public org.apache.fineract.infrastructure.core.service.Page<AccountData> retrieveAll(Integer offSet, Integer limit) - Specified by:
retrieveAllin interfaceAccountReadPlatformService
-
getResponseDataParams
- Specified by:
getResponseDataParamsin interfaceAccountReadPlatformService- Specified by:
getResponseDataParamsin interfaceShareAccountReadPlatformService
-
retrieveAccountNumberByAccountId
- Specified by:
retrieveAccountNumberByAccountIdin interfaceShareAccountReadPlatformService
-