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