Package lumis.doui.contenttree
Interface IDouiContentTreeDao
-
- All Known Implementing Classes:
DouiContentTreeDaoJdbc
public interface IDouiContentTreeDao
Interface for data access of a doui tree control.- Since:
- 4.0.0
- Version:
- $Revision: 18578 $ $Date: 2016-03-22 16:42:21 -0300 (Tue, 22 Mar 2016) $
-
-
Method Summary
All Methods Instance Methods Abstract 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
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
- Throws:
DaoException
PortalException
-
getContentTreeChildrenData
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
- Throws:
DaoException
PortalException
-
-