Package io.goobi.viewer.dao.update
Class AnnotationUpdate
java.lang.Object
io.goobi.viewer.dao.update.AnnotationUpdate
- All Implemented Interfaces:
IModelUpdate
- Author:
- florian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
update
(IDAO dao, CMSTemplateManager templateManager) update.
-
Constructor Details
-
AnnotationUpdate
public AnnotationUpdate()
-
-
Method Details
-
update
public boolean update(IDAO dao, CMSTemplateManager templateManager) throws DAOException, SQLException Description copied from interface:IModelUpdate
update.
- Specified by:
update
in interfaceIModelUpdate
- Parameters:
dao
- aIDAO
object.- Returns:
- true if rows were updated; false otherwise
- Throws:
DAOException
- if any.SQLException
- if any.
-