lumis.doui.contenttree
Class DouiContentTreeManager

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

public class DouiContentTreeManager
extends java.lang.Object
implements IDouiContentTreeManager


Constructor Summary
DouiContentTreeManager()
           
 
Method Summary
 java.lang.String getBasicData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, ITransaction transaction)
          Get the basic tree data of the content.
 java.lang.String getChildrenData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, ITransaction transaction)
          Get the children's tree data of the content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DouiContentTreeManager

public DouiContentTreeManager()
Method Detail

getBasicData

public java.lang.String getBasicData(SessionConfig sessionConfig,
                                     java.lang.String interfaceInstanceId,
                                     java.lang.String sourceId,
                                     java.lang.String currentContentId,
                                     ITransaction transaction)
                              throws ManagerException,
                                     PortalException
Description copied from interface: IDouiContentTreeManager
Get the basic tree data of the content. Given a contentId, this method returns this content immediate children and the immediate children of all the contents in its parent path.

Specified by:
getBasicData in interface IDouiContentTreeManager
Returns:
a String.
Throws:
ManagerException
PortalException

getChildrenData

public java.lang.String getChildrenData(SessionConfig sessionConfig,
                                        java.lang.String interfaceInstanceId,
                                        java.lang.String sourceId,
                                        java.lang.String currentContentId,
                                        ITransaction transaction)
                                 throws ManagerException,
                                        PortalException
Description copied from interface: IDouiContentTreeManager
Get the children's tree data of the content. Given a contentId, this method returns the immediate children of the content.

Specified by:
getChildrenData in interface IDouiContentTreeManager
Returns:
a String.
Throws:
ManagerException
PortalException


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