Uses of Class
eu.scape_project.watch.domain.AsyncRequest

Packages that use AsyncRequest
eu.scape_project.watch.dao   
eu.scape_project.watch.domain   
 

Uses of AsyncRequest in eu.scape_project.watch.dao
 

Methods in eu.scape_project.watch.dao that return AsyncRequest
 AsyncRequest AsyncRequestDAO.delete(AsyncRequest request)
          Cascading delete request, including all triggers, and fire remove event.
 AsyncRequest AsyncRequestDAO.findById(String requestId)
          Find AsyncRequest by id.
 AsyncRequest AsyncRequestDAO.save(AsyncRequest request)
          Deeply save request, including all triggers, and fire update event.
 

Methods in eu.scape_project.watch.dao that return types with arguments of type AsyncRequest
 Collection<AsyncRequest> AsyncRequestDAO.list(int start, int max)
          List all async requests.
 List<AsyncRequest> AsyncRequestDAO.query(String bindings, int start, int max)
          Query for AsyncRequest.
 

Methods in eu.scape_project.watch.dao with parameters of type AsyncRequest
 AsyncRequest AsyncRequestDAO.delete(AsyncRequest request)
          Cascading delete request, including all triggers, and fire remove event.
 AsyncRequest AsyncRequestDAO.save(AsyncRequest request)
          Deeply save request, including all triggers, and fire update event.
 

Uses of AsyncRequest in eu.scape_project.watch.domain
 

Methods in eu.scape_project.watch.domain that return AsyncRequest
 AsyncRequest AsyncRequest.save()
           
 



Copyright © 2012. All Rights Reserved.