Uses of Class
org.openforis.collect.manager.codelistimport.CodeListLine
-
Packages that use CodeListLine Package Description org.openforis.collect.io.metadata.codelist org.openforis.collect.manager.codelistimport -
-
Uses of CodeListLine in org.openforis.collect.io.metadata.codelist
Methods in org.openforis.collect.io.metadata.codelist with parameters of type CodeListLine Modifier and Type Method Description protected CodeListItemCodeListImportTask. processLevel(CodeListItem parent, CodeListLine line, int levelIdx, boolean lastLevel) -
Uses of CodeListLine in org.openforis.collect.manager.codelistimport
Methods in org.openforis.collect.manager.codelistimport that return CodeListLine Modifier and Type Method Description CodeListLineCodeListCSVReader.CodeListCSVLineParser. parse()Methods in org.openforis.collect.manager.codelistimport with parameters of type CodeListLine Modifier and Type Method Description protected voidCodeListImportProcess. addDifferentLabelError(CodeListLine line, int levelIdx, String lang)Deprecated.protected voidCodeListImportProcess. addDuplicateCodeError(CodeListLine line, int levelIdx)Deprecated.protected voidCodeListImportProcess. addEmptyCodeColumnError(CodeListLine line, int levelIdx)Deprecated.protected voidCodeListImportProcess. addMissingDefaultLanguageLabelError(CodeListLine line, int levelIdx)Deprecated.protected CodeListItemCodeListImportProcess. processLevel(CodeListItem parent, CodeListLine line, int levelIdx, boolean lastLevel)Deprecated.
-