Class CollectionSheetReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.collectionsheet.service.CollectionSheetReadPlatformServiceImpl
- All Implemented Interfaces:
CollectionSheetReadPlatformService
public class CollectionSheetReadPlatformServiceImpl
extends Object
implements CollectionSheetReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionSheetReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate, CenterReadPlatformService centerReadPlatformService, GroupReadPlatformService groupReadPlatformService, CollectionSheetGenerateCommandFromApiJsonDeserializer collectionSheetGenerateCommandFromApiJsonDeserializer, CalendarRepositoryWrapper calendarRepositoryWrapper, AttendanceDropdownReadPlatformService attendanceDropdownReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.portfolio.paymenttype.service.PaymentTypeReadPlatformService paymentTypeReadPlatformService, CalendarReadPlatformService calendarReadPlatformService, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService, CalendarInstanceRepository calendarInstanceRepository, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) -
Method Summary
Modifier and TypeMethodDescriptiongenerateCenterCollectionSheet(Long centerId, 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)
-
Constructor Details
-
CollectionSheetReadPlatformServiceImpl
public CollectionSheetReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate, CenterReadPlatformService centerReadPlatformService, GroupReadPlatformService groupReadPlatformService, CollectionSheetGenerateCommandFromApiJsonDeserializer collectionSheetGenerateCommandFromApiJsonDeserializer, CalendarRepositoryWrapper calendarRepositoryWrapper, AttendanceDropdownReadPlatformService attendanceDropdownReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.portfolio.paymenttype.service.PaymentTypeReadPlatformService paymentTypeReadPlatformService, CalendarReadPlatformService calendarReadPlatformService, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService, CalendarInstanceRepository calendarInstanceRepository, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator)
-
-
Method Details
-
generateGroupCollectionSheet
public JLGCollectionSheetData generateGroupCollectionSheet(Long groupId, org.apache.fineract.infrastructure.core.api.JsonQuery query) - Specified by:
generateGroupCollectionSheetin interfaceCollectionSheetReadPlatformService
-
generateCenterCollectionSheet
public JLGCollectionSheetData generateCenterCollectionSheet(Long centerId, org.apache.fineract.infrastructure.core.api.JsonQuery query) - Specified by:
generateCenterCollectionSheetin interfaceCollectionSheetReadPlatformService
-
generateIndividualCollectionSheet
public IndividualCollectionSheetData generateIndividualCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonQuery query) - Specified by:
generateIndividualCollectionSheetin interfaceCollectionSheetReadPlatformService
-