public class ReportManagerTreeHandlerImpl extends TreeDBManagerTreeHandler<AbstractReportManagerNode> implements ReportManagerTreeLoader, ReportManagerTreeManager
| Constructor and Description |
|---|
ReportManagerTreeHandlerImpl(ReportService reportManager,
DtoService dtoGenerator,
SecurityService securityService,
EntityClonerService entityClonerService,
KeyNameGeneratorService keyGeneratorService) |
| Modifier and Type | Method and Description |
|---|---|
AbstractNodeDto |
duplicateReportWithVariants(AbstractNodeDto toDuplicate,
java.util.List<AbstractNodeDto> variants,
Dto state) |
java.lang.String[][] |
getReportsInCatalog(ReportFolderDto folderDto,
boolean showVariants) |
AbstractNodeDto |
updateNode(AbstractNodeDto node,
Dto state) |
deleteNode, deleteNodeWithForce, duplicateNode, getChildren, getChildrenAsFto, getRoot, insertNode, loadAll, loadAll, loadAllAsFto, loadFullViewNode, loadNodeById, moveNodeAppend, moveNodeInsert, moveNodesAppend, refreshNode, setFlaggetRequestequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getChildrenAsFto, getRoot, loadAll, loadAll, loadAllAsFto, loadFullViewNode, loadNodeByIddeleteNode, deleteNodeWithForce, duplicateNode, insertNode, loadFullViewNode, moveNodeAppend, moveNodeInsert, moveNodesAppend, refreshNode, setFlagpublic ReportManagerTreeHandlerImpl(ReportService reportManager, DtoService dtoGenerator, SecurityService securityService, EntityClonerService entityClonerService, KeyNameGeneratorService keyGeneratorService)
public AbstractNodeDto updateNode(AbstractNodeDto node, Dto state) throws ServerCallFailedException
updateNode in interface RPCTreeManagerupdateNode in class TreeDBManagerTreeHandler<AbstractReportManagerNode>ServerCallFailedExceptionpublic java.lang.String[][] getReportsInCatalog(ReportFolderDto folderDto, boolean showVariants) throws ServerCallFailedException
getReportsInCatalog in interface ReportManagerTreeLoaderServerCallFailedExceptionpublic AbstractNodeDto duplicateReportWithVariants(AbstractNodeDto toDuplicate, java.util.List<AbstractNodeDto> variants, Dto state) throws ServerCallFailedException
duplicateReportWithVariants in interface ReportManagerTreeManagerServerCallFailedException