Issue 10441

Add paging support to registry-persistence-service

10441
Reporter: trobertson
Assignee: kbraak
Type: Task
Summary: Add paging support to registry-persistence-service
Priority: Major
Resolution: Incomplete
Status: Closed
Created: 2011-11-21 09:16:14.891
Updated: 2013-12-16 17:50:56.85
Resolved: 2011-12-09 14:08:40.115
        
Description: The registry-persistence-service does not support paging in the list().
Add this support for all methods requiring paging.  It could be worthwhile adding a new method to the CRUDManager

]]>
    


Author: kbraak@gbif.org
Comment: A new method was added to the CRUDManager called listByPage. I implemented it in the AgentManager/AgentMapper only. When it becomes more apparent which other methods need this, the work can serve as a guiding example at least. See http://code.google.com/p/gbif-registry/source/detail?r=1654 for details.
Created: 2011-11-24 17:01:43.564
Updated: 2011-11-24 17:01:43.564


Author: kbraak@gbif.org
Created: 2011-12-09 14:07:44.971
Updated: 2011-12-09 14:07:44.971
        
Paging support must be added on a method by method basis. It has already been added for a few methods on AgentManager for example.

This work will inherently be done as sub-tasks of other issues, like fleshing out the DatasetService methods. Therefore, I am closing this issue.