Class TableUpdateDataProcessActionHandler

    • Field Detail

      • queryBuilder

        protected QueryBuilder queryBuilder
        Deprecated.
    • Constructor Detail

      • TableUpdateDataProcessActionHandler

        public TableUpdateDataProcessActionHandler()
        Deprecated.
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Deprecated.
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException
      • doUpdate

        protected void doUpdate()
                         throws PortalException
        Deprecated.
        Sends pre-notifications, performs the updated followed by post-notifications.
        Throws:
        PortalException
        Since:
        4.0.11
      • sendPreNotifications

        protected void sendPreNotifications()
                                     throws PortalException
        Deprecated.
        Hook placed for inheriting classes to send pre-notifications.

        This method currently does not perform any action.

        Throws:
        PortalException
        Since:
        4.0.11
      • execute

        protected void execute​(QueryBase queryBase)
                        throws PortalException
        Deprecated.
        Actually performs the update statement.
        Parameters:
        queryBase -
        Throws:
        PortalException
        Since:
        4.0.11
      • preUpdate

        protected void preUpdate​(QueryBase queryBase)
                          throws PortalException
        Deprecated.
        Hook placed for inheriting classes to perform pre-update actions.
        Parameters:
        queryBase -
        Throws:
        PortalException
        Since:
        4.0.11
      • postUpdate

        protected void postUpdate()
                           throws PortalException
        Deprecated.
        Hook placed for inheriting classes to perform post-update actions.
        Throws:
        PortalException
        Since:
        4.0.11
      • sendPostNotifications

        protected void sendPostNotifications()
                                      throws PortalException
        Deprecated.
        Sends Update and interface changed notifications.
        Throws:
        PortalException
        Since:
        4.0.11
      • sendRenderDataChangedNotification

        protected void sendRenderDataChangedNotification()
                                                  throws PortalException
        Deprecated.
        Notifies observers that the render data may have changed.
        Throws:
        PortalException
        Since:
        4.1.0