Interface MeetingWritePlatformService
- All Known Implementing Classes:
MeetingWritePlatformServiceJpaRepositoryImpl
public interface MeetingWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateMeeting(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteMeeting(Long meetingId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultsaveOrUpdateAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command) voidupdateCollectionSheetAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateMeeting(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
-
saveOrUpdateAttendance
org.apache.fineract.infrastructure.core.data.CommandProcessingResult saveOrUpdateAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-