C# Class IndignadoServer.Services.MeetingsService

Inheritance: IMeetingsService
Exibir arquivo Open project: Throy/derp-octo-robot

Public Methods

Method Description
MeetingsColToDT ( Collection meetingsCol ) : DTMeetingsCol
getMeeting ( int idMeeting ) : DTMeeting
getMeetingsList ( ) : DTMeetingsCol
getThemeCategoriesList ( ) : DTThemeCategoriesColMeetings

Private Methods

Method Description
createMeeting ( DTMeeting dtMeeting ) : void
deleteMeetingNotification ( DTMeeting dtMeeting ) : void
doAttendMeeting ( DTMeeting dtMeeting ) : void
dontAttendMeeting ( DTMeeting dtMeeting ) : void
getMeetingsListOnAttend ( ) : DTMeetingsCol
getMeetingsListOnInterest ( ) : DTMeetingsCol
getMeetingsNotifications ( ) : DTMeetingsNotificationsCol
unconfirmAttendMeeting ( DTMeeting dtMeeting ) : void

Method Details

MeetingsColToDT() public static method

public static MeetingsColToDT ( Collection meetingsCol ) : DTMeetingsCol
meetingsCol Collection
return DTMeetingsCol

getMeeting() public method

public getMeeting ( int idMeeting ) : DTMeeting
idMeeting int
return DTMeeting

getMeetingsList() public method

public getMeetingsList ( ) : DTMeetingsCol
return DTMeetingsCol

getThemeCategoriesList() public method

public getThemeCategoriesList ( ) : DTThemeCategoriesColMeetings
return DTThemeCategoriesColMeetings