C# Class Gramps.Controllers.EmailsForCallController

Inheritance: ApplicationController
显示文件 Open project: ucdavis/Gramps

Public Methods

Method Description
BulkCreate ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#2

Create ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#4 GET: /EmailsForCall/Create

Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#6 GET: /EmailsForCall/Edit/5

EmailsForCallController ( IRepository emailsforcallRepository, IAccessService accessService, IEmailService emailService ) : System
Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#1 GET: /EmailsForCall/

SendCall ( int id ) : System.Web.Mvc.ActionResult

#9 GET: /EmailsForCall/SendCall/5

Private Methods

Method Description
BulkCreate ( int templateId, int callForProposalId, string bulkLoadEmails ) : System.Web.Mvc.ActionResult
Create ( int templateId, int callForProposalId, EmailsForCall emailsforcall ) : System.Web.Mvc.ActionResult
Delete ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
Edit ( int id, int templateId, int callForProposalId, EmailsForCall emailsforcall ) : System.Web.Mvc.ActionResult
SendCall ( int id, bool immediate ) : System.Web.Mvc.ActionResult

Method Details

BulkCreate() public method

#2
public BulkCreate ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
templateId int
callForProposalId int
return System.Web.Mvc.ActionResult

Create() public method

#4 GET: /EmailsForCall/Create
public Create ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
templateId int
callForProposalId int
return System.Web.Mvc.ActionResult

Edit() public method

#6 GET: /EmailsForCall/Edit/5
public Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
id int
templateId int
callForProposalId int
return System.Web.Mvc.ActionResult

EmailsForCallController() public method

public EmailsForCallController ( IRepository emailsforcallRepository, IAccessService accessService, IEmailService emailService ) : System
emailsforcallRepository IRepository
accessService IAccessService
emailService IEmailService
return System

Index() public method

#1 GET: /EmailsForCall/
public Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
templateId int
callForProposalId int
return System.Web.Mvc.ActionResult

SendCall() public method

#9 GET: /EmailsForCall/SendCall/5
public SendCall ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult