Skip to content

SytemNotificationController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/NotificationController.cs (line 9)

Part of: Pams

Where it refuses work

  • SytemNotificationController stops the work with an early return when !isFound, in 2 places.

Relationships

  • MODULE_DECLARES → GetUserNotificationsCount
  • MODULE_DECLARES → GetUserNotificationList
  • MODULE_DECLARES → GetUserNonSeenNotifications
  • MODULE_DECLARES → DisableNotification
  • MODULE_DECLARES → AcceptJoiningActivity
  • MODULE_DECLARES → AcceptTaskAssignedToMe
  • MODULE_DECLARES → MarkAllAsRead
  • MODULE_DECLARES → CreateReminder
  • MODULE_DECLARES → UpdateReminder
  • MODULE_DECLARES → DeleteReminder
  • IMPORTS → BaseController
  • IMPORTS → SignalRModel
  • IMPORTS → NotificationReminderModel

Used by

8 references from 8 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

calls by (8)

  • NotficationsServiceFrontend/src/app/components/notifications/notfications.service.ts:1
  • EnahnceLoginResponseFrontend/src/app/services/security/auth.service.ts:1
  • NotficationsServicePams/Web/Pams.Web/Client/app/components/notifications/notfications.service.ts:1
  • PageDataPams/Web/Pams.Web/Client/app/services/security/auth.service.ts:1
  • NotificationsPageFrontend/src/app/components/notifications/notificationsPage.ts:9
  • AppSettingsFrontend/src/app/settings/app/app.settings.ts:241
  • NotificationsPagePams/Web/Pams.Web/Client/app/components/notifications/notificationsPage.ts:8
  • AppSettingsPams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126

Was this page helpful?

Download as PDF