Uses of Interface
de.xima.fc.project.api.update.bulk.IProjectRecordsBulkUpdateResult
- 
Packages that use IProjectRecordsBulkUpdateResult Package Description de.xima.fc.dao.impl de.xima.fc.dao.impl.updater de.xima.fc.dao.interfaces  - 
- 
Uses of IProjectRecordsBulkUpdateResult in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return IProjectRecordsBulkUpdateResult Modifier and Type Method Description IProjectRecordsBulkUpdateResultProjektDao. updateProjectRecords(IEntityContext ec, IProjectRecordsParameters parameter) - 
Uses of IProjectRecordsBulkUpdateResult in de.xima.fc.dao.impl.updater
Methods in de.xima.fc.dao.impl.updater that return IProjectRecordsBulkUpdateResult Modifier and Type Method Description IProjectRecordsBulkUpdateResultProjectRecordsBulkUpdater. perform()Perform the bulk update. - 
Uses of IProjectRecordsBulkUpdateResult in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return IProjectRecordsBulkUpdateResult Modifier and Type Method Description IProjectRecordsBulkUpdateResultIProjektDao. updateProjectRecords(IEntityContext ec, IProjectRecordsParameters parameter)Performs a bulk update of form records based on the given project. 
 -