Package io.goobi.viewer.dao.update
Class CMSPageUpdate
java.lang.Object
io.goobi.viewer.dao.update.CMSPageUpdate
- All Implemented Interfaces:
IModelUpdate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
update
(IDAO dao, CMSTemplateManager templateManager) update.
-
Constructor Details
-
CMSPageUpdate
public CMSPageUpdate()
-
-
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.
-