class
SurveyController extends AnyRef
Instance Constructors
-
new
SurveyController()(implicit database: Database, surveyDao: SurveyDao, surveyParamsDao: SurveyParamsDao, surveyDataDao: SurveyDataDao, logUtil: LogUtil)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
changeAdminExploitation(message: JsValue): String
-
def
clone(): AnyRef
-
def
controlSurveyDeclarations(message: JsValue): String
-
def
createSurvey(message: JsValue): String
-
def
deleteAdminExploitation(message: JsValue): String
-
def
deleteSurvey(message: JsValue): String
-
def
duplicateSurvey(message: JsValue): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getActualConsumptionDuringSurveyPhasesSamplingPoint(message: JsValue): String
-
def
getActualUseOnSamplePointSurveys(message: JsValue): String
-
def
getBreakdownRequirementsSubManagementUnit(message: JsValue): String
-
final
def
getClass(): Class[_]
-
def
getDataExportFullSurvey(message: JsValue): String
-
def
getForecastSurveyDemandBySamplingPoint(message: JsValue): String
-
def
getForecastUGE(message: JsValue): String
-
def
getSummarySurveys(message: JsValue): String
-
def
getSurvey(message: JsValue): String
-
def
getSurveys(message: JsValue): String
-
def
getSurveysWithStats(message: JsValue): String
-
def
hashCode(): Int
-
val
idUgeAndYear: Reads[(Int, Int)]
-
val
idUserDateReads: Reads[(Int, String, Option[DateTime])]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
paramsRead: Reads[(String, Int, Seq[SurveyParam])]
-
def
recalculateVolumesPreviSurvey(message: JsValue): String
-
val
surveyWithUser: Reads[(String, SurveyWithLinks)]
-
val
surveyWithUserAndId: Reads[(String, Int, SurveyWithLinks)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateSurvey(message: JsValue): String
-
def
updateSurveyParams(message: JsValue): String
-
def
validateAuthorizedVolumesSurvey(message: JsValue): 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