class
ScenariosResultFileController extends AnyRef
Instance Constructors
-
new
ScenariosResultFileController()(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
buildDescriptifSheet(scenarios: Seq[Scenario], sheet: Sheet, styleBold: CellStyle): Unit
-
def
buildDonneesBrutesSheet(scenario: Scenario, matrice: MatricesOutput, donneesBrutesSheet: Sheet, styleBold: CellStyle, indicateurs: Seq[Indicateur], mapZones: HashMap[Int, String], mapCultures: HashMap[Int, String], mapConduites: HashMap[Int, String]): Any
-
def
buildObjectifsSheet(scenario: Scenario, sheet: Sheet, styleBold: CellStyle, indicateurs: Seq[Indicateur], mapZones: HashMap[Int, String], mapCultures: HashMap[Int, String], mapConduites: HashMap[Int, String]): Unit
-
def
buildRotationsSheet(scenario: Scenario, sheet: Sheet, styleBold: CellStyle, mapCultures: HashMap[Int, String]): Seq[Unit]
-
def
buildValeursAgregeesSheet(scenario: Scenario, matrice: MatricesOutput, donneesBrutesSheet: Sheet, styleBold: CellStyle, workbook: XSSFWorkbook, indicateurs: Seq[Indicateur], mapZones: HashMap[Int, String], mapCultures: HashMap[Int, String], mapConduites: HashMap[Int, String]): ListBuffer[Unit]
-
def
clone(): AnyRef
-
def
createRowHeaderDescriptif(row: Row, styleBold: CellStyle, scenarioType: Int): Int
-
def
createRowHeaderDonneesBrutes(row: Row, styleBold: CellStyle, indicateurs: Seq[Indicateur], matriceIndicators: Seq[MatricesIndicateurs], light: Boolean): Int
-
def
createRowHeaderObjectifs(row: Row, styleBold: CellStyle): Unit
-
def
createRowHeaderRotations(row: Row, styleBold: CellStyle): Unit
-
def
createRowHeaderValeursAgregees(row: Row, styleBold: CellStyle, light: Boolean): Unit
-
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