Class RemoveReadOnlyDashBoardLines
- java.lang.Object
-
- lumis.upgrade.custom.build_12_1_0_191118.RemoveReadOnlyDashBoardLines
-
- All Implemented Interfaces:
IStepHandler
public class RemoveReadOnlyDashBoardLines extends 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 Summary
Constructors Constructor Description RemoveReadOnlyDashBoardLines()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
executeStep(SessionConfig sessionConfig, Node stepNode, ITransaction transaction)
Executes a step in the upgrade process.static void
test()
-
-
-
Method Detail
-
test
public static void test() throws DaoException
- Throws:
DaoException
-
executeStep
public Node executeStep(SessionConfig sessionConfig, Node stepNode, ITransaction transaction) throws PortalException
Description copied from interface:IStepHandler
Executes a step in the upgrade process.- Specified by:
executeStep
in interfaceIStepHandler
- 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.
-
-