Class MeetingReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.meeting.service.MeetingReadPlatformServiceImpl
- All Implemented Interfaces:
MeetingReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveLastMeeting(Long calendarInstanceId) retrieveMeeting(Long meetingId, Long entityId, Integer entityTypeId) retrieveMeetingsByEntity(Long entityId, Integer entityTypeId, Integer limit) retrieveMeetingsByEntityByCalendarType(Long entityId, Integer entityTypeId, List<Integer> calendarTypeOptions)
-
Constructor Details
-
MeetingReadPlatformServiceImpl
public MeetingReadPlatformServiceImpl()
-
-
Method Details
-
retrieveMeeting
- Specified by:
retrieveMeetingin interfaceMeetingReadPlatformService
-
retrieveMeetingsByEntity
public Collection<MeetingData> retrieveMeetingsByEntity(Long entityId, Integer entityTypeId, Integer limit) - Specified by:
retrieveMeetingsByEntityin interfaceMeetingReadPlatformService
-
retrieveMeetingsByEntityByCalendarType
public Collection<MeetingData> retrieveMeetingsByEntityByCalendarType(Long entityId, Integer entityTypeId, List<Integer> calendarTypeOptions) - Specified by:
retrieveMeetingsByEntityByCalendarTypein interfaceMeetingReadPlatformService
-
retrieveLastMeeting
- Specified by:
retrieveLastMeetingin interfaceMeetingReadPlatformService
-