Interface CollectionSheetWritePlatformService

All Known Implementing Classes:
CollectionSheetWritePlatformServiceJpaRepositoryImpl

public interface CollectionSheetWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    saveIndividualCollectionSheet(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateCollectionSheet(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)