c

controllers

SurveyController

class SurveyController extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SurveyController
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SurveyController(surveyDao: SurveyDao, surveyParamsDao: SurveyParamsDao, surveyDataDao: SurveyDataDao, declarationInstallationDao: DeclarationInstallationDao, counterVolumeDao: CounterVolumeDao, installationDao: InstallationDao, managementUnitsDao: ManagementUnitsDao, logUtil: LogUtil)
    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def calcSurveyExploitationConsumption(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  6. def changeAdminExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def controlSurveyDeclarations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  9. def createSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  10. def deleteAdminExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  11. def deleteSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  12. def duplicateSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def getActualConsumptionDuringSurveyPhasesSamplingPoint(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  16. def getActualUseOnSamplePointSurveys(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  17. def getBreakdownRequirementsSubManagementUnit(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getDataExportFullSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  20. def getForecastSurveyDemandBySamplingPoint(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  21. def getForecastUGE(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  22. def getSummarySurveys(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  23. def getSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  24. def getSurveys(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  25. def getSurveysWithStats(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. val idUgeAndYear: Reads[(Int, Int)]
  28. val idUserDateReads: Reads[(Int, String, Option[DateTime])]
  29. val idsRead: Reads[(Long, Long)]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. val paramsRead: Reads[(String, Int, Seq[SurveyParam])]
  35. def recalculateVolumesPreviSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  36. val surveyWithUser: Reads[(String, SurveyWithLinks)]
  37. val surveyWithUserAndId: Reads[(String, Int, SurveyWithLinks)]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def updateSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  41. def updateSurveyParams(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  42. def validateAuthorizedVolumesSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped