lumis.doui.contenttree
Class DouiContentTreeDaoJdbc
java.lang.Object
lumis.doui.contenttree.DouiContentTreeDaoJdbc
- All Implemented Interfaces:
- IDouiContentTreeDao
public class DouiContentTreeDaoJdbc
- extends Object
- implements IDouiContentTreeDao
- Since:
- 4.0.0
Method Summary |
String |
getBasicContentTreeData(String currentContentId,
String tableName,
String primaryKeyFieldName,
String primaryNameFieldName,
String parentIdFieldName,
boolean hasServiceInstanceFilter,
String serviceInstanceId,
ITransaction transaction)
|
String |
getContentTreeChildrenData(String currentContentId,
String tableName,
String primaryKeyFieldName,
String primaryNameFieldName,
String parentIdFieldName,
boolean hasServiceInstanceFilter,
String serviceInstanceId,
ITransaction transaction)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DouiContentTreeDaoJdbc
public DouiContentTreeDaoJdbc()
getBasicContentTreeData
public String getBasicContentTreeData(String currentContentId,
String tableName,
String primaryKeyFieldName,
String primaryNameFieldName,
String parentIdFieldName,
boolean hasServiceInstanceFilter,
String serviceInstanceId,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
getBasicContentTreeData
in interface IDouiContentTreeDao
- Throws:
DaoException
PortalException
getContentTreeChildrenData
public String getContentTreeChildrenData(String currentContentId,
String tableName,
String primaryKeyFieldName,
String primaryNameFieldName,
String parentIdFieldName,
boolean hasServiceInstanceFilter,
String serviceInstanceId,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
getContentTreeChildrenData
in interface IDouiContentTreeDao
- Throws:
DaoException
PortalException
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.