示例#1
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToBulkAccountsAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string columnName, string columnValue, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToBulkAccountsAsync(notificationType, notificationMessage, expirationMinutes, accountOwnersOnly, columnName, columnValue, requesterId, requesterType, sharedClientKey));
 }
示例#2
0
 public AccountAdminSite.AccountCommunicationService.DataAccessResponseType SendNotificationToAccount(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string accountId, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToAccount(notificationType, accountId, notificationMessage, expirationMinutes, accountOwnersOnly, requesterId, requesterType, sharedClientKey));
 }
示例#3
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToUserAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string userId, string notificationMessage, double expirationMinutes, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToUserAsync(notificationType, userId, notificationMessage, expirationMinutes, requesterId, requesterType, sharedClientKey));
 }
示例#4
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> UpdateNotificationStatusAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string currentStatus, string userId, string notificationMessageId, string sharedClientKey)
 {
     return(base.Channel.UpdateNotificationStatusAsync(notificationType, notificationStatus, currentStatus, userId, notificationMessageId, sharedClientKey));
 }
示例#5
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.UserNotification[]> GetAccountUserNotificationsByTypeAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string userId, string sharedClientKey)
 {
     return(base.Channel.GetAccountUserNotificationsByTypeAsync(notificationType, notificationStatus, userId, sharedClientKey));
 }
示例#6
0
 public AccountAdminSite.AccountCommunicationService.UserNotification[] GetAccountUserNotificationsByType(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string userId, string sharedClientKey)
 {
     return(base.Channel.GetAccountUserNotificationsByType(notificationType, notificationStatus, userId, sharedClientKey));
 }