class SurveyDataDao extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SurveyDataDao
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SurveyDataDao()(implicit database: Database, parSurveyDao: PARSurveyDao, surveyEventsDao: SurveyEventsDao, declarationInstallationDao: DeclarationInstallationDao, installationDao: InstallationDao, managementUnitsDao: ManagementUnitsDao, agriMatChronicleDao: AgriMatChronicleDao, updatedMaterialDao: UpdatedMaterialDao, variousSituationDao: VariousSituationDao, parEventDao: PAREventDao)
- Annotations
- @Inject()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def calcSurveyExploitationConsumption(idSurvey: Long, idExploitation: Long, user: String): Seq[RecapVolumePointSurvey]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def deleteSurvey(idSurvey: Long): Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getActualConsumptionSurveys(idSurvey: Long): Seq[ActualConsumptionSurvey]
- def getActualUseSurveys(idSurvey: Long): Seq[ActualUseSurvey]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCounterVolumeM3ByExploitAndSurveyWC(idSurvey: Long, idExploitation: Long, idSamplingPoint: Int, startDate: Option[DateTime] = None, endDate: Option[DateTime] = None)(implicit c: Connection): Seq[(Int, Option[Double])]
- def getDataExportFullSurvey(idSurvey: Int): Seq[DeclarationExportFull]
- def getSurveyBreakdown(idSurvey: Long): Seq[BreakdownSurvey]
- def getSurveyForecast(idSurvey: Seq[Int]): Seq[ForecastSurvey]
- def getUgeForecast(idUge: Int, year: Int): Seq[ForecastSurvey]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val pourcent: String
- def recalculateVolumesSurvey(idSurvey: Long, user: String): Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validateAuthorizedVolumesSurvey(idSurvey: Long, user: String, date: Option[DateTime] = None): Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)