public class CategoryService extends HttpEntityService<Category>
Constructor and Description |
---|
CategoryService() |
CategoryService(UUID sessionGuid) |
Modifier and Type | Method and Description |
---|---|
List<Category> |
getDefaultCategories()
List all valid categories
|
EQAsyncTask<List<Category>> |
getDefaultCategories(ResponseDelegate<List<Category>> responseDelegate)
List all valid categories
|
getSessionGuid, setSessionGuid
public CategoryService(UUID sessionGuid)
public CategoryService()
public EQAsyncTask<List<Category>> getDefaultCategories(ResponseDelegate<List<Category>> responseDelegate)
responseDelegate
- delegate responsible for handling asynchronous calls back from the service.public List<Category> getDefaultCategories() throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
Copyright © 2014 Equilibrium. All rights reserved.