@Service public class EventsServiceImpl extends Object implements EventsService
| Constructor and Description |
|---|
EventsServiceImpl() |
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 List<EventImpl> getEventsByDateRange(String campus, String fromDate, String toDate, String categoryId)
@Deprecated public List<EventImpl> getEventsForDateRange(String fromDateStr, String toDateStr)
getEventsForDateRange in interface EventsServicepublic List<EventImpl> getAllEvents()
public List<EventImpl> getEventsForCurrentDate(String date)
getEventsForCurrentDate in interface EventsServicepublic String getNextDay(String currentDate)
public String getPreviousDay(String currentDate)
public CategoryImpl getCategory(String campus, String categoryId)
getCategory in interface EventsServicepublic String getEventJson(String eventId)
getEventJson in interface EventsService@Deprecated public List<EventImpl> getAllEventsByDateCurrent(String campus, String categoryId, Date dateCurrent)
getAllEventsByDateCurrent in interface EventsService@Deprecated public List<EventImpl> getAllEventsByDateFromTo(String campus, String categoryId, Date from, Date to)
getAllEventsByDateFromTo in interface EventsService@Deprecated public List<EventImpl> getAllEventsByDateSpecific(String campus, String categoryId, String specific)
getAllEventsByDateSpecific in interface EventsServiceCopyright © 2011–2014 The Kuali Foundation. All rights reserved.