Class BaseTableDataProcessActionHandler

    • Constructor Detail

      • BaseTableDataProcessActionHandler

        public BaseTableDataProcessActionHandler()
        Deprecated.
    • Method Detail

      • readSelectedData

        protected TabularData readSelectedData()
                                        throws PortalException
        Deprecated.
        Reads the data selected by the user from the persistence and returns it. The data selected by the user is identified by the primary key field parameter values.
        Returns:
        the data selected by the user.
        Throws:
        PortalException
        Since:
        4.0.3
      • sendRenderDataChangedNotification

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

        @Deprecated
        protected boolean isSearchEnabled()
        Deprecated.
        Since 8.1.0, lumis.search is deprecated and this method is no longer used.
      • shouldSendRenderDataChangedNotification

        protected boolean shouldSendRenderDataChangedNotification()
                                                           throws PortalException
        Deprecated.
        Indicates if this process action should send render data changed notification.
        Returns:
        true if it should, false otherwise.
        Throws:
        PortalException
        Since:
        4.1.0