Uses of Class
org.overlord.sramp.ui.shared.beans.PageInfo

Packages that use PageInfo
org.overlord.sramp.ui.client.services.query   
org.overlord.sramp.ui.server.rsvcs   
org.overlord.sramp.ui.shared.rsvcs   
 

Uses of PageInfo in org.overlord.sramp.ui.client.services.query
 

Methods in org.overlord.sramp.ui.client.services.query with parameters of type PageInfo
 void IQueryService.findArtifactsAsync(PageInfo page, ArtifactTypeFilter typeFilter, String nameFilter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Finds artifacts using the remote query service.
 void QueryService.findArtifactsAsync(PageInfo page, ArtifactTypeFilter typeFilter, String nameFilter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
           
 

Uses of PageInfo in org.overlord.sramp.ui.server.rsvcs
 

Methods in org.overlord.sramp.ui.server.rsvcs with parameters of type PageInfo
 List<ArtifactSummary> QueryRemoteService.findArtifacts(PageInfo page, ArtifactTypeFilter filter, String nameFilter)
           
 

Uses of PageInfo in org.overlord.sramp.ui.shared.rsvcs
 

Methods in org.overlord.sramp.ui.shared.rsvcs with parameters of type PageInfo
 List<ArtifactSummary> IQueryRemoteService.findArtifacts(PageInfo page, ArtifactTypeFilter filter, String nameFilter)
          Finds artfiacts.
 void IQueryRemoteServiceAsync.findArtifacts(PageInfo page, ArtifactTypeFilter typeFilter, String nameFilter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Async version of {@link IQueryRemoteService#findArtifacts(PageInfo, ArtifactTypeFilter, String)
 



Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.