class
ScenariosComparisonFileController extends AnyRef
Instance Constructors
-
new
ScenariosComparisonFileController()(implicit scenariosDao: ScenariosDao, scenariosResultDao: ScenariosResultDao, assolementDao: AssolementDao, matricesIndicateursDao: MatricesIndicateursDao, matricesIndicateursValuesDao: MatricesIndicateursValuesDao, referencialDao: ReferencialDao, exportCCEUtils: ExportCCEUtils, logUtil: LogUtil)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
buildDonneesBrutesSheetComparison(scenarios: Seq[Scenario], scenarioRef: Int, matrice: MatricesOutput, donneesBrutesSheet: Sheet, styleBold: CellStyle, indicateurs: Seq[Indicateur], mapZones: HashMap[Int, String], mapCultures: HashMap[Int, String], mapConduites: HashMap[Int, String]): Any
-
def
buildObjectifsSheetComparison(scenarios: Seq[Scenario], sheet: Sheet, styleBold: CellStyle, indicateurs: Seq[Indicateur], mapZones: HashMap[Int, String], mapCultures: HashMap[Int, String], mapConduites: HashMap[Int, String]): Unit
-
def
buildRotationsSheetComparison(scenarios: Seq[Scenario], idScenarioRef: Int, sheet: Sheet, styleBold: CellStyle, mapCultures: HashMap[Int, String]): Unit
-
def
buildValeursAgregeesSheetComparison(scenarios: Seq[Scenario], scenarioRef: Int, matrice: MatricesOutput, donneesBrutesSheet: Sheet, styleBold: CellStyle, workbook: XSSFWorkbook, indicateurs: Seq[Indicateur], mapZones: HashMap[Int, String], mapCultures: HashMap[Int, String], mapConduites: HashMap[Int, String]): Any
-
def
clone(): AnyRef
-
def
createRowHeaderDonneesBrutesComparison(row: Row, styleBold: CellStyle, indicateurs: Seq[Indicateur], matriceIndicators: Seq[MatricesIndicateurs], scenarios: Seq[Scenario]): Int
-
def
createRowHeaderObjectifsComparison(row: Row, styleBold: CellStyle): Unit
-
def
createRowHeaderRotationsComparison(row: Row, styleBold: CellStyle): Unit
-
def
createRowHeaderValeursAgregeesComparison(row: Row, styleBold: CellStyle, scenarios: Seq[Scenario]): Int
-
val
culturesTypes: HashMap[Int, String]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
modelDirectory: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
surfaceOptions: HashMap[Int, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
typeOptions: HashMap[Int, String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any