@Repository public class EventsDaoImpl extends Object implements EventsDao, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
EventsDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvents(List<Event> newEvents) |
org.springframework.context.ApplicationContext |
getApplicationContext() |
List<Category> |
getCategories() |
String |
getCategoryMappingFile() |
String |
getCategoryMappingUrl() |
String |
getCategorySourceFile() |
String |
getCategorySourceUrl() |
List<Event> |
getEvents() |
DataMapperImpl |
getMapper() |
void |
initData(String campus) |
void |
initData(String campus,
String categoryId) |
void |
initData(String campus,
String categoryId,
String eventId) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setCategories(List<Category> categories) |
void |
setCategoryMappingFile(String categoryMappingFile) |
void |
setCategoryMappingUrl(String categoryMappingUrl) |
void |
setCategorySourceFile(String categorySourceFile) |
void |
setCategorySourceUrl(String categorySourceUrl) |
void |
setEvents(List<Event> events) |
void |
setMapper(DataMapperImpl mapper) |
public EventsDaoImpl()
public List<Category> getCategories()
getCategories in interface EventsDaopublic void setCategories(List<Category> categories)
categories - the categories to setpublic DataMapperImpl getMapper()
public void setMapper(DataMapperImpl mapper)
mapper - the mapper to setpublic String getCategorySourceFile()
public void setCategorySourceFile(String categorySourceFile)
public String getCategorySourceUrl()
public void setCategorySourceUrl(String categorySourceUrl)
public String getCategoryMappingFile()
public void setCategoryMappingFile(String categoryMappingFile)
public String getCategoryMappingUrl()
public void setCategoryMappingUrl(String categoryMappingUrl)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareCopyright © 2011–2014 The Kuali Foundation. All rights reserved.