C# Class EA.Iws.RequestHandlers.Notification.NotificationProgressService

Inheritance: INotificationProgressService
Exibir arquivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
GetNotificationProgressInfo ( System.Guid notificationId ) : NotificationApplicationCompletionProgress
IsComplete ( System.Guid notificationId ) : bool
NotificationProgressService ( IwsContext context ) : System

Private Methods

Method Description
GetCompletetionProgress ( NotificationProgressResult progressResult ) : NotificationApplicationCompletionProgress
MapProgressForAmountsAndDates ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForClassifyYourWaste ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForJourney ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForOrganisationsInvolved ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForRecoveryOperation ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForTransportation ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForWasteCodes ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForWasteRecovery ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool

Method Details

GetNotificationProgressInfo() public method

public GetNotificationProgressInfo ( System.Guid notificationId ) : NotificationApplicationCompletionProgress
notificationId System.Guid
return NotificationApplicationCompletionProgress

IsComplete() public method

public IsComplete ( System.Guid notificationId ) : bool
notificationId System.Guid
return bool

NotificationProgressService() public method

public NotificationProgressService ( IwsContext context ) : System
context IwsContext
return System