C# 클래스 Cats.Services.Common.NotificationService

상속: INotificationService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddNotification ( Notification notification ) : bool
AddNotificationForEarlyWaringFromRegions ( string destinationURl, int requestId, int regionId ) : bool
AddNotificationForHubManagersFromTransportOrder ( string destinationUrl, int transportOrderId, string transportOrderNo, List hubId ) : bool
AddNotificationForLogistcisFromEarlyWaring ( string destinationURl, int requisitionID, int regionId, string requisitioNo ) : bool
AddNotificationForProcurementFromLogistics ( string destinationURl, TransportRequisition transportRequisition ) : bool
AddNotificationForProcurmentForGRNDiscripancy ( string destinationURl, int transportOrderId, string transportOrderNo ) : bool
DeleteById ( int id ) : bool
DeleteNotification ( Notification notification ) : bool
Dispose ( ) : void
EditNotification ( Notification notification ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Notification
GetAllNotification ( ) : List
NotificationService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddNotification() 공개 메소드

public AddNotification ( Notification notification ) : bool
notification Cats.Models.Notification
리턴 bool

AddNotificationForEarlyWaringFromRegions() 공개 메소드

public AddNotificationForEarlyWaringFromRegions ( string destinationURl, int requestId, int regionId ) : bool
destinationURl string
requestId int
regionId int
리턴 bool

AddNotificationForHubManagersFromTransportOrder() 공개 메소드

public AddNotificationForHubManagersFromTransportOrder ( string destinationUrl, int transportOrderId, string transportOrderNo, List hubId ) : bool
destinationUrl string
transportOrderId int
transportOrderNo string
hubId List
리턴 bool

AddNotificationForLogistcisFromEarlyWaring() 공개 메소드

public AddNotificationForLogistcisFromEarlyWaring ( string destinationURl, int requisitionID, int regionId, string requisitioNo ) : bool
destinationURl string
requisitionID int
regionId int
requisitioNo string
리턴 bool

AddNotificationForProcurementFromLogistics() 공개 메소드

public AddNotificationForProcurementFromLogistics ( string destinationURl, TransportRequisition transportRequisition ) : bool
destinationURl string
transportRequisition Cats.Models.TransportRequisition
리턴 bool

AddNotificationForProcurmentForGRNDiscripancy() 공개 메소드

public AddNotificationForProcurmentForGRNDiscripancy ( string destinationURl, int transportOrderId, string transportOrderNo ) : bool
destinationURl string
transportOrderId int
transportOrderNo string
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteNotification() 공개 메소드

public DeleteNotification ( Notification notification ) : bool
notification Cats.Models.Notification
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditNotification() 공개 메소드

public EditNotification ( Notification notification ) : bool
notification Cats.Models.Notification
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : Notification
id int
리턴 Cats.Models.Notification

GetAllNotification() 공개 메소드

public GetAllNotification ( ) : List
리턴 List

NotificationService() 공개 메소드

public NotificationService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System