Class BaseLocalServiceTreeTestCase

java.lang.Object
com.liferay.portal.local.service.tree.test.util.BaseLocalServiceTreeTestCase

public abstract class BaseLocalServiceTreeTestCase extends Object
  • Field Details

    • group

      @DeleteAfterTestRun protected com.liferay.portal.kernel.model.Group group
  • Constructor Details

    • BaseLocalServiceTreeTestCase

      public BaseLocalServiceTreeTestCase()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • testRebuildTree

      public void testRebuildTree() throws Exception
      Throws:
      Exception
    • addTreeModel

      protected abstract com.liferay.portal.kernel.model.TreeModel addTreeModel(com.liferay.portal.kernel.model.TreeModel parentTreeModel) throws Exception
      Throws:
      Exception
    • createTree

      protected void createTree() throws Exception
      Throws:
      Exception
    • deleteTreeModel

      protected abstract void deleteTreeModel(com.liferay.portal.kernel.model.TreeModel treeModel) throws Exception
      Throws:
      Exception
    • getTreeModel

      protected abstract com.liferay.portal.kernel.model.TreeModel getTreeModel(long primaryKey) throws Exception
      Throws:
      Exception
    • rebuildTree

      protected abstract void rebuildTree() throws Exception
      Throws:
      Exception