Package | Description |
---|---|
org.opennms.netmgt.utils | |
org.opennms.web.nodelabel |
TODO: add package overview sentence here.
|
Modifier and Type | Method and Description |
---|---|
static NodeLabel |
NodeLabel.computeLabel(int nodeID)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
static NodeLabel |
NodeLabel.computeLabel(int nodeID,
Connection dbConnection)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
static NodeLabel |
NodeLabel.retrieveLabel(int nodeID)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
static NodeLabel |
NodeLabel.retrieveLabel(int nodeID,
Connection dbConnection)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
Modifier and Type | Method and Description |
---|---|
static void |
NodeLabel.assignLabel(int nodeID,
NodeLabel nodeLabel)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
static void |
NodeLabel.assignLabel(int nodeID,
NodeLabel 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,
NodeLabel oldNodeLabel,
NodeLabel newNodeLabel)
sendLabelChangeEvent
|
Copyright © 2015. All Rights Reserved.