Examples of GetDocumentStatsResult


Examples of org.zanata.webtrans.shared.rpc.GetDocumentStatsResult

            lastTranslatedMap.put(
                    documentId,
                    new AuditInfo(docStat.getLastTranslatedDate(), docStat
                            .getLastTranslatedBy()));
        }
        return new GetDocumentStatsResult(statsMap, lastTranslatedMap);
    }
View Full Code Here

Examples of org.zanata.webtrans.shared.rpc.GetDocumentStatsResult

            sortedNodes.add(node);
            statMap.put(docInfo.getId(), new ContainerTranslationStatistics());
        }
        documentListPresenter.setStatesForTest(sortedNodes, nodes);

        GetDocumentStatsResult result =
                new GetDocumentStatsResult(statMap, lastTranslatedMap);

        documentListPresenter.queryStats();

        ArgumentCaptor<GetDocumentStats> actionCaptor =
                ArgumentCaptor.forClass(GetDocumentStats.class);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.