C# Class Gramps.Controllers.EmailsForCallController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Gramps

Méthodes publiques

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

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

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

Create() public méthode

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

Edit() public méthode

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

EmailsForCallController() public méthode

public EmailsForCallController ( IRepository emailsforcallRepository, IAccessService accessService, IEmailService emailService ) : System
emailsforcallRepository IRepository
accessService IAccessService
emailService IEmailService
Résultat System

Index() public méthode

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

SendCall() public méthode

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