C# Class EGSW.Services.WorkflowMessageService

Inheritance: IWorkflowMessageService
Afficher le fichier Open project: careerengine/EGSW-Project

Méthodes publiques

Méthode Description
SendContactUsMessage ( ContactU contactUs ) : int
SendCustomerEmailValidationMessage ( Customer customer ) : int
SendCustomerPasswordRecoveryMessage ( Customer customer ) : int
SendCustomerRegisteredNotificationMessage ( Customer customer ) : int
SendCustomerWelcomeMessage ( Customer customer ) : int
SendNewServiceRequestSiteOwnerNotification ( string EmailAddress, string ZipCode ) : int
SendOrderAssigneAgentNotification ( GutterCleanOrder order, int AgentId ) : int
SendOrderPlacedCustomerNotification ( GutterCleanOrder order ) : int
SendOrderPlacedSiteOwnerNotification ( GutterCleanOrder order ) : int
SendOrderPlacedWorkCompletedCustomerNotification ( GutterCleanOrder order ) : int
SendReferANeighborMessage ( string FriendName, string FriendEmail, string YourName ) : int
WorkflowMessageService ( IWebHelper webHelper, IZipCodeService zipCodeService, IQuestionAnswerEntityData questionAnswerEntityDataService, IDateTimeHelper dateTimeHelper, ICustomerService customerService ) : System

Méthodes protégées

Méthode Description
GetSiteUrl ( ) : string

Method Details

GetSiteUrl() protected méthode

protected GetSiteUrl ( ) : string
Résultat string

SendContactUsMessage() public méthode

public SendContactUsMessage ( ContactU contactUs ) : int
contactUs EGSW.Data.ContactU
Résultat int

SendCustomerEmailValidationMessage() public méthode

public SendCustomerEmailValidationMessage ( Customer customer ) : int
customer EGSW.Data.Customer
Résultat int

SendCustomerPasswordRecoveryMessage() public méthode

public SendCustomerPasswordRecoveryMessage ( Customer customer ) : int
customer EGSW.Data.Customer
Résultat int

SendCustomerRegisteredNotificationMessage() public méthode

public SendCustomerRegisteredNotificationMessage ( Customer customer ) : int
customer EGSW.Data.Customer
Résultat int

SendCustomerWelcomeMessage() public méthode

public SendCustomerWelcomeMessage ( Customer customer ) : int
customer EGSW.Data.Customer
Résultat int

SendNewServiceRequestSiteOwnerNotification() public méthode

public SendNewServiceRequestSiteOwnerNotification ( string EmailAddress, string ZipCode ) : int
EmailAddress string
ZipCode string
Résultat int

SendOrderAssigneAgentNotification() public méthode

public SendOrderAssigneAgentNotification ( GutterCleanOrder order, int AgentId ) : int
order EGSW.Data.GutterCleanOrder
AgentId int
Résultat int

SendOrderPlacedCustomerNotification() public méthode

public SendOrderPlacedCustomerNotification ( GutterCleanOrder order ) : int
order EGSW.Data.GutterCleanOrder
Résultat int

SendOrderPlacedSiteOwnerNotification() public méthode

public SendOrderPlacedSiteOwnerNotification ( GutterCleanOrder order ) : int
order EGSW.Data.GutterCleanOrder
Résultat int

SendOrderPlacedWorkCompletedCustomerNotification() public méthode

public SendOrderPlacedWorkCompletedCustomerNotification ( GutterCleanOrder order ) : int
order EGSW.Data.GutterCleanOrder
Résultat int

SendReferANeighborMessage() public méthode

public SendReferANeighborMessage ( string FriendName, string FriendEmail, string YourName ) : int
FriendName string
FriendEmail string
YourName string
Résultat int

WorkflowMessageService() public méthode

public WorkflowMessageService ( IWebHelper webHelper, IZipCodeService zipCodeService, IQuestionAnswerEntityData questionAnswerEntityDataService, IDateTimeHelper dateTimeHelper, ICustomerService customerService ) : System
webHelper IWebHelper
zipCodeService IZipCodeService
questionAnswerEntityDataService IQuestionAnswerEntityData
dateTimeHelper IDateTimeHelper
customerService ICustomerService
Résultat System