C# Class Quaack_data_interactie.dao.impl.ProfielDaoImpl

Inheritance: ProfielDao
Mostrar archivo Open project: ARdeWeerd/Quaack_rep_1

Public Methods

Method Description
find ( string userId ) : Profiel
findUsers ( string searchPattern ) : List
save ( Profiel profiel ) : void
update ( Profiel profiel ) : void

Private Methods

Method 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 method

public find ( string userId ) : Profiel
userId string
return Quaack_domein.model.Profiel

findUsers() public method

public findUsers ( string searchPattern ) : List
searchPattern string
return List

save() public method

public save ( Profiel profiel ) : void
profiel Quaack_domein.model.Profiel
return void

update() public method

public update ( Profiel profiel ) : void
profiel Quaack_domein.model.Profiel
return void