public interface UserService extends DataService<UserModel>
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String userId,
String password) |
void |
changePassword(String changedUserId,
String password) |
LangridList<UserModel> |
getListExcludeIds(int index,
int count,
MatchingCondition[] conditions,
Order[] orders,
Scope scope,
Set<String> excludes) |
boolean |
isAdministrator(String userId) |
boolean |
isCanCallServices(String userId) |
boolean |
isShouldChangePassword(String userId,
int day) |
void |
setCanCallServices(String userId,
boolean isPermit) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametarLangridList<UserModel> getListExcludeIds(int index, int count, MatchingCondition[] conditions, Order[] orders, Scope scope, Set<String> excludes) throws ServiceManagerException
ServiceManagerExceptionboolean authenticate(String userId, String password) throws ServiceManagerException
ServiceManagerExceptionboolean isAdministrator(String userId) throws ServiceManagerException
ServiceManagerExceptionvoid changePassword(String changedUserId, String password) throws ServiceManagerException
ServiceManagerExceptionboolean isCanCallServices(String userId) throws ServiceManagerException
ServiceManagerExceptionvoid setCanCallServices(String userId, boolean isPermit) throws ServiceManagerException
ServiceManagerExceptionboolean isShouldChangePassword(String userId, int day) throws ServiceManagerException
ServiceManagerException