lumis.doui.contenttree
Interface IDouiContentTreeDao

Package class diagram package IDouiContentTreeDao
All Known Implementing Classes:
DouiContentTreeDaoJdbc

public interface IDouiContentTreeDao

Interface for data access of a doui tree control.

Since:
4.0.0

Method Summary
 String getBasicContentTreeData(String currentContentId, String tableName, String primaryKeyFieldName, String primaryNameFieldName, String parentIdFieldName, boolean hasServiceInstanceFilter, String serviceInstanceId, boolean useContentKeyAsId, ITransaction transaction)
           
 String getContentTreeChildrenData(String currentContentId, String tableName, String primaryKeyFieldName, String primaryNameFieldName, String parentIdFieldName, boolean hasServiceInstanceFilter, String serviceInstanceId, boolean useContentKeyAsId, ITransaction transaction)
           
 

Method Detail

getBasicContentTreeData

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


Lumisportal  7.0.1.130329 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.