public interface UserHandler
| Modifier and Type | Method and Description |
|---|---|
int |
countAllUsers(String s,
List<String> strings) |
int |
countUsersByResult(String userId,
String keyword,
List<String> listTypes) |
List<User> |
fetchAllUsers(int limit,
int offset) |
List<User> |
fetchAllUsers(int limit,
int offset,
String keyword,
String orderby,
boolean descending,
List<String> listTypes) |
User |
fetchUserById(String userId) |
List<User> |
fetchUsersByResult(String userId,
int limit,
int offset,
String keyword,
String orderby,
boolean descending,
List<String> listTypes) |
List<User> fetchAllUsers(int limit, int offset, String keyword, String orderby, boolean descending, List<String> listTypes)
List<User> fetchUsersByResult(String userId, int limit, int offset, String keyword, String orderby, boolean descending, List<String> listTypes)
Copyright © 2026. All rights reserved.