search api-method without where-param
| | |
| | | protected abstract void map2entity(Transaction tx, Map<String, Object> setParams, AbstractEntity entity) throws HSAdminException; |
| | | |
| | | protected abstract void regularizeKeys(Map<String, String> whereParams); |
| | | |
| | | |
| | | public List<Map<String, Object>> search(String runAsUser, String ticket) throws HSAdminException { |
| | | return search(runAsUser, ticket, new HashMap<String, String>()); |
| | | } |
| | | |
| | | public List<Map<String, Object>> search(String runAsUser, String ticket, |
| | | Map<String, String> whereParams) throws HSAdminException { |