Interface MeetingWritePlatformService

All Known Implementing Classes:
MeetingWritePlatformServiceJpaRepositoryImpl

public interface MeetingWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createMeeting(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteMeeting(Long meetingId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    saveOrUpdateAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    void
    updateCollectionSheetAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateMeeting(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createMeeting

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createMeeting(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateCollectionSheetAttendance

      void updateCollectionSheetAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateMeeting

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateMeeting(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteMeeting

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteMeeting(Long meetingId)
    • saveOrUpdateAttendance

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult saveOrUpdateAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)