Package io.goobi.viewer.dao.update
Class GeoMapUpdate
java.lang.Object
io.goobi.viewer.dao.update.GeoMapUpdate
- All Implemented Interfaces:
IModelUpdate
Database migration step that converts the legacy flat GeoMap structure into the feature-set
model and migrates the
aggregate_results column to the search_scope field.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanupdate(IDAO dao, CMSTemplateManager templateManager) update.
-
Constructor Details
-
GeoMapUpdate
public GeoMapUpdate()
-
-
Method Details
-
update
public boolean update(IDAO dao, CMSTemplateManager templateManager) throws DAOException, SQLException Description copied from interface:IModelUpdateupdate.- Specified by:
updatein interfaceIModelUpdate- Parameters:
dao- aIDAOobject.templateManager- CMS template manager used during update- Returns:
- true if rows were updated; false otherwise
- Throws:
DAOException- if any.SQLException- if any.
-