class
ExcelBuilder extends AnyRef
Instance Constructors
-
new
ExcelBuilder()(implicit logUtil: LogUtil, environment: Environment, stationAltimetrySystemDao: StationAltimetrySystemDao, stationLandmarkDao: StationLandmarkDao, analysisExcelDao: AnalysisExcelDao, pluvioChronicDao: PluvioChronicDao, HydroChronicDao: HydroChronicDao, piezometerMeasureDao: PiezometerMeasureDao)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
buildDocument(stationId: Double, stationType: String, mapOfBookmarks: MapOfBookmarks, model: String, outputFilename: String, extension: String): Array[Byte]
-
def
buildResearchDocument(exportData: ModelResearchExportInput, searchAnalysisResult: Seq[Seq[ExportedData]], stationsInfos: Seq[Seq[ExportedData]], selection: Seq[Seq[ExportedData]], threshold: Seq[Seq[ExportedData]])(implicit environment: Environment): Array[Byte]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getStartDateAnalysis(cellContent: String): DateTime
-
def
getValueAnalyses(analyses: String, indice: Int): Seq[String]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
manageTabBookmark(currentCell: Cell, cellStyle: CellStyle, cellContent: String, stationType: String, stationId: Double, mapOfBookmarks: MapOfBookmarks): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
val
notImplementedKeys: Seq[String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
setAnalysesInExcel(currentCell: Cell, analyses: Seq[AnalysisExcel], cellStyle: CellStyle): Unit
-
def
setMeasures(currentCell: Cell, cellStyle: CellStyle, stationId: Int, stationType: String, dataType: Int = 1, group: Option[String] = None, displayCote: Option[Int] = None, startDate: Option[DateTime] = None, endDate: Option[DateTime] = None, validOnly: Option[Boolean] = None): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): 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