class PgsseController extends AnyRef
- Annotations
- @Singleton()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgsseController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PgsseController()(implicit diagnosticDao: DiagnosticDao, campaignDao: CampaignDao, formDao: FormDao, surveyDao: SurveyDao, 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
- val campFormParams: Reads[(String, Long, Long, Long)]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def createCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def createCampaignForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def createDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val diagParams: Reads[(String, Long, Long, Option[Long], Option[Long])]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAllSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getPhase1InProgress(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getPhase1List(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 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 surveyIdAndTypeAndTypeInstallation: Reads[(Long, Long, Option[Long])]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val userAndCampaign: Reads[(String, CampaignWithLinks)]
- val userAndDiags: Reads[(String, DiagnosticWithLinks)]
- val userAndForm: Reads[(String, FormWithLinks)]
- val userAndIdDiag: Reads[(String, Long)]
- val userAndParams: Reads[(String, SearchParameters)]
- 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)