Class CollectionSheetWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.collectionsheet.service.CollectionSheetWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
CollectionSheetWritePlatformService
public class CollectionSheetWritePlatformServiceJpaRepositoryImpl
extends Object
implements CollectionSheetWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultsaveIndividualCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
CollectionSheetWritePlatformServiceJpaRepositoryImpl
public CollectionSheetWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
updateCollectionSheet
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateCollectionSheetin interfaceCollectionSheetWritePlatformService
-
saveIndividualCollectionSheet
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult saveIndividualCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
saveIndividualCollectionSheetin interfaceCollectionSheetWritePlatformService
-