Package io.goobi.viewer.dao.update
Interface IModelUpdate
- All Known Implementing Classes:
AnnotationUpdate
,CMSCategoryUpdate
,CMSContentItemUpdate
,CMSMediaUpdate
,CMSPageUpdate
,CMSRecordNoteUpdate
,CommentGroupUpdate
,GeoMapUpdate
,LicenseTypeUpdate
,PageTemplageIdUpdate
,SidebarWidgetUpdate
,UserUpdate
public interface IModelUpdate
Interface for classes which manipulate the database to conform to the setup required by the viewer
- Author:
- florian
-
Method Summary
Modifier and TypeMethodDescriptionboolean
update
(IDAO dao, CMSTemplateManager templateManager) update.
-
Method Details
-
update
update.
- Parameters:
dao
- aIDAO
object.templateManager
-- Returns:
- true if rows were updated; false otherwise
- Throws:
DAOException
- if any.SQLException
- if any.
-