Package org.opennms.netmgt.dao.api
Interface Tl1ConfigurationDao
-
- All Known Implementing Classes:
DefaultTl1ConfigurationDao
public interface Tl1ConfigurationDao
Tl1ConfigurationDao- Version:
- $Id: $
- Author:
- brozow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Tl1Element>
getElements()
getElementsvoid
update()
update
-
-
-
Method Detail
-
getElements
List<Tl1Element> getElements()
getElements
- Returns:
- a
List
object.
-
update
void update() throws org.springframework.dao.DataAccessResourceFailureException
update
- Throws:
org.springframework.dao.DataAccessResourceFailureException
- if any.
-
-