C# Class Quaack_service.Service.impl.ProfielServiceImpl

author: Edwin Denekamp
Inheritance: ProfielService
Mostra file Open project: ARdeWeerd/Quaack_rep_1

Public Methods

Method 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

Method Description
ProfielServiceImpl ( ) : System
SendMail ( String emailAddress, String title, String body ) : void

Method Details

blockAccount() public method

public blockAccount ( string userId, bool block ) : Result
userId string
block bool
return Result

blockReacties() public method

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

delete() public method

public delete ( string userId ) : Result
userId string
return Result

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

update() public method

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