Package | Description |
---|---|
org.opennms.netmgt.utils | |
org.opennms.web.nodelabel |
Modifier and Type | Class and Description |
---|---|
class |
NodeLabelDaoImpl
This class contains convenience functions for retrieving and modifying the
label associated with a managed node.
|
class |
NodeLabelJDBCImpl
This class contains convenience functions for retrieving and modifying the
label associated with a managed node.
|
Modifier and Type | Method and Description |
---|---|
NodeLabel |
NodeLabelJDBCImpl.computeLabel(int nodeID)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabel |
NodeLabelDaoImpl.computeLabel(int nodeID)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabel |
NodeLabel.computeLabel(int nodeID) |
NodeLabel |
NodeLabelJDBCImpl.computeLabel(int nodeID,
Connection dbConnection)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabel |
NodeLabelDaoImpl.computeLabel(int nodeID,
Connection dbConnection)
Deprecated.
Update this to use modern DAO methods instead of raw SQL
|
NodeLabel |
NodeLabel.computeLabel(int nodeID,
Connection dbConnection) |
static NodeLabel |
NodeLabelJDBCImpl.getInstance() |
static NodeLabel |
NodeLabelDaoImpl.getInstance() |
NodeLabel |
NodeLabelJDBCImpl.retrieveLabel(int nodeID)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
NodeLabel |
NodeLabelDaoImpl.retrieveLabel(int nodeID)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
NodeLabel |
NodeLabel.retrieveLabel(int nodeID) |
NodeLabel |
NodeLabelJDBCImpl.retrieveLabel(int nodeID,
Connection dbConnection)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
NodeLabel |
NodeLabelDaoImpl.retrieveLabel(int nodeID,
Connection dbConnection)
Deprecated.
Use a
NodeDao#load(Integer) method call instead |
NodeLabel |
NodeLabel.retrieveLabel(int nodeID,
Connection dbConnection) |
Modifier and Type | Method and Description |
---|---|
void |
NodeLabelJDBCImpl.assignLabel(int nodeID,
NodeLabel nodeLabel)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
void |
NodeLabelDaoImpl.assignLabel(int nodeID,
NodeLabel nodeLabel)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
void |
NodeLabel.assignLabel(int nodeID,
NodeLabel nodeLabel) |
void |
NodeLabelJDBCImpl.assignLabel(int nodeID,
NodeLabel nodeLabel,
Connection dbConnection)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
void |
NodeLabelDaoImpl.assignLabel(int nodeID,
NodeLabel nodeLabel,
Connection dbConnection)
Deprecated.
Use a
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead |
void |
NodeLabel.assignLabel(int nodeID,
NodeLabel nodeLabel,
Connection dbConnection) |
Modifier and Type | Method and Description |
---|---|
protected void |
NodeLabelChangeServlet.sendLabelChangeEvent(int nodeId,
NodeLabel oldNodeLabel,
NodeLabel newNodeLabel)
sendLabelChangeEvent
|
Copyright © 2015. All rights reserved.