C# Класс ActivEarth.DAO.RecentActivityDAO

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetGroupRecentActivity() публичный статический Метод

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
Результат void

GetUserRecentActivity() публичный статический Метод

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
Результат void

UpdateGroupRecentActivity() публичный статический Метод

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
Результат bool

UpdateUserRecentActivity() публичный статический Метод

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
Результат bool