Package 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
- Version:
- $Revision: 24063 $ $Date: 2020-08-18 17:59:32 -0300 (Tue, 18 Aug 2020) $
-
-
Constructor Summary
Constructors Constructor Description DouiContentTreeDaoJdbc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBasicContentTreeData(String currentContentId, String tableName, String primaryKeyFieldName, String primaryNameFieldName, String parentIdFieldName, boolean hasServiceInstanceFilter, String serviceInstanceId, boolean useContentKeyAsId, String metadataLocale, ITransaction transaction)
String
getContentTreeChildrenData(String currentContentId, String tableName, String primaryKeyFieldName, String primaryNameFieldName, String parentIdFieldName, boolean hasServiceInstanceFilter, String serviceInstanceId, boolean useContentKeyAsId, String metadataLocale, ITransaction transaction)
-
-
-
Method Detail
-
getBasicContentTreeData
public String getBasicContentTreeData(String currentContentId, String tableName, String primaryKeyFieldName, String primaryNameFieldName, String parentIdFieldName, boolean hasServiceInstanceFilter, String serviceInstanceId, boolean useContentKeyAsId, String metadataLocale, ITransaction transaction) throws DaoException, PortalException
- Specified by:
getBasicContentTreeData
in interfaceIDouiContentTreeDao
- Throws:
DaoException
PortalException
-
getContentTreeChildrenData
public String getContentTreeChildrenData(String currentContentId, String tableName, String primaryKeyFieldName, String primaryNameFieldName, String parentIdFieldName, boolean hasServiceInstanceFilter, String serviceInstanceId, boolean useContentKeyAsId, String metadataLocale, ITransaction transaction) throws DaoException, PortalException
- Specified by:
getContentTreeChildrenData
in interfaceIDouiContentTreeDao
- Throws:
DaoException
PortalException
-
-