@Controller @Scope(value="prototype") @RequestMapping(value="/event") public class EventInfoController extends Object
| 构造器和说明 |
|---|
EventInfoController() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
detail(String id) |
EventInfoCollection |
getEventInfoCollection() |
Object |
houseKeeping(Integer keepdays) |
Object |
list(String eventId,
String eventName,
Date start,
Date end,
String listenerClass,
String mdcValue,
String content,
Integer pageNo,
Integer pageSize,
String nodeId,
String nodeName,
String nodeGroup) |
void |
setEventInfoCollection(EventInfoCollection eventInfoCollection) |
public EventInfoCollection getEventInfoCollection()
public void setEventInfoCollection(EventInfoCollection eventInfoCollection)
@RequestMapping(value="/list",
method=GET)
@ResponseBody
public Object list(String eventId,
String eventName,
Date start,
Date end,
String listenerClass,
String mdcValue,
String content,
Integer pageNo,
Integer pageSize,
String nodeId,
String nodeName,
String nodeGroup)
Copyright © 2018 Jue Ming. All rights reserved.