Interface MeetingReadPlatformService
- All Known Implementing Classes:
MeetingReadPlatformServiceImpl
public interface MeetingReadPlatformService
-
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)
-
Method Details
-
retrieveMeeting
-
retrieveMeetingsByEntity
Collection<MeetingData> retrieveMeetingsByEntity(Long entityId, Integer entityTypeId, Integer limit) -
retrieveMeetingsByEntityByCalendarType
Collection<MeetingData> retrieveMeetingsByEntityByCalendarType(Long entityId, Integer entityTypeId, List<Integer> calendarTypeOptions) -
retrieveLastMeeting
-