class FilesController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FilesController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FilesController()(implicit logUtil: LogUtil, qualitometerDao: QualitometerDao, sampleFileDao: SampleFileDao, sieauParametersDao: SieauParametersDao)
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val cmsDirectory: String
- val codeRead: Reads[(String, Option[String])]
- def compressPictures(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def compressPicturesUrl(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val compressRead: Reads[(String, Option[Double])]
- val contentsUrl: String
- def deleteFile(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val dirCartoEnv: String
- val dirDocumentsEnv: String
- val dirModelsEnv: String
- val dirModelsQualiteEnv: String
- val dirPicturesEnv: String
- val dirPublicEnv: String
- val documentsEnv: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val ftpRoot: String
- def getAllModelsFtp(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllOperationDocuments(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- Annotations
- @Deprecated
- def getAllPicturesFTP(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getFile(name: String, tx: Option[Double], createFile: Boolean): String
- def getFilesFTP(code: Option[String] = None, documentsEnv: String, fileType: Option[String], stationType: Option[String]): String
- def getFilesOperationFTP(codeStation: Option[String], refOperation: Option[String], numLabo: Option[String], extensions: Seq[String]): String
- def getFilesWithRegex(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getOperationDocuments(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getOutputs(listOfFiles: Seq[File]): Seq[FileOutput]
- def getPath(path: String): String
- def getProfilePicture(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getPublicFilesFTP(name: Option[String] = None, extensions: Seq[String], path: String): String
- def getPublicPictures(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getStationDocuments(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getStationPictures(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idStationIdOperationRead: Reads[(Double, Double)]
- val idStationRead: Reads[Double]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val nameRead: Reads[String]
- 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 pattern: Regex
- val pictureRead: Reads[String]
- def readFTPFiles(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val readFTPread: Reads[(String, Option[String])]
- def saveDocCms(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val stationTypeReads: Reads[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trueValues: Seq[String]
- def updateFile(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def upload(read: FileUploadInput, env: String, extensions: Seq[String]): String
- def uploadCartoFTP(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def uploadDocumentsFTP(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def uploadFTP(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def uploadModelsFTP(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def uploadPicturesFTP(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def uploadProfilePictureFtp(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def uploadPublicPicture(read: FileUpload, path: String, fileToDelete: String = ""): String
- def uploadPublicPicturesFTP(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def uploadpath(read: FileUploadInput, env: String): String
- 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)