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, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Finds artifacts using the remote query service.
 void QueryService.findArtifactsAsync(PageInfo page, ArtifactFilter filter, 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, ArtifactFilter filter)
           
 

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, ArtifactFilter filter)
          Finds artfiacts.
 void IQueryRemoteServiceAsync.findArtifacts(PageInfo page, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Async version of IQueryRemoteService#findArtifacts(int, int)
 



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