Package io.goobi.viewer.dao.update
Interface IModelUpdate
- All Known Implementing Classes:
AnnotationUpdate,CMSCategoryUpdate,CMSContentItemUpdate,CMSMediaUpdate,CMSPageUpdate,CMSRecordNoteUpdate,CommentGroupUpdate,GeoMapUpdate,LicenseTypeUpdate,MaintenanceModeUpdate,MiscUpdate,PageTemplageIdUpdate,RoleUpdate,SidebarWidgetUpdate,TranslationUpdate,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 TypeMethodDescriptionbooleanupdate(IDAO dao, CMSTemplateManager templateManager) update.
-
Method Details
-
update
update.
- Parameters:
dao- aIDAOobject.templateManager-- Returns:
- true if rows were updated; false otherwise
- Throws:
DAOException- if any.SQLException- if any.
-