C# Class Quaack_data_interactie.dao.impl.ProfielDaoImpl

Inheritance: ProfielDao
Afficher le fichier Open project: ARdeWeerd/Quaack_rep_1

Méthodes publiques

Méthode Description
find ( string userId ) : Profiel
findUsers ( string searchPattern ) : List
save ( Profiel profiel ) : void
update ( Profiel profiel ) : void

Private Methods

Méthode Description
ProfielDaoImpl ( ) : System

private, verkrijgen van instantie via static methode getInstance()

findUserWithoutChildren ( string userid ) : Profiel
getBlockedUsers ( string userId ) : List
getNextId ( ) : int

Method Details

find() public méthode

public find ( string userId ) : Profiel
userId string
Résultat Quaack_domein.model.Profiel

findUsers() public méthode

public findUsers ( string searchPattern ) : List
searchPattern string
Résultat List

save() public méthode

public save ( Profiel profiel ) : void
profiel Quaack_domein.model.Profiel
Résultat void

update() public méthode

public update ( Profiel profiel ) : void
profiel Quaack_domein.model.Profiel
Résultat void