c

controllers.controller

PgsseController

class PgsseController extends AnyRef

Annotations
@Singleton()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PgsseController
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PgsseController()(implicit diagnosticDao: DiagnosticDao, campaignDao: CampaignDao, formDao: FormDao, surveyDao: SurveyDao, 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. val campFormParams: Reads[(String, Long, Long, Long)]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def createCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  8. def createCampaignForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  9. def createDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  10. def deleteCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  11. def deleteDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  12. def deleteForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  13. val diagParams: Reads[(String, Long, Long, Option[Long], Option[Long])]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def getAllSurvey(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  17. def getCampaign(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 getDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  20. def getForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  21. def getPhase1InProgress(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  22. def getPhase1List(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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. val surveyIdAndTypeAndTypeInstallation: Reads[(Long, Long, Option[Long])]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def updateCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  33. def updateDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  34. def updateForm(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  35. val userAndCampaign: Reads[(String, CampaignWithLinks)]
  36. val userAndDiags: Reads[(String, DiagnosticWithLinks)]
  37. val userAndForm: Reads[(String, FormWithLinks)]
  38. val userAndIdDiag: Reads[(String, Long)]
  39. val userAndParams: Reads[(String, SearchParameters)]
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. 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