Modifier and Type | Method and Description |
---|---|
private void |
MangoDaoImpl.checkValidStringWriteCommand(DataPointVO dataPointVO,
ItemStringValue itemValue) |
private void |
MangoDaoImpl.checkValidWritableDataPoint(DataPointVO dataPointVO) |
private void |
MangoDaoImpl.checkValidWriteCommand(DataPointVO dataPointVO,
ItemValue itemValue) |
private boolean |
MangoDaoImpl.isValidDataPoint(DataPointVO dataPointVO) |
private ItemValue |
MangoDaoImpl.toItemValue(DataPointVO dataPointVO) |
private void |
MangoDaoImpl.validate(DataPointVO dataPoint,
com.serotonin.web.dwr.DwrResponseI18n response) |
Modifier and Type | Method and Description |
---|---|
void |
EventDetectorTemplateRT.applyTemplate(DataPointVO datapointVO) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPointVO> |
ScriptsDwr.getPoints() |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
DataPointDao.EventDetectorRowMapper.dp |
private DataPointVO |
ReportDao.PointInfo.point |
Modifier and Type | Method and Description |
---|---|
DataPointVO |
DataPointDao.getDataPoint(int id) |
DataPointVO |
DataPointDao.getDataPoint(java.lang.String xid) |
DataPointVO |
ReportDao.PointInfo.getPoint() |
DataPointVO |
DataPointDao.DataPointRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPointVO> |
DataPointDao.getDataPoints(java.util.Comparator<DataPointVO> comparator,
boolean includeRelationalData) |
java.util.List<DataPointVO> |
DataPointDao.getDataPoints(int dataSourceId,
java.util.Comparator<DataPointVO> comparator) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<PointEventDetectorVO> |
DataPointDao.getEventDetectors(DataPointVO dp) |
(package private) void |
DataPointDao.insertDataPoint(DataPointVO dp) |
void |
DataPointDao.saveDataPoint(DataPointVO dp) |
private void |
DataPointDao.saveEventDetectors(DataPointVO dp) |
private void |
DataPointDao.setEventDetectors(DataPointVO dp) |
private void |
DataPointDao.setPointComments(DataPointVO dp) |
private void |
DataPointDao.setRelationalData(DataPointVO dp) |
(package private) void |
DataPointDao.updateDataPoint(DataPointVO dp) |
void |
DataPointDao.updateDataPointShallow(DataPointVO dp) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPointVO> |
DataPointDao.getDataPoints(java.util.Comparator<DataPointVO> comparator,
boolean includeRelationalData) |
java.util.List<DataPointVO> |
DataPointDao.getDataPoints(int dataSourceId,
java.util.Comparator<DataPointVO> comparator) |
private void |
DataPointDao.setRelationalData(java.util.List<DataPointVO> dps) |
Constructor and Description |
---|
EventDetectorRowMapper(DataPointVO dp) |
PointInfo(DataPointVO point,
java.lang.String colour,
boolean consolidatedChart) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManager.deleteDataPoint(DataPointVO point) |
void |
RuntimeManager.saveDataPoint(DataPointVO point) |
private void |
RuntimeManager.startDataPoint(DataPointVO vo) |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
DataPointRT.vo |
Modifier and Type | Method and Description |
---|---|
DataPointVO |
DataPointRT.getVO() |
Constructor and Description |
---|
DataPointRT(DataPointVO vo,
PointLocatorRT pointLocator) |
Modifier and Type | Method and Description |
---|---|
private DataPointVO |
PersistentDataSourceRT.ConnectionHandler.unserialize(byte[] serializedData) |
Modifier and Type | Method and Description |
---|---|
private void |
PersistentDataSourceRT.ConnectionHandler.updatePoint(DataPointVO oldDpvo,
DataPointVO newDpvo) |
Modifier and Type | Method and Description |
---|---|
private long |
DataPurge.purgePoint(DataPointVO dataPoint) |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
SetPointWorkItem.targetVo |
Modifier and Type | Method and Description |
---|---|
private void |
PersistentSenderRT.updatePublishedPointVO(PersistentPointVO ppvo,
DataPointVO dpvo) |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
PointView.dataPoint
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataPointVO |
View.findDataPoint(java.lang.String viewComponentId) |
DataPointVO |
PointView.getDataPoint()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PointView.setDataPoint(DataPointVO dataPoint)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TableChartRenderer.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
DataPointVO point) |
void |
ChartRenderer.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
DataPointVO point) |
void |
ImageChartRenderer.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
DataPointVO point) |
void |
StatisticsChartRenderer.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
DataPointVO point) |
void |
ImageFlipbookRenderer.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
DataPointVO point) |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
PointComponent.dataPoint |
Modifier and Type | Method and Description |
---|---|
protected DataPointVO |
ViewComponent.readDataPoint(java.io.ObjectInputStream in) |
DataPointVO |
PointComponent.tgetDataPoint() |
Modifier and Type | Method and Description |
---|---|
void |
CompoundComponent.setDataPoint(java.lang.String childId,
DataPointVO dataPoint) |
void |
PointComponent.tsetDataPoint(DataPointVO dataPoint) |
protected void |
ViewComponent.writeDataPoint(java.io.ObjectOutputStream out,
DataPointVO dataPoint) |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
CustomViewPoint.dataPointVO |
private DataPointVO |
CustomViewChartPoint.dataPointVO |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DataPointVO> |
CustomView.pointCache |
Modifier and Type | Method and Description |
---|---|
DataPointVO |
CustomViewChartPoint.getDataPointVO() |
DataPointVO |
CustomView.getPoint(java.lang.String xid) |
Modifier and Type | Method and Description |
---|---|
int |
CustomView.addPoint(DataPointVO dataPointVO,
boolean raw,
java.lang.String disabledValue,
boolean time) |
Constructor and Description |
---|
CustomViewChartPoint(DataPointVO dataPointVO,
java.lang.String color) |
CustomViewPoint(int id,
DataPointVO dataPointVO,
boolean raw,
java.lang.String disabledValue,
boolean time) |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
User.editPoint |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DataPointVO> |
WatchList.pointList |
Modifier and Type | Method and Description |
---|---|
DataPointVO |
DataPointVO.copy() |
DataPointVO |
User.getEditPoint() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPointVO> |
WatchList.getPointList() |
Modifier and Type | Method and Description |
---|---|
void |
DataPointVO.addPropertyChanges(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
DataPointVO from) |
int |
DataPointExtendedNameComparator.compare(DataPointVO dp1,
DataPointVO dp2) |
int |
DataPointNameComparator.compare(DataPointVO dp1,
DataPointVO dp2) |
void |
User.setEditPoint(DataPointVO editPoint) |
Modifier and Type | Method and Description |
---|---|
void |
DataPointSaveHandler.handleSave(DataPointVO point) |
Modifier and Type | Method and Description |
---|---|
void |
EBI25PointSaveHandler.handleSave(DataPointVO point) |
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
PointEventDetectorVO.dataPoint |
Modifier and Type | Method and Description |
---|---|
DataPointVO |
PointEventDetectorVO.njbGetDataPoint() |
Modifier and Type | Method and Description |
---|---|
void |
PointEventDetectorVO.njbSetDataPoint(DataPointVO dataPoint) |
Modifier and Type | Method and Description |
---|---|
static void |
Permissions.ensureDataPointReadPermission(User user,
DataPointVO point) |
static void |
Permissions.ensureDataPointSetPermission(User user,
DataPointVO point) |
static int |
Permissions.getDataPointAccessType(User user,
DataPointVO point) |
static boolean |
Permissions.hasDataPointReadPermission(User user,
DataPointVO point) |
static boolean |
Permissions.hasDataPointSetPermission(User user,
DataPointVO point) |
Modifier and Type | Method and Description |
---|---|
int |
DataPointComparator.compare(DataPointVO dp1,
DataPointVO dp2) |
Modifier and Type | Method and Description |
---|---|
DataPointVO |
DataSourceEditDwr.addBacnetPoint(java.lang.String ip,
int port,
int networkNumber,
java.lang.String networkAddress,
int deviceInstanceNumber,
BACnetObjectBean bean) |
DataPointVO |
DataSourceEditDwr.addMBusPoint(java.lang.String addressing,
int deviceIndex,
int rsIndex,
int dbIndex) |
DataPointVO |
DataSourceEditDwr.addOneWirePoint(java.lang.String address) |
DataPointVO |
DataSourceEditDwr.addOpenV4JPoint(java.lang.String openV4JEnumName) |
private DataPointVO |
DataPointEditDwr.getDataPoint() |
private DataPointVO |
DataPointDetailsDwr.getDataPointVO() |
DataPointVO |
DataSourceEditDwr.getPoint(int pointId) |
private DataPointVO |
DataSourceEditDwr.getPoint(int pointId,
DataPointDefaulter defaulter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPointVO> |
DataSourceEditDwr.deletePoint(int id) |
java.util.List<DataPointVO> |
DataSourceEditDwr.enableAllPoints() |
java.util.List<DataPointVO> |
DataSourceEditDwr.getPoints() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected PointValueTime |
BaseDwr.prepareBasePointState(java.lang.String componentId,
BasePointState state,
DataPointVO pointVO,
DataPointRT point,
java.util.Map<java.lang.String,java.lang.Object> model)
Base method for preparing information in a state object and returning a
point value.
|
protected void |
BaseDwr.setChange(DataPointVO pointVO,
BasePointState state,
DataPointRT point,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model) |
protected void |
BaseDwr.setChange(DataPointVO pointVO,
BasePointState state,
DataPointRT point,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model,
User user) |
protected void |
BaseDwr.setChart(DataPointVO point,
BasePointState state,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model) |
protected void |
BaseDwr.setEvents(DataPointVO pointVO,
User user,
java.util.Map<java.lang.String,java.lang.Object> model) |
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.setPointImpl(DataPointVO point,
java.lang.String valueStr,
SetPointSource source) |
protected void |
BaseDwr.setPrettyText(WatchListState state,
DataPointVO pointVO,
java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
private void |
WatchListDwr.updateSetPermission(DataPointVO point,
int access,
User owner) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
ViewDwr.createChartSrc(java.util.Date fromDate,
java.util.Date toDate,
java.util.List<DataPointVO> dataPoints,
int width,
int height) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DataPointVO> |
EBI25InterfaceReader.points |
Modifier and Type | Method and Description |
---|---|
private DataPointVO |
EBI25InterfaceReader.removeOrCreatePoint(java.util.List<DataPointVO> points,
EBI25LoggerInfo info,
int type,
int dsid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPointVO> |
EBI25InterfaceReader.getPoints() |
Modifier and Type | Method and Description |
---|---|
private PointEventDetectorVO |
EBI25InterfaceReader.findOrCreateLimitDetector(DataPointVO dp,
boolean high) |
void |
DataPointDefaulter.setDefaultValues(DataPointVO dp) |
Modifier and Type | Method and Description |
---|---|
private DataPointVO |
EBI25InterfaceReader.removeOrCreatePoint(java.util.List<DataPointVO> points,
EBI25LoggerInfo info,
int type,
int dsid) |
void |
EBI25InterfaceReader.setPoints(java.util.List<DataPointVO> points) |
Constructor and Description |
---|
DataPointBean(DataPointVO vo) |
Modifier and Type | Method and Description |
---|---|
private MobileWatchListState |
MobileWatchListController.createState(javax.servlet.http.HttpServletRequest request,
RuntimeManager rtm,
DataPointVO pointVO) |
Modifier and Type | Method and Description |
---|---|
int |
DataSourceListController.DataSourceComparator.compare(ListParent<DataSourceVO<?>,DataPointVO> o1,
ListParent<DataSourceVO<?>,DataPointVO> o2) |
int |
DataSourceListController.DataSourceComparator.compare(ListParent<DataSourceVO<?>,DataPointVO> o1,
ListParent<DataSourceVO<?>,DataPointVO> o2) |
private void |
DataSourceListController.sortData(java.util.ResourceBundle bundle,
java.util.List<ListParent<DataSourceVO<?>,DataPointVO>> data,
com.serotonin.web.util.PagingDataForm paging) |
Modifier and Type | Method and Description |
---|---|
protected DataPointVO |
ViewTagSupport.getDataPointVO(CustomView view,
java.lang.String xid) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Functions.getHtmlText(DataPointVO point,
PointValueTime pointValue) |
static java.lang.String |
Functions.getHtmlTextValue(DataPointVO point,
MangoValue value) |
private static java.lang.String |
Functions.getHtmlTextValue(DataPointVO point,
MangoValue value,
int hint) |
static java.lang.String |
Functions.getRawText(DataPointVO point,
PointValueTime pointValue) |
static java.lang.String |
Functions.getRenderedText(DataPointVO point,
PointValueTime pointValue) |
static java.lang.String |
Functions.getSpecificHtmlTextValue(DataPointVO point,
double value) |