class ExploitationController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExploitationController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExploitationController()(implicit database: Database, exploitationDao: ExploitationDao, contributorsDao: ContributorsDao, contactDao: ContactDao, exploitationStatsDao: ExploitationStatsDao, installationDao: InstallationDao, stationGeoDataDao: StationGeoDataDao, declarationVolumesDao: DeclarationVolumesDao, updatedContributorDao: UpdatedContributorDao, counterVolumeDao: CounterVolumeDao, managementUnitsDao: ManagementUnitsDao, userDao: UserDao, 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 calcVolumeRealPoint(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 createExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val dataWithUser: Reads[(String, ExploitationWithLinks)]
- def deleteExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteMultipleExploitations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val dossierWithUser: Reads[(String, Int, DossierExploitation)]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exploitationWithUser: Reads[(String, ExploitationInput)]
- def getAllExploitationsMaterielsRepartition(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAvailableExploitations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDataExportFullExploitations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getExploitationById(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getExploitationFromUser(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getExploitationVolumes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getExploitations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getExploitationsLight(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getOperator(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idAndDatesRead: Reads[(Int, Int, Long, Long)]
- val idAndParamsRead: Reads[(Int, ExploitationDeleteParameters)]
- val idExploitationAndVolumes: Reads[(Int, Seq[DeclarationVolumes])]
- 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 paramsAndUserRead: Reads[(String, ExploitationsDeleteParametersAndIds)]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateDossierExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateExploitationVolumes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateInstallationWithGeo(installationGeo: InstallationWithGeo): Int
- 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)