Class BasePushNotificationTemplateAction

    • Constructor Detail

      • BasePushNotificationTemplateAction

        public BasePushNotificationTemplateAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            PushNotificationTemplate pushnotificationtemplate)
      • lockPushNotificationTemplates

        protected void lockPushNotificationTemplates​(PushNotificationTemplate pushnotificationtemplate,
                                                     jakarta.servlet.http.HttpServletRequest req)
                                              throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockPushNotificationTemplates

        protected void unLockPushNotificationTemplates​(PushNotificationTemplate pushnotificationtemplate,
                                                       jakarta.servlet.http.HttpServletRequest req,
                                                       boolean unlockByTimeoout)
                                                throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkPushNotificationTemplates

        protected void checkPushNotificationTemplates​(PushNotificationTemplate pushnotificationtemplate,
                                                      jakarta.servlet.http.HttpServletRequest req)
                                               throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdatePushNotificationTemplates

        protected void canUpdatePushNotificationTemplates​(PushNotificationTemplate pushnotificationtemplate,
                                                          jakarta.servlet.http.HttpServletRequest req)
                                                   throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception