lumis.doui.contenttree
Interface IDouiContentTreeDao

Package class diagram package IDouiContentTreeDao
All Known Implementing Classes:
DouiContentTreeDaoJdbc

public interface IDouiContentTreeDao


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)
           
 

Method Detail

getBasicContentTreeData

String getBasicContentTreeData(String currentContentId,
                               String tableName,
                               String primaryKeyFieldName,
                               String primaryNameFieldName,
                               String parentIdFieldName,
                               boolean hasServiceInstanceFilter,
                               String serviceInstanceId,
                               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,
                                  ITransaction transaction)
                                  throws DaoException,
                                         PortalException
Throws:
DaoException
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.