lumis.doui.contenttree
Class DouiContentTreeManager
java.lang.Object
lumis.doui.contenttree.DouiContentTreeManager
- All Implemented Interfaces:
- IDouiContentTreeManager
public class DouiContentTreeManager
- extends Object
- implements IDouiContentTreeManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DouiContentTreeManager
public DouiContentTreeManager()
getBasicData
public String getBasicData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
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 String getChildrenData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
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.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.