@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 EventsService
public List<EventImpl> getAllEvents(String campus, String categoryId)
getAllEvents
in interface EventsService
public List<CategoryImpl> getCategoriesByCampus(String campus)
getCategoriesByCampus
in interface EventsService
public List<EventImpl> getEventsByDateRange(String campus, String fromDate, String toDate, String categoryId)
@Deprecated public List<EventImpl> getEventsForDateRange(String fromDateStr, String toDateStr)
getEventsForDateRange
in interface EventsService
public List<EventImpl> getAllEvents()
public List<EventImpl> getEventsForCurrentDate(String date)
getEventsForCurrentDate
in interface EventsService
public String getNextDay(String currentDate)
public String getPreviousDay(String currentDate)
public CategoryImpl getCategory(String campus, String categoryId)
getCategory
in interface EventsService
public 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 EventsService
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.