C# Class EA.Iws.Web.Areas.NotificationMovements.Controllers.CreateController

Inheritance: Controller
Mostra file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
CreateController ( IMediator mediator ) : System

Private Methods

Method Description
ConsentExpiresInFourWorkingDays ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
ConsentExpiresInThreeOrLessWorkingDays ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
ConsentPeriodExpired ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
ConsentWithdrawn ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
Download ( System.Guid notificationId, System.Guid id ) : Task
FileClosed ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
GetRuleErrorView ( MovementRulesSummary ruleSummary ) : System.Web.Mvc.ActionResult
NoApprovedFinancialGuarantee ( System.Guid notificationId ) : Task
PackagingTypes ( System.Guid notificationId ) : Task
PackagingTypes ( System.Guid notificationId, PackagingTypesViewModel model ) : Task
Quantity ( System.Guid notificationId ) : Task
Quantity ( System.Guid notificationId, QuantityViewModel model ) : Task
RedirectToShipmentDate ( System.Guid notificationId ) : Task
ReturnShipmentDateView ( System.Guid notificationId ) : Task
ShipmentDate ( System.Guid notificationId ) : Task
ShipmentDate ( System.Guid notificationId, ShipmentDateViewModel model ) : Task
ThreeWorkingDaysWarning ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
ThreeWorkingDaysWarning ( System.Guid notificationId, ThreeWorkingDaysWarningViewModel model ) : System.Web.Mvc.ActionResult
TotalActiveLoadsReached ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
TotalIntendedQuantityExceeded ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
TotalIntendedQuantityReached ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
TotalMovementsReached ( System.Guid notificationId ) : System.Web.Mvc.ActionResult

Method Details

CreateController() public method

public CreateController ( IMediator mediator ) : System
mediator IMediator
return System