TRONIX Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Tronix.Web.Controllers.CancelController Class Reference
Inheritance diagram for Tronix.Web.Controllers.CancelController:
Inheritance graph
[legend]
Collaboration diagram for Tronix.Web.Controllers.CancelController:
Collaboration graph
[legend]

Public Member Functions

 CancelController (ISessionContextService sessionContextService, IContractService contractService, IProductService productsService, IContractHistoryService contractHistoryService, ILoggerService logger)
 
ActionResult Quote ()
 
ActionResult QuoteReview (int id, int? opt)
 
ActionResult RequestQuote (int id, int? opt)
 
ActionResult QuoteRequest (CancelContractDTO contract)
 
ActionResult QuoteRefundDetails (CancelQuoteNewQuoteDTO model)
 
ActionResult QuotePrevious (int quoteId, int? opt)
 
ActionResult SearchQuoteResults (CancelLookupViewModel model)
 
ActionResult Contract ()
 
ActionResult ContractReview (int id)
 
ActionResult CancelContract (int contractId)
 
ActionResult UpdateQuotedContractFee (int contractId, int histId, decimal fee)
 
ActionResult CancelQuotedContract (int contractId, int histId)
 
ActionResult ContractPrevious (int quoteId, int? opt)
 
ActionResult SearchCancelResults (CancelLookupViewModel model)
 

Constructor & Destructor Documentation

◆ CancelController()

Tronix.Web.Controllers.CancelController.CancelController ( ISessionContextService  sessionContextService,
IContractService  contractService,
IProductService  productsService,
IContractHistoryService  contractHistoryService,
ILoggerService  logger 
)

Member Function Documentation

◆ CancelContract()

ActionResult Tronix.Web.Controllers.CancelController.CancelContract ( int  contractId)

◆ CancelQuotedContract()

ActionResult Tronix.Web.Controllers.CancelController.CancelQuotedContract ( int  contractId,
int  histId 
)

◆ Contract()

ActionResult Tronix.Web.Controllers.CancelController.Contract ( )

◆ ContractPrevious()

ActionResult Tronix.Web.Controllers.CancelController.ContractPrevious ( int  quoteId,
int?  opt 
)

◆ ContractReview()

ActionResult Tronix.Web.Controllers.CancelController.ContractReview ( int  id)

◆ Quote()

ActionResult Tronix.Web.Controllers.CancelController.Quote ( )

◆ QuotePrevious()

ActionResult Tronix.Web.Controllers.CancelController.QuotePrevious ( int  quoteId,
int?  opt 
)

◆ QuoteRefundDetails()

ActionResult Tronix.Web.Controllers.CancelController.QuoteRefundDetails ( CancelQuoteNewQuoteDTO  model)

◆ QuoteRequest()

ActionResult Tronix.Web.Controllers.CancelController.QuoteRequest ( CancelContractDTO  contract)

◆ QuoteReview()

ActionResult Tronix.Web.Controllers.CancelController.QuoteReview ( int  id,
int?  opt 
)

◆ RequestQuote()

ActionResult Tronix.Web.Controllers.CancelController.RequestQuote ( int  id,
int?  opt 
)

◆ SearchCancelResults()

ActionResult Tronix.Web.Controllers.CancelController.SearchCancelResults ( CancelLookupViewModel  model)

◆ SearchQuoteResults()

ActionResult Tronix.Web.Controllers.CancelController.SearchQuoteResults ( CancelLookupViewModel  model)

◆ UpdateQuotedContractFee()

ActionResult Tronix.Web.Controllers.CancelController.UpdateQuotedContractFee ( int  contractId,
int  histId,
decimal  fee 
)

The documentation for this class was generated from the following file: