com.liferay.portal.service.test
Class BaseLocalServiceTreeTestCase
java.lang.Object
com.liferay.portal.service.test.BaseLocalServiceTreeTestCase
public abstract class BaseLocalServiceTreeTestCase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
group
@DeleteAfterTestRun
protected Group group
BaseLocalServiceTreeTestCase
public BaseLocalServiceTreeTestCase()
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 TreeModel addTreeModel(TreeModel parentTreeModel)
throws Exception
- Throws:
Exception
createTree
protected void createTree()
throws Exception
- Throws:
Exception
deleteTreeModel
protected abstract void deleteTreeModel(TreeModel treeModel)
throws Exception
- Throws:
Exception
getTreeModel
protected abstract TreeModel getTreeModel(long primaryKey)
throws Exception
- Throws:
Exception
rebuildTree
protected abstract void rebuildTree()
throws Exception
- Throws:
Exception