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
FieldsModifier and TypeFieldDescriptionprotected CommandExecutorDeprecated.protected ContextDeprecated.protected EntityDefaultValueServiceDeprecated.protected QueryBuilderFactoryDeprecated.protected SecurityManagerDeprecated.protected StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(liquibase.database.Database database) Deprecated.Deprecated.protected CreateWidgetConfigTaskDeprecated.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.voidsetFileOpener(liquibase.resource.ResourceAccessor resourceAccessor) Deprecated.voidsetUp()Deprecated.voidsetWidgetName(String widgetName) Deprecated.liquibase.exception.ValidationErrorsvalidate(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:
executein 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:
getConfirmationMessagein interfaceliquibase.change.custom.CustomChange
-
setUp
public void setUp() throws liquibase.exception.SetupExceptionDeprecated.- Specified by:
setUpin interfaceliquibase.change.custom.CustomChange- Throws:
liquibase.exception.SetupException
-
setFileOpener
public void setFileOpener(liquibase.resource.ResourceAccessor resourceAccessor) Deprecated.- Specified by:
setFileOpenerin interfaceliquibase.change.custom.CustomChange
-
validate
public liquibase.exception.ValidationErrors validate(liquibase.database.Database database) Deprecated.- Specified by:
validatein interfaceliquibase.change.custom.CustomChange
-
getWidgetName
Deprecated. -
setWidgetName
Deprecated.
-