dao
ReqDao
Related Doc:
package dao
trait
ReqDao
extends
AnyRef
Annotations
@ImplementedBy
()
Linear Supertypes
AnyRef
,
Any
Known Subclasses
AnormReqDao
Ordering
Alphabetic
By Inheritance
Inherited
ReqDao
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
addInJournal
(
executionId:
Int
,
commentaire:
String
)
:
Int
abstract
def
createExecution
(
login:
String
,
token:
String
)
:
Int
abstract
def
getExecutionByFilter
(
dteDeb:
Option
[
DateTime
]
,
dteFin:
Option
[
DateTime
]
,
user:
Option
[
String
]
)
:
Option
[
Seq
[
ExecutionWithJournal
]]
abstract
def
getExecutionById
(
executionId:
Int
)
:
Option
[
ExecutionWithJournal
]
abstract
def
getJournal
(
executionId:
Int
)
:
Seq
[
Journal
]
abstract
def
getLastExecution
()
:
Seq
[
Execution
]
abstract
def
insertOrUpdate
(
req:
String
)
:
Int
abstract
def
select
(
request:
String
)
:
Seq
[
String
]
abstract
def
selectPlay
()
:
String
abstract
def
updateExecution
(
id:
Int
,
commentaire:
Option
[
String
]
,
codestatut:
Int
)
:
Int
Concrete 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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped