Package de.xima.fc.dao.impl.updater
Class ProjectRecordsBulkUpdater
- java.lang.Object
-
- de.xima.fc.dao.impl.updater.ProjectRecordsBulkUpdater
-
public class ProjectRecordsBulkUpdater extends Object
Bulk updater for form records based on there project.
-
-
Constructor Summary
Constructors Constructor Description ProjectRecordsBulkUpdater(IEntityContext ec, IProjectRecordsParameters params)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IProjectRecordsBulkUpdateResult
perform()
Perform the bulk update.
-
-
-
Constructor Detail
-
ProjectRecordsBulkUpdater
public ProjectRecordsBulkUpdater(IEntityContext ec, IProjectRecordsParameters params)
Constructor.- Parameters:
ec
- Entity context.params
- Parameters.
-
-
Method Detail
-
perform
public IProjectRecordsBulkUpdateResult perform() throws Exception
Perform the bulk update.- Returns:
- Result of the bulk update.
- Throws:
Exception
- If an error occurs.
-
-