org.jboss.seam.rest.examples.client.tasks
Interface SeamTasksService


public interface SeamTasksService

Very simplified API of the Seam Tasks's API.

Author:
Jozef Hartinger

Method Summary
 List<Category> getCategories(int start, int limit)
           
 List<Task> getTasks(String status, int start, int limit)
           
 

Method Detail

getTasks

List<Task> getTasks(String status,
                    int start,
                    int limit)

getCategories

List<Category> getCategories(int start,
                             int limit)


Copyright © 2011 Seam Framework. All Rights Reserved.