|
| | DealJacketController (IDocumentService documentService, IDealDetailsService dealDetailsService, IDocSysTemplateService docSysService, IPdfService pdfService, IUserService userService, ISessionContextService sessionContextService) |
| |
| ActionResult | Index (int id) |
| |
| JsonResult | GetDealJacketDocuments (int dealId) |
| |
| ActionResult | AddDocuments (DealJacketOptionsViewModel options) |
| |
| ActionResult | UpdateIsCustomerFacing (int dealId, string keyName, bool isCustomerFacing) |
| |
| JsonResult | RemoveDocument (int dealId, string keyName) |
| |
| JsonResult | ReplaceDocument (int dealId, string keyName) |
| |
| JsonResult | AddOption (DealJacketModalViewModel modaldata) |
| |
| JsonResult | GetOptions () |
| |
| ActionResult | View (int dealId, string keyName) |
| |
| ActionResult | ShowCustomerDealJacket (int dealId) |
| |
| ActionResult | ShowDealerDealJacket (int dealId) |
| |
◆ DealJacketController()
◆ AddDocuments()
◆ AddOption()
◆ GetDealJacketDocuments()
| JsonResult Tronix.Web.Controllers.DealJacketController.GetDealJacketDocuments |
( |
int |
dealId | ) |
|
◆ GetOptions()
| JsonResult Tronix.Web.Controllers.DealJacketController.GetOptions |
( |
| ) |
|
◆ Index()
| ActionResult Tronix.Web.Controllers.DealJacketController.Index |
( |
int |
id | ) |
|
◆ RemoveDocument()
| JsonResult Tronix.Web.Controllers.DealJacketController.RemoveDocument |
( |
int |
dealId, |
|
|
string |
keyName |
|
) |
| |
◆ ReplaceDocument()
| JsonResult Tronix.Web.Controllers.DealJacketController.ReplaceDocument |
( |
int |
dealId, |
|
|
string |
keyName |
|
) |
| |
◆ ShowCustomerDealJacket()
| ActionResult Tronix.Web.Controllers.DealJacketController.ShowCustomerDealJacket |
( |
int |
dealId | ) |
|
◆ ShowDealerDealJacket()
| ActionResult Tronix.Web.Controllers.DealJacketController.ShowDealerDealJacket |
( |
int |
dealId | ) |
|
◆ UpdateIsCustomerFacing()
| ActionResult Tronix.Web.Controllers.DealJacketController.UpdateIsCustomerFacing |
( |
int |
dealId, |
|
|
string |
keyName, |
|
|
bool |
isCustomerFacing |
|
) |
| |
◆ View()
| ActionResult Tronix.Web.Controllers.DealJacketController.View |
( |
int |
dealId, |
|
|
string |
keyName |
|
) |
| |
The documentation for this class was generated from the following file: