class SurveyController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SurveyController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SurveyController(surveyDao: SurveyDao, surveyParamsDao: SurveyParamsDao, surveyDataDao: SurveyDataDao, declarationInstallationDao: DeclarationInstallationDao, counterVolumeDao: CounterVolumeDao, installationDao: InstallationDao, managementUnitsDao: ManagementUnitsDao, logUtil: LogUtil)
- 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(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def changeAdminExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def controlSurveyDeclarations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def createSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteAdminExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def duplicateSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getActualConsumptionDuringSurveyPhasesSamplingPoint(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getActualUseOnSamplePointSurveys(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getBreakdownRequirementsSubManagementUnit(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDataExportFullSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getForecastSurveyDemandBySamplingPoint(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getForecastUGE(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getSummarySurveys(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getSurveys(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getSurveysWithStats(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idUgeAndYear: Reads[(Int, Int)]
- val idUserDateReads: Reads[(Int, String, Option[DateTime])]
- val idsRead: Reads[(Long, Long)]
- 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 paramsRead: Reads[(String, Int, Seq[SurveyParam])]
- def recalculateVolumesPreviSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val surveyWithUser: Reads[(String, SurveyWithLinks)]
- val surveyWithUserAndId: Reads[(String, Int, SurveyWithLinks)]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateSurveyParams(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def validateAuthorizedVolumesSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- 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)