class
AdesWSUtil extends AnyRef
Instance Constructors
-
new
AdesWSUtil()(implicit logUtil: LogUtil, maxDataDao: MaxDataDao, WSClient: WSClient, JobLogUtil: JobLogUtil)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
ADES_URL_ENV: String
-
final
def
asInstanceOf[T0]: T0
-
def
callADES(url: String, bodyRequest: String, callType: String, bssCode: String, jobExecutionId: Long, startDate: Option[DateTime] = None, endDate: Option[DateTime] = None): Elem
-
def
callADESPiezoMeasures(code: String, bss: String, jobExecutionId: Long): (Int, NodeSeq)
-
def
callADESPiezoMeasuresMultiple(adesCodes: Seq[Bss], jobExecutionId: Long): Seq[(Int, Bss, NodeSeq)]
-
def
callADESQualitoSamplesMultiple(adesCode: Bss, jobExecutionId: Long, startDate: Option[DateTime]): (Bss, NodeSeq)
-
def
callADESQualityMeasures(code: String, bss: String, jobExecutionId: Long, startDate: DateTime, endDate: DateTime): Elem
-
def
callAdesQualitoSamplesRec(adesCode: Bss, jobExecutionId: Long, startDate: DateTime, current: NodeSeq): (Bss, NodeSeq)
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getAdesStationXML(bssCode: String, jobExecutionId: Long): Elem
-
def
getAdesStationsXML(bssCodes: Seq[Bss], jobExecutionId: Long): Elem
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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