Class MeetingWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.meeting.service.MeetingWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
MeetingWritePlatformService

public class MeetingWritePlatformServiceJpaRepositoryImpl extends Object implements MeetingWritePlatformService
  • Constructor Details

    • MeetingWritePlatformServiceJpaRepositoryImpl

      public MeetingWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • createMeeting

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createMeeting(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createMeeting in interface MeetingWritePlatformService
    • updateMeeting

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateMeeting(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateMeeting in interface MeetingWritePlatformService
    • deleteMeeting

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteMeeting(Long meetingId)
      Specified by:
      deleteMeeting in interface MeetingWritePlatformService
    • saveOrUpdateAttendance

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult saveOrUpdateAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      saveOrUpdateAttendance in interface MeetingWritePlatformService
    • updateCollectionSheetAttendance

      public void updateCollectionSheetAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateCollectionSheetAttendance in interface MeetingWritePlatformService