Searched refs:importType (Results 1 – 2 of 2) sorted by relevance
40 int importType = 0; in shouldIncludeInitialLog() local43 ImportLogBean initialLog = new ImportLogBean(currentDate, importType); in shouldIncludeInitialLog()46 … given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false); in shouldIncludeInitialLog()50 importManager.startImportProcess(importType, currentDate); in shouldIncludeInitialLog()59 int importType = 0; in shouldAlterFinalLog() local62 ImportLogBean finalLog = new ImportLogBean(currentDate, importType); in shouldAlterFinalLog()65 … given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false); in shouldAlterFinalLog()69 importManager.startImportProcess(importType, currentDate); in shouldAlterFinalLog()94 public void startImportProcess(int importType, Date date) {98 importLogBean = createResume(importType, date);[all …]
156 String importType = xpp.getAttributeValue(-1, "type"); in _getRuleBasedCollator() local159 path = "//ldml/collations/collation[@type=\"" + importType + "\"]/cr"; in _getRuleBasedCollator()