C# 클래스 VirtoCommerce.Platform.Web.Controllers.Api.NotificationsController

상속: ApiController
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 메소드들

메소드 설명
NotificationsController ( INotificationTemplateService notificationTemplateService, INotificationManager notificationManager, INotificationTemplateResolver eventTemplateResolver ) : DotLiquid

비공개 메소드들

메소드 설명
DeleteNotificationTemplate ( string id ) : IHttpActionResult
GetNotification ( string id ) : IHttpActionResult
GetNotificationJournal ( string objectId, string objectTypeId, int start, int count ) : IHttpActionResult
GetNotificationTemplate ( string type, string objectId, string objectTypeId, string language ) : IHttpActionResult
GetNotificationTemplates ( string type, string objectId, string objectTypeId ) : IHttpActionResult
GetNotifications ( ) : IHttpActionResult
GetTestingParameters ( string type ) : IHttpActionResult
RenderNotificationContent ( VirtoCommerce.Platform.Web.Model.Notifications request ) : IHttpActionResult
SendNotification ( VirtoCommerce.Platform.Web.Model.Notifications request ) : IHttpActionResult
SetValue ( Notification notification, object>.KeyValuePair param ) : void
StopSendingNotifications ( string ids ) : IHttpActionResult
UpdateNotificationTemplate ( [ notificationTemplate ) : IHttpActionResult

메소드 상세

NotificationsController() 공개 메소드

public NotificationsController ( INotificationTemplateService notificationTemplateService, INotificationManager notificationManager, INotificationTemplateResolver eventTemplateResolver ) : DotLiquid
notificationTemplateService INotificationTemplateService
notificationManager INotificationManager
eventTemplateResolver INotificationTemplateResolver
리턴 DotLiquid