public interface ConferenceService
Modifier and Type | Method and Description |
---|---|
List<Attendee> |
findAllAttendees(char start,
char end) |
List<ContentBlock> |
findAllContentBlocks() |
List<MenuItem> |
findAllMenuItems(String lang) |
List<Session> |
findAllSessions(String date) |
Attendee |
findAttendeeById(String id) |
List<ContentBlock> |
findFeaturedSpeakers() |
Session |
findSessionById(String id) |
String |
getFromEmailAddress() |
String |
getToEmailAddress() |
List<ContentBlock> findAllContentBlocks()
List<ContentBlock> findFeaturedSpeakers()
List<Attendee> findAllAttendees(char start, char end)
List<Session> findAllSessions(String date)
Attendee findAttendeeById(String id)
Session findSessionById(String id)
String getToEmailAddress()
String getFromEmailAddress()
List<MenuItem> findAllMenuItems(String lang)
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.