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, setScopeParametar
LangridList<UserModel> getListExcludeIds(int index, int count, MatchingCondition[] conditions, Order[] orders, Scope scope, Set<String> excludes) throws ServiceManagerException
ServiceManagerException
boolean authenticate(String userId, String password) throws ServiceManagerException
ServiceManagerException
boolean isAdministrator(String userId) throws ServiceManagerException
ServiceManagerException
void changePassword(String changedUserId, String password) throws ServiceManagerException
ServiceManagerException
boolean isCanCallServices(String userId) throws ServiceManagerException
ServiceManagerException
void setCanCallServices(String userId, boolean isPermit) throws ServiceManagerException
ServiceManagerException
boolean isShouldChangePassword(String userId, int day) throws ServiceManagerException
ServiceManagerException