org.overlord.sramp.ui.client.services.query
Class QueryService

java.lang.Object
  extended by org.overlord.sramp.ui.client.services.AbstractService
      extended by org.overlord.sramp.ui.client.services.query.QueryService
All Implemented Interfaces:
IService, IQueryService

public class QueryService
extends AbstractService
implements IQueryService

Implementation of the IQueryService.

Author:
eric.wittmann@redhat.com

Constructor Summary
QueryService()
          Constructor.
 
Method Summary
 void findArtifactsAsync(PageInfo page, ArtifactTypeFilter typeFilter, String nameFilter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Finds artifacts using the remote query service.
 
Methods inherited from class org.overlord.sramp.ui.client.services.AbstractService
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.overlord.sramp.ui.client.services.IService
start
 

Constructor Detail

QueryService

public QueryService()
Constructor.

Method Detail

findArtifactsAsync

public void findArtifactsAsync(PageInfo page,
                               ArtifactTypeFilter typeFilter,
                               String nameFilter,
                               com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
Description copied from interface: IQueryService
Finds artifacts using the remote query service.

Specified by:
findArtifactsAsync in interface IQueryService
See Also:
IQueryService.findArtifactsAsync(org.overlord.sramp.ui.shared.beans.PageInfo, org.overlord.sramp.ui.shared.types.ArtifactTypeFilter, java.lang.String, com.google.gwt.user.client.rpc.AsyncCallback)


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