C# Class Quaack_service.Service.impl.ProfielServiceImpl

author: Edwin Denekamp
Inheritance: ProfielService
Afficher le fichier Open project: ARdeWeerd/Quaack_rep_1

Méthodes publiques

Méthode Description
blockAccount ( string userId, bool block ) : Result
blockReacties ( string userId, Profiel userIdToBlock, bool blocked ) : Result
delete ( string userId ) : Result
find ( string userId ) : Profiel
findUsers ( string searchPattern ) : List
save ( Profiel profiel ) : Result
update ( Profiel profiel ) : Result

Private Methods

Méthode Description
ProfielServiceImpl ( ) : System
SendMail ( String emailAddress, String title, String body ) : void

Method Details

blockAccount() public méthode

public blockAccount ( string userId, bool block ) : Result
userId string
block bool
Résultat Result

blockReacties() public méthode

public blockReacties ( string userId, Profiel userIdToBlock, bool blocked ) : Result
userId string
userIdToBlock Quaack_domein.model.Profiel
blocked bool
Résultat Result

delete() public méthode

public delete ( string userId ) : Result
userId string
Résultat Result

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 ) : Result
profiel Quaack_domein.model.Profiel
Résultat Result

update() public méthode

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