Class ReportManagerTreeHandlerImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.security.server.TreeDBManagerTreeHandler<AbstractReportManagerNode>
net.datenwerke.rs.core.server.reportmanager.ReportManagerTreeHandlerImpl
- All Implemented Interfaces:
RemoteRequest,ReportManagerTreeLoader,ReportManagerTreeManager,RPCTreeLoader,RPCTreeManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class ReportManagerTreeHandlerImpl
extends TreeDBManagerTreeHandler<AbstractReportManagerNode>
implements ReportManagerTreeLoader, ReportManagerTreeManager
-
Constructor Summary
ConstructorsConstructorDescriptionReportManagerTreeHandlerImpl(ReportService reportManager, DtoService dtoGenerator, SecurityService securityService, EntityClonerService entityClonerService, KeyNameGeneratorService keyGeneratorService) -
Method Summary
Modifier and TypeMethodDescriptionAbstractNodeDtoduplicateReportWithVariants(AbstractNodeDto toDuplicate, List<AbstractNodeDto> variants, Dto state) String[][]getReportsInCatalog(ReportFolderDto folderDto, boolean showVariants) AbstractNodeDtoupdateNode(AbstractNodeDto node, Dto state) Methods inherited from class net.datenwerke.security.server.TreeDBManagerTreeHandler
deleteNode, deleteNodeWithForce, duplicateNode, getChildren, getChildrenAsFto, getRoot, insertNode, loadAll, loadAll, loadAllAsFto, loadFullViewNode, loadNodeById, moveNodeAppend, moveNodeInsert, moveNodesAppend, refreshNode, setFlagMethods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequestMethods inherited from interface net.datenwerke.treedb.client.treedb.rpc.RPCTreeLoader
getChildren, getChildrenAsFto, getRoot, loadAll, loadAll, loadAllAsFto, loadFullViewNode, loadNodeByIdMethods inherited from interface net.datenwerke.treedb.client.treedb.rpc.RPCTreeManager
deleteNode, deleteNodeWithForce, duplicateNode, insertNode, loadFullViewNode, moveNodeAppend, moveNodeInsert, moveNodesAppend, refreshNode, setFlag
-
Constructor Details
-
ReportManagerTreeHandlerImpl
public ReportManagerTreeHandlerImpl(ReportService reportManager, DtoService dtoGenerator, SecurityService securityService, EntityClonerService entityClonerService, KeyNameGeneratorService keyGeneratorService)
-
-
Method Details
-
updateNode
- Specified by:
updateNodein interfaceRPCTreeManager- Overrides:
updateNodein classTreeDBManagerTreeHandler<AbstractReportManagerNode>- Throws:
ServerCallFailedException
-
getReportsInCatalog
public String[][] getReportsInCatalog(ReportFolderDto folderDto, boolean showVariants) throws ServerCallFailedException - Specified by:
getReportsInCatalogin interfaceReportManagerTreeLoader- Throws:
ServerCallFailedException
-
duplicateReportWithVariants
public AbstractNodeDto duplicateReportWithVariants(AbstractNodeDto toDuplicate, List<AbstractNodeDto> variants, Dto state) throws ServerCallFailedException - Specified by:
duplicateReportWithVariantsin interfaceReportManagerTreeManager- Throws:
ServerCallFailedException
-