C# 클래스 Quaack_data_interactie.dao.impl.ProfielDaoImpl

상속: ProfielDao
파일 보기 프로젝트 열기: ARdeWeerd/Quaack_rep_1

공개 메소드들

메소드 설명
find ( string userId ) : Profiel
findUsers ( string searchPattern ) : List
save ( Profiel profiel ) : void
update ( Profiel profiel ) : void

비공개 메소드들

메소드 설명
ProfielDaoImpl ( ) : System

private, verkrijgen van instantie via static methode getInstance()

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

메소드 상세

find() 공개 메소드

public find ( string userId ) : Profiel
userId string
리턴 Quaack_domein.model.Profiel

findUsers() 공개 메소드

public findUsers ( string searchPattern ) : List
searchPattern string
리턴 List

save() 공개 메소드

public save ( Profiel profiel ) : void
profiel Quaack_domein.model.Profiel
리턴 void

update() 공개 메소드

public update ( Profiel profiel ) : void
profiel Quaack_domein.model.Profiel
리턴 void