Uses of Interface
com.hybris.backoffice.excel.importing.parser.ImportParameterParser
-
Packages that use ImportParameterParser Package Description com.hybris.backoffice.excel.importing.parser -
-
Uses of ImportParameterParser in com.hybris.backoffice.excel.importing.parser
Classes in com.hybris.backoffice.excel.importing.parser that implement ImportParameterParser Modifier and Type Class Description classDefaultImportParameterParserclassRangeParserImplementation ofImportParameterParserwhich allows to parse default values for classification' rangesMethods in com.hybris.backoffice.excel.importing.parser that return ImportParameterParser Modifier and Type Method Description ImportParameterParserDefaultParserRegistry. getParser(java.lang.String referenceFormat)ReturnsImportParameterParserfor given referenceFormat.ImportParameterParserParserRegistry. getParser(java.lang.String referenceFormat)ReturnsImportParameterParserfor given referenceFormat.Method parameters in com.hybris.backoffice.excel.importing.parser with type arguments of type ImportParameterParser Modifier and Type Method Description voidDefaultParserRegistry. setParsers(java.util.List<ImportParameterParser> parsers)
-