Package | Description |
---|---|
org.opennms.netmgt.utils | |
org.opennms.web.nodelabel |
Modifier and Type | Method and Description |
---|---|
NodeLabelJDBCImpl |
NodeLabelJDBCImpl.computeLabel(int nodeID)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabelJDBCImpl |
NodeLabel.computeLabel(int nodeID) |
NodeLabelJDBCImpl |
NodeLabelDaoImpl.computeLabel(int nodeID)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabelJDBCImpl |
NodeLabelJDBCImpl.computeLabel(int nodeID,
Connection dbConnection)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabelJDBCImpl |
NodeLabel.computeLabel(int nodeID,
Connection dbConnection) |
NodeLabelJDBCImpl |
NodeLabelDaoImpl.computeLabel(int nodeID,
Connection dbConnection)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabelJDBCImpl |
NodeLabelJDBCImpl.retrieveLabel(int nodeID)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
NodeLabelJDBCImpl |
NodeLabel.retrieveLabel(int nodeID) |
NodeLabelJDBCImpl |
NodeLabelDaoImpl.retrieveLabel(int nodeID)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
NodeLabelJDBCImpl |
NodeLabelJDBCImpl.retrieveLabel(int nodeID,
Connection dbConnection)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
NodeLabelJDBCImpl |
NodeLabel.retrieveLabel(int nodeID,
Connection dbConnection) |
NodeLabelJDBCImpl |
NodeLabelDaoImpl.retrieveLabel(int nodeID,
Connection dbConnection)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
Modifier and Type | Method and Description |
---|---|
void |
NodeLabelJDBCImpl.assignLabel(int nodeID,
NodeLabelJDBCImpl nodeLabel)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
void |
NodeLabel.assignLabel(int nodeID,
NodeLabelJDBCImpl nodeLabel) |
void |
NodeLabelDaoImpl.assignLabel(int nodeID,
NodeLabelJDBCImpl nodeLabel)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
void |
NodeLabelJDBCImpl.assignLabel(int nodeID,
NodeLabelJDBCImpl nodeLabel,
Connection dbConnection)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
void |
NodeLabel.assignLabel(int nodeID,
NodeLabelJDBCImpl nodeLabel,
Connection dbConnection) |
void |
NodeLabelDaoImpl.assignLabel(int nodeID,
NodeLabelJDBCImpl nodeLabel,
Connection dbConnection)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
Modifier and Type | Method and Description |
---|---|
protected void |
NodeLabelChangeServlet.sendLabelChangeEvent(int nodeId,
NodeLabelJDBCImpl oldNodeLabel,
NodeLabelJDBCImpl newNodeLabel)
sendLabelChangeEvent
|
Copyright © 2017. All rights reserved.