class
AnormOperationDao extends OperationDao
Instance Constructors
-
new
AnormOperationDao(database: Database, logUtil: LogUtil)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
findByDate(start: DateTime, qualitometerId: Double, pointId: Option[Double], producer: Option[Double], support: Option[Double]): Option[Operation]
-
def
getAllFor(id: Double): Seq[Operation]
-
final
def
getClass(): Class[_]
-
def
getLastDate(id: Double): Option[DateTime]
-
def
getLastOperation(bssCode2: String): Option[Operation]
-
def
hashCode(): Int
-
def
insert(operation: Operation, jobExecutionId: Option[Long]): Option[Double]
-
final
def
isInstanceOf[T0]: Boolean
-
def
majInfoPrincipal(codeBss2: String, numprelev: Double): (Int, Int)
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
purgeAll(code2: String, qualitometerId: Double): Unit
-
def
purgeData(code: String, qualitometerId: Double, beginDate: DateTime, endDate: DateTime): Unit
-
def
purgeData(code: String, qualitometerId: Double, beginDate: DateTime): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
update(field: String, value: Any, id: Double): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any