public interface IDouiContentTreeManager
Modifier and Type | Method and Description |
---|---|
String |
getBasicData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
String currentContentId,
boolean useContentKeyAsId,
String metadataLocale,
ITransaction transaction)
Returns the basic tree data of a content.
|
String |
getBasicData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
String currentContentId,
String metadataLocale,
ITransaction transaction)
Get the basic tree data of the content.
|
String |
getChildrenData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
String currentContentId,
boolean useContentKeyAsId,
String metadataLocale,
ITransaction transaction)
Returns the children's tree data of a content.
|
String |
getChildrenData(SessionConfig sessionConfig,
String interfaceInstanceId,
String sourceId,
String currentContentId,
String metadataLocale,
ITransaction transaction)
Get the children's tree data of the content.
|
String getBasicData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, String metadataLocale, ITransaction transaction) throws PortalException
sessionConfig
- interfaceInstanceId
- sourceId
- currentContentId
- transaction
- ManagerException
PortalException
String getBasicData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, boolean useContentKeyAsId, String metadataLocale, ITransaction transaction) throws PortalException
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.PortalException
String getChildrenData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, String metadataLocale, ITransaction transaction) throws PortalException
sessionConfig
- interfaceInstanceId
- sourceId
- currentContentId
- transaction
- ManagerException
PortalException
String getChildrenData(SessionConfig sessionConfig, String interfaceInstanceId, String sourceId, String currentContentId, boolean useContentKeyAsId, String metadataLocale, ITransaction transaction) throws PortalException
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.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.