se.cambio.cds.model.elementdefinition.dao
Class SQLGenericElementDAO
java.lang.Object
se.cambio.cds.model.elementdefinition.dao.SQLGenericElementDAO
- All Implemented Interfaces:
- GenericElementDAO
public class SQLGenericElementDAO
- extends Object
- implements GenericElementDAO
- Author:
- iago.corbal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLGenericElementDAO
public SQLGenericElementDAO()
throws InternalErrorException
- Throws:
InternalErrorException
search
public ElementDTO search(Integer idElement)
throws InternalErrorException,
ModelException
- Specified by:
search
in interface GenericElementDAO
- Throws:
InternalErrorException
ModelException
searchAll
public Collection<ElementDTO> searchAll()
throws InternalErrorException,
ModelException
- Specified by:
searchAll
in interface GenericElementDAO
- Throws:
InternalErrorException
ModelException
add
public ElementDTO add(ElementDTO elementDTO)
throws InternalErrorException,
ModelException
- Specified by:
add
in interface GenericElementDAO
- Throws:
InternalErrorException
ModelException
remove
public void remove(Integer idElement)
throws InternalErrorException,
ModelException
- Specified by:
remove
in interface GenericElementDAO
- Throws:
InternalErrorException
ModelException
Copyright © 2013 Cambio. All Rights Reserved.