|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.doui.contenttree.DouiContentTreeManager
public class DouiContentTreeManager
Manager responsible for returning content tree information.
Constructor Summary | |
---|---|
DouiContentTreeManager()
|
Method Summary | |
---|---|
String |
getBasicData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
String currentContentId,
boolean useContentKeyAsId,
ITransaction transaction)
Returns the basic tree data of a content. |
String |
getBasicData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
String currentContentId,
ITransaction transaction)
Get the basic tree data of the content. |
String |
getChildrenData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
String currentContentId,
boolean useContentKeyAsId,
ITransaction transaction)
Returns the children's tree data of a content. |
String |
getChildrenData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
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 |
---|
public DouiContentTreeManager()
Method Detail |
---|
public String getBasicData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, ITransaction transaction) throws PortalException
IDouiContentTreeManager
getBasicData
in interface IDouiContentTreeManager
ManagerException
PortalException
public String getBasicData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, boolean useContentKeyAsId, ITransaction transaction) throws ManagerException, PortalException
IDouiContentTreeManager
getBasicData
in interface IDouiContentTreeManager
sessionConfig
- user session information.interfaceInstanceId
- the interface instance identifier.sourceId
- the content's source identifier.currentContentId
- the current entry identifier. The identifier
type depends on the useContentKeyAsId
parameter.useContentKeyAsId
- true
if the entries relationship is
based on the Content
identifier, false
if it is based on the source's primary key field.transaction
- the transaction.
ManagerException
PortalException
public String getChildrenData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, ITransaction transaction) throws PortalException
IDouiContentTreeManager
getChildrenData
in interface IDouiContentTreeManager
ManagerException
PortalException
public String getChildrenData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, boolean useContentKeyAsId, ITransaction transaction) throws ManagerException, PortalException
IDouiContentTreeManager
getChildrenData
in interface IDouiContentTreeManager
sessionConfig
- user session information.interfaceInstanceId
- the interface instance identifier.sourceId
- the content's source identifier.currentContentId
- the current entry identifier. The identifier
type depends on the useContentKeyAsId
parameter.useContentKeyAsId
- true
if the entries relationship is
based on the Content
identifier, false
if it is based on the source's primary key field.transaction
- the transaction.
ManagerException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |