C# Class ActivEarth.DAO.RecentActivityDAO

Datei anzeigen Open project: mlcamilli/ActivEarth

Public Methods

Method Description
GetGroupRecentActivity ( Group group ) : void

Adds a Group's the list of Recent Acitivity Messages stored in the Database to the Group's Wall.

GetUserRecentActivity ( User user ) : void

Adds a User's the list of Recent Acitivity Messages stored in the Database to the User's Wall.

UpdateGroupRecentActivity ( Group group ) : bool

Updates a Group's the list of Recent Acitivity Messages in the Database.

UpdateUserRecentActivity ( User user ) : bool

Updates a User's the list of Recent Acitivity Messages in the Database.

Method Details

GetGroupRecentActivity() public static method

Adds a Group's the list of Recent Acitivity Messages stored in the Database to the Group's Wall.
public static GetGroupRecentActivity ( Group group ) : void
group ActivEarth.Objects.Groups.Group The Group for which to retrieve Recent Activity Messages
return void

GetUserRecentActivity() public static method

Adds a User's the list of Recent Acitivity Messages stored in the Database to the User's Wall.
public static GetUserRecentActivity ( User user ) : void
user ActivEarth.Objects.Profile.User The User for which to retrieve Recent Activity Messages
return void

UpdateGroupRecentActivity() public static method

Updates a Group's the list of Recent Acitivity Messages in the Database.
public static UpdateGroupRecentActivity ( Group group ) : bool
group ActivEarth.Objects.Groups.Group The Group for which to update Recent Activity Messages
return bool

UpdateUserRecentActivity() public static method

Updates a User's the list of Recent Acitivity Messages in the Database.
public static UpdateUserRecentActivity ( User user ) : bool
user ActivEarth.Objects.Profile.User The User for which to update Recent Activity Messages
return bool