Interface RepositoryService
-
public interface RepositoryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<?>
findAll()
org.json.JSONObject
findAllAsJSON()
org.json.JSONObject
findAllAsJSON(int pageIndex, int pageSize)
java.lang.Object
findOne(java.lang.String id)
-