public abstract class BaseLocalServiceTreeTestCase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.model.Group |
group |
| Constructor and Description |
|---|
BaseLocalServiceTreeTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.liferay.portal.kernel.model.TreeModel |
addTreeModel(com.liferay.portal.kernel.model.TreeModel parentTreeModel) |
protected void |
createTree() |
protected abstract void |
deleteTreeModel(com.liferay.portal.kernel.model.TreeModel treeModel) |
protected abstract com.liferay.portal.kernel.model.TreeModel |
getTreeModel(long primaryKey) |
protected abstract void |
rebuildTree() |
void |
setUp() |
void |
tearDown() |
void |
testRebuildTree() |
protected abstract com.liferay.portal.kernel.model.TreeModel addTreeModel(com.liferay.portal.kernel.model.TreeModel parentTreeModel)
throws Exception
Exceptionprotected abstract void deleteTreeModel(com.liferay.portal.kernel.model.TreeModel treeModel)
throws Exception
Exceptionprotected abstract com.liferay.portal.kernel.model.TreeModel getTreeModel(long primaryKey)
throws Exception
Exception