Uses of Enum Class
com.raphaelsalles.backend.domain.service.importer.csv.LineStatus
Packages that use LineStatus
Package
Description
-
Uses of LineStatus in com.raphaelsalles.backend.domain.service.importer
Methods in com.raphaelsalles.backend.domain.service.importer with parameters of type LineStatusModifier and TypeMethodDescriptionvoidQuarantineService.sendToQuarantine(String[] cols, Map<String, Integer> map, LineStatus status, String fileName, int lineNum) Envia uma linha CSV para a quarentena (log de erro). -
Uses of LineStatus in com.raphaelsalles.backend.domain.service.importer.core
Methods in com.raphaelsalles.backend.domain.service.importer.core that return LineStatusModifier and TypeMethodDescriptionprivate LineStatusCvmImportService.validateLine(String[] cols, Map<String, Integer> map) -
Uses of LineStatus in com.raphaelsalles.backend.domain.service.importer.csv
Subclasses with type arguments of type LineStatus in com.raphaelsalles.backend.domain.service.importer.csvMethods in com.raphaelsalles.backend.domain.service.importer.csv that return LineStatusModifier and TypeMethodDescriptionstatic LineStatusReturns the enum constant of this class with the specified name.static LineStatus[]LineStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.