@Service public class EventsServiceImpl extends Object implements EventsService
| Constructor and Description |
|---|
EventsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<EventImpl> |
getAllEvents(String campus,
String categoryId) |
List<EventImpl> |
getAllEventsByDateCurrent(String campus,
String categoryId,
Date dateCurrent) |
List<EventImpl> |
getAllEventsByDateFromTo(String campus,
String categoryId,
Date from,
Date to) |
List<EventImpl> |
getAllEventsByDateSpecific(String campus,
String categoryId,
String specific) |
List<CategoryImpl> |
getCategoriesByCampus(String campus) |
CategoryImpl |
getCategory(String campus,
String categoryId) |
EventsDao |
getDao() |
EventImpl |
getEvent(String campus,
String categoryId,
String eventId) |
String |
getEventJson(String eventId) |
void |
setDao(EventsDao dao) |
public EventsServiceImpl()
public EventImpl getEvent(String campus, String categoryId, String eventId)
getEvent in interface EventsServicepublic List<EventImpl> getAllEvents(String campus, String categoryId)
getAllEvents in interface EventsServicepublic List<CategoryImpl> getCategoriesByCampus(String campus)
getCategoriesByCampus in interface EventsServicepublic CategoryImpl getCategory(String campus, String categoryId)
getCategory in interface EventsServicepublic String getEventJson(String eventId)
getEventJson in interface EventsServicepublic List<EventImpl> getAllEventsByDateCurrent(String campus, String categoryId, Date dateCurrent)
getAllEventsByDateCurrent in interface EventsServicepublic List<EventImpl> getAllEventsByDateFromTo(String campus, String categoryId, Date from, Date to)
getAllEventsByDateFromTo in interface EventsServicepublic List<EventImpl> getAllEventsByDateSpecific(String campus, String categoryId, String specific)
getAllEventsByDateSpecific in interface EventsServiceCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.