Package org.cxbox.core.util.session
Interface UserService
-
- All Known Implementing Classes:
UserServiceImpl
public interface UserService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.cxbox.api.data.ResultPage<UserController.UserDto>getByMention(String mention, org.cxbox.api.data.PageSpecification page)Get user mentioned by name or loginUsergetUserByLogin(String login)Get user by login
-
-
-
Method Detail
-
getByMention
org.cxbox.api.data.ResultPage<UserController.UserDto> getByMention(String mention, org.cxbox.api.data.PageSpecification page)
Get user mentioned by name or login- Parameters:
mention- searchpage- request parameters- Returns:
- ResultPage
-
-