Interface CollectionSheetReadPlatformService
- All Known Implementing Classes:
CollectionSheetReadPlatformServiceImpl
public interface CollectionSheetReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptiongenerateCenterCollectionSheet(Long groupId, org.apache.fineract.infrastructure.core.api.JsonQuery query) generateGroupCollectionSheet(Long groupId, org.apache.fineract.infrastructure.core.api.JsonQuery query) generateIndividualCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonQuery query)
-
Method Details
-
generateGroupCollectionSheet
JLGCollectionSheetData generateGroupCollectionSheet(Long groupId, org.apache.fineract.infrastructure.core.api.JsonQuery query) -
generateCenterCollectionSheet
JLGCollectionSheetData generateCenterCollectionSheet(Long groupId, org.apache.fineract.infrastructure.core.api.JsonQuery query) -
generateIndividualCollectionSheet
IndividualCollectionSheetData generateIndividualCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonQuery query)
-