contributor
.
dao
.
itf
AnormContributorDao
Related Doc:
package itf
class
AnormContributorDao
extends
ContributorDao
Linear Supertypes
ContributorDao
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
AnormContributorDao
ContributorDao
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AnormContributorDao
()
(
implicit
database:
Database
,
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
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
delete
(
code:
Int
)
:
Int
Definition Classes
AnormContributorDao
→
ContributorDao
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]
)
def
findStationContributors
(
id:
Int
,
linkTable:
String
,
codeDefinition:
String
)
:
Seq
[
Contributor
]
Definition Classes
AnormContributorDao
→
ContributorDao
def
get
(
code:
String
)
:
Option
[
Contributor
]
Definition Classes
AnormContributorDao
→
ContributorDao
def
getAll
()
:
Seq
[
Contributor
]
Definition Classes
AnormContributorDao
→
ContributorDao
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCount
()
:
Int
Definition Classes
AnormContributorDao
→
ContributorDao
def
getCountDelete
(
code:
Int
)
:
Int
Definition Classes
AnormContributorDao
→
ContributorDao
def
getMax
()
:
Int
Definition Classes
AnormContributorDao
→
ContributorDao
def
getProducers
()
:
Seq
[
Contributor
]
Definition Classes
AnormContributorDao
→
ContributorDao
def
getWithId
(
id:
Int
)
:
Option
[
Contributor
]
Definition Classes
AnormContributorDao
→
ContributorDao
def
getWithSiret
(
siret:
String
)
:
Option
[
Contributor
]
Definition Classes
AnormContributorDao
→
ContributorDao
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
insert
(
contributor:
Contributor
)
:
Option
[
Long
]
Definition Classes
AnormContributorDao
→
ContributorDao
def
insertWithId
(
contributor:
Contributor
)
:
Contributor
Definition Classes
AnormContributorDao
→
ContributorDao
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
def
purge
()
:
Int
Definition Classes
AnormContributorDao
→
ContributorDao
def
replace
(
code:
Int
,
newCode:
Int
)
:
Int
Definition Classes
AnormContributorDao
→
ContributorDao
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
update
(
contributor:
Contributor
)
:
Int
Definition Classes
AnormContributorDao
→
ContributorDao
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
ContributorDao
Inherited from
AnyRef
Inherited from
Any
Ungrouped