org.rhq.enterprise.gui.legacy.util
Class DisambiguatedResourceListUtil

java.lang.Object
  extended by org.rhq.enterprise.gui.legacy.util.DisambiguatedResourceListUtil

public class DisambiguatedResourceListUtil
extends Object

A utility class to provide page lists of disambiguated resource lists for the Struts legacy UI.

Author:
Lukas Krejci

Method Summary
static
<T> org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.composite.DisambiguationReport<T>>
disambiguate(org.rhq.enterprise.server.resource.ResourceManagerLocal resourceManager, org.rhq.core.domain.util.PageList<T> results, IntExtractor<T> resourceIdExtractor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

disambiguate

public static <T> org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.composite.DisambiguationReport<T>> disambiguate(org.rhq.enterprise.server.resource.ResourceManagerLocal resourceManager,
                                                                                                                                 org.rhq.core.domain.util.PageList<T> results,
                                                                                                                                 IntExtractor<T> resourceIdExtractor)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.