@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 EventsService
public List<EventImpl> getAllEvents(String campus, String categoryId)
getAllEvents
in interface EventsService
public List<CategoryImpl> getCategoriesByCampus(String campus)
getCategoriesByCampus
in interface EventsService
public CategoryImpl getCategory(String campus, String categoryId)
getCategory
in interface EventsService
public String getEventJson(String eventId)
getEventJson
in interface EventsService
public List<EventImpl> getAllEventsByDateCurrent(String campus, String categoryId, Date dateCurrent)
getAllEventsByDateCurrent
in interface EventsService
public List<EventImpl> getAllEventsByDateFromTo(String campus, String categoryId, Date from, Date to)
getAllEventsByDateFromTo
in interface EventsService
public List<EventImpl> getAllEventsByDateSpecific(String campus, String categoryId, String specific)
getAllEventsByDateSpecific
in interface EventsService
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.