trait
PiezometerDao extends AnyRef
Abstract Value Members
-
abstract
def
delete(id: Int, code: String): Int
-
abstract
def
deleteData(id: Int, code: String): Int
-
abstract
def
find(id: Int): Option[Piezometer]
-
abstract
def
find(bss: String): Option[Piezometer]
-
abstract
def
getAll(piezometerIds: Seq[Int]): Seq[Piezometer]
-
abstract
def
getAll(queryParams: Option[GetAllQueryParams] = None): Seq[Piezometer]
-
abstract
def
getAllCodes(): Seq[PiezometerCode]
-
abstract
def
getAllWithGeoOutput(): Seq[PiezometerGeo]
-
abstract
def
getByWaterShed(waterShedCode: Double): Seq[Piezometer]
-
abstract
def
haveAdditionalData(bssCode: String): Int
-
abstract
def
haveMin(bssCode: String): Int
-
abstract
def
haveSample(bssCode: String): Int
-
abstract
def
insert(piezometer: PiezometerInput): Option[(Int, Double)]
-
abstract
def
setExecutionId(id: Int, jobExecutionId: Int): Int
-
abstract
def
update(piezometer: PiezometerInput): Int
-
abstract
def
updateContact(user: String, id: Int, contactCode: Option[Int]): Int
-
abstract
def
updateLocalisation(user: String, id: Int, x: Double, y: Double, projection: Int): Int
Concrete 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
-
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