Class RemoveReadOnlyDashBoardLines

  • All Implemented Interfaces:
    IStepHandler

    public class RemoveReadOnlyDashBoardLines
    extends java.lang.Object
    implements IStepHandler
    Remove all lines from lum_EADashboard that column isStandard is 1. These lines were read only and used to list dashboard options combobox to add on the service instance. In this way, the user coun'd choose which dashboard will be visible for your instance. But these line will not more used. The dashboard options for add will came directly from JSON.
    Since:
    12.2.0
    Version:
    $Revision: 24878 $ $Date: 2022-03-15 01:44:27 -0300 (Tue, 15 Mar 2022) $
    • Constructor Detail

      • RemoveReadOnlyDashBoardLines

        public RemoveReadOnlyDashBoardLines()
    • Method Detail

      • executeStep

        public org.w3c.dom.Node executeStep​(SessionConfig sessionConfig,
                                            org.w3c.dom.Node stepNode,
                                            ITransaction transaction)
                                     throws PortalException
        Description copied from interface: IStepHandler
        Executes a step in the upgrade process.
        Specified by:
        executeStep in interface IStepHandler
        Parameters:
        sessionConfig - the user session information.
        stepNode - the xml step definition node.
        transaction - the transaction for persistence access.
        Returns:
        the response xml node.
        Throws:
        PortalException - if it was not possible to execute the step.