lumis.doui.contenttree
Class DouiContentTreeDaoJdbc

Package class diagram package DouiContentTreeDaoJdbc
java.lang.Object
  extended by lumis.doui.contenttree.DouiContentTreeDaoJdbc
All Implemented Interfaces:
IDouiContentTreeDao

public class DouiContentTreeDaoJdbc
extends Object
implements IDouiContentTreeDao

Since:
4.0.0

Constructor Summary
DouiContentTreeDaoJdbc()
           
 
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
 

Constructor Detail

DouiContentTreeDaoJdbc

public DouiContentTreeDaoJdbc()
Method Detail

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.