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