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

Inheritance: INotificationProgressService
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
GetNotificationProgressInfo ( System.Guid notificationId ) : NotificationApplicationCompletionProgress
IsComplete ( System.Guid notificationId ) : bool
NotificationProgressService ( IwsContext context ) : System

Private Methods

Méthode 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 méthode

public GetNotificationProgressInfo ( System.Guid notificationId ) : NotificationApplicationCompletionProgress
notificationId System.Guid
Résultat NotificationApplicationCompletionProgress

IsComplete() public méthode

public IsComplete ( System.Guid notificationId ) : bool
notificationId System.Guid
Résultat bool

NotificationProgressService() public méthode

public NotificationProgressService ( IwsContext context ) : System
context IwsContext
Résultat System