Class CreateWidgetConfigChange
java.lang.Object
ch.tocco.nice2.dbrefactoring.spi.liquibase.CreateWidgetConfigChange
- All Implemented Interfaces:
liquibase.change.custom.CustomChange
,liquibase.change.custom.CustomTaskChange
@Deprecated
public class CreateWidgetConfigChange
extends Object
implements liquibase.change.custom.CustomTaskChange
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommandExecutor
Deprecated.protected Context
Deprecated.protected EntityDefaultValueService
Deprecated.protected QueryBuilderFactory
Deprecated.protected SecurityManager
Deprecated.protected String
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(liquibase.database.Database database) Deprecated.Deprecated.protected CreateWidgetConfigTask
Deprecated.Returns a task which creates the widget config entity Overwrite this method if another task should create the entity (for cases with mandatory fields without default values for example)Deprecated.void
setFileOpener
(liquibase.resource.ResourceAccessor resourceAccessor) Deprecated.void
setUp()
Deprecated.void
setWidgetName
(String widgetName) Deprecated.liquibase.exception.ValidationErrors
validate
(liquibase.database.Database database) Deprecated.
-
Field Details
-
queryBuilderFactory
Deprecated. -
context
Deprecated. -
securityManager
Deprecated. -
entityDefaultValueService
Deprecated. -
commandExecutor
Deprecated. -
widgetName
Deprecated.
-
-
Constructor Details
-
CreateWidgetConfigChange
public CreateWidgetConfigChange()Deprecated.
-
-
Method Details
-
execute
public void execute(liquibase.database.Database database) throws liquibase.exception.CustomChangeException Deprecated.- Specified by:
execute
in interfaceliquibase.change.custom.CustomTaskChange
- Throws:
liquibase.exception.CustomChangeException
-
getCreateWidgetConfigTask
Deprecated.Returns a task which creates the widget config entity Overwrite this method if another task should create the entity (for cases with mandatory fields without default values for example)- Returns:
- Task
-
getConfirmationMessage
Deprecated.- Specified by:
getConfirmationMessage
in interfaceliquibase.change.custom.CustomChange
-
setUp
public void setUp() throws liquibase.exception.SetupExceptionDeprecated.- Specified by:
setUp
in interfaceliquibase.change.custom.CustomChange
- Throws:
liquibase.exception.SetupException
-
setFileOpener
public void setFileOpener(liquibase.resource.ResourceAccessor resourceAccessor) Deprecated.- Specified by:
setFileOpener
in interfaceliquibase.change.custom.CustomChange
-
validate
public liquibase.exception.ValidationErrors validate(liquibase.database.Database database) Deprecated.- Specified by:
validate
in interfaceliquibase.change.custom.CustomChange
-
getWidgetName
Deprecated. -
setWidgetName
Deprecated.
-