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 Details

  • 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 interface liquibase.change.custom.CustomTaskChange
      Throws:
      liquibase.exception.CustomChangeException
    • getCreateWidgetConfigTask

      protected CreateWidgetConfigTask 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

      public String getConfirmationMessage()
      Deprecated.
      Specified by:
      getConfirmationMessage in interface liquibase.change.custom.CustomChange
    • setUp

      public void setUp() throws liquibase.exception.SetupException
      Deprecated.
      Specified by:
      setUp in interface liquibase.change.custom.CustomChange
      Throws:
      liquibase.exception.SetupException
    • setFileOpener

      public void setFileOpener(liquibase.resource.ResourceAccessor resourceAccessor)
      Deprecated.
      Specified by:
      setFileOpener in interface liquibase.change.custom.CustomChange
    • validate

      public liquibase.exception.ValidationErrors validate(liquibase.database.Database database)
      Deprecated.
      Specified by:
      validate in interface liquibase.change.custom.CustomChange
    • getWidgetName

      public String getWidgetName()
      Deprecated.
    • setWidgetName

      public void setWidgetName(String widgetName)
      Deprecated.