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