Uses of Record Class
com.bluebell.greenhouse.sol.models.dto.importers.position.ImportedPositionEntry
Packages that use ImportedPositionEntry
-
Uses of ImportedPositionEntry in com.bluebell.greenhouse.sol.parsers.position
Methods in com.bluebell.greenhouse.sol.parsers.position that return types with arguments of type ImportedPositionEntryModifier and TypeMethodDescriptiondefault ParsedDataDTO<ImportedPositionEntry> PositionParser.parsePositions(String delimiter, File file, Account account) Parses a file of positions into aParsedDataDTO.PositionParser.parsePositions(String delimiter, File file, Account account, ZoneId zoneId) Parses a file of positions into aParsedDataDTO. -
Uses of ImportedPositionEntry in com.bluebell.greenhouse.sol.parsers.position.impl
Subclasses with type arguments of type ImportedPositionEntry in com.bluebell.greenhouse.sol.parsers.position.implMethods in com.bluebell.greenhouse.sol.parsers.position.impl that return types with arguments of type ImportedPositionEntryModifier and TypeMethodDescriptionorg.javatuples.Pair<ImportedPositionEntry, FailedParsedResultEntry> PositionLineParser.parse(Map<String, Integer> headers, Map<String, Integer> optionalHeaders, List<String> dataTokens, String rawEntry, ZoneId zoneId, int sourceSequence) Parses a single line.CsvPositionParser.parsePositions(String delimiter, File file, Account account, ZoneId zoneId) Parses a file of positions into aParsedDataDTO.