Package | Description |
---|---|
com.serotonin.mango.web.dwr | |
com.serotonin.mango.web.dwr.beans | |
com.serotonin.mango.web.dwr.longPoll |
Modifier and Type | Method and Description |
---|---|
WatchListState |
WatchListDwr.addToWatchList(int pointId) |
private WatchListState |
WatchListDwr.createWatchListState(javax.servlet.http.HttpServletRequest request,
DataPointVO pointVO,
RuntimeManager rtm,
java.util.Map<java.lang.String,java.lang.Object> model,
User user)
Convenience method for creating a populated view state.
|
WatchListState |
DataPointDetailsDwr.getPointData() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WatchListState> |
WatchListDwr.getPointData()
Retrieves point state for all points on the current watch list.
|
private java.util.List<WatchListState> |
WatchListDwr.getPointDataImpl(WatchList watchList) |
Modifier and Type | Method and Description |
---|---|
private void |
WatchListDwr.setImageText(javax.servlet.http.HttpServletRequest request,
WatchListState state,
DataPointVO pointVO,
java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
protected void |
BaseDwr.setPrettyText(WatchListState state,
DataPointVO pointVO,
java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
Modifier and Type | Method and Description |
---|---|
WatchListState |
WatchListState.clone() |
Modifier and Type | Method and Description |
---|---|
void |
WatchListState.removeEqualValue(WatchListState that) |
Modifier and Type | Field and Description |
---|---|
private WatchListState |
LongPollState.pointDetailsState |
Modifier and Type | Field and Description |
---|---|
private java.util.List<WatchListState> |
LongPollState.watchListStates |
Modifier and Type | Method and Description |
---|---|
WatchListState |
LongPollState.getPointDetailsState() |
WatchListState |
LongPollState.getWatchListState(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WatchListState> |
LongPollState.getWatchListStates() |
Modifier and Type | Method and Description |
---|---|
void |
LongPollState.setPointDetailsState(WatchListState pointDetailsState) |
Modifier and Type | Method and Description |
---|---|
void |
LongPollState.setWatchListStates(java.util.List<WatchListState> watchListStates) |