Interface CollectionSheetWritePlatformService
- All Known Implementing Classes:
CollectionSheetWritePlatformServiceJpaRepositoryImpl
public interface CollectionSheetWritePlatformService
-
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)
-
Method Details
-
updateCollectionSheet
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
saveIndividualCollectionSheet
org.apache.fineract.infrastructure.core.data.CommandProcessingResult saveIndividualCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-