C# 클래스 ActivEarth.DAO.RecentActivityDAO

파일 보기 프로젝트 열기: mlcamilli/ActivEarth

공개 메소드들

메소드 설명
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