Class DataCleanup

java.lang.Object
com.liferay.data.cleanup.DataCleanup

public abstract class DataCleanup extends Object
  • Field Details

  • Constructor Details

    • DataCleanup

      public DataCleanup()
  • Method Details

    • cleanup

      public void cleanup() throws Exception
      Throws:
      Exception
    • getHelpLabel

      public abstract String getHelpLabel()
    • getLabel

      public abstract String getLabel()
    • getServletContextName

      public abstract String getServletContextName()
    • getType

      public abstract String getType()
    • isEnabled

      public boolean isEnabled()
    • doCleanup

      protected abstract void doCleanup() throws Exception
      Throws:
      Exception