Search in sources :

Example 1 with CodeListBatchExportJob

use of org.openforis.collect.io.metadata.codelist.CodeListBatchExportJob in project collect by openforis.

the class CodeListsVM method batchExport.

@Command
public void batchExport() {
    batchExportJob = new CodeListBatchExportJob();
    batchExportJob.setJobManager(jobManager);
    batchExportJob.setCodeListManager(codeListManager);
    batchExportJob.setSurvey(survey);
    jobManager.start(batchExportJob);
    jobStatusPopUp = JobStatusPopUpVM.openPopUp(Labels.getLabel("survey.code_list.batch_export"), batchExportJob, true);
}
Also used : CodeListBatchExportJob(org.openforis.collect.io.metadata.codelist.CodeListBatchExportJob) GlobalCommand(org.zkoss.bind.annotation.GlobalCommand) Command(org.zkoss.bind.annotation.Command)

Aggregations

CodeListBatchExportJob (org.openforis.collect.io.metadata.codelist.CodeListBatchExportJob)1 Command (org.zkoss.bind.annotation.Command)1 GlobalCommand (org.zkoss.bind.annotation.GlobalCommand)1