@Service public class UserHelperImpl extends Object implements UserHelper
| Constructor and Description |
|---|
UserHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<com.suncode.pwfl.administration.user.User> |
findSuperiors(String userName) |
List<String> |
getUsersInOusWithRoles(List<Long> ouIds,
List<String> roleIds)
Wyszukuje użytkowników należących do podanych OU i posiadających podane role
|
@Transactional public List<String> getUsersInOusWithRoles(List<Long> ouIds, List<String> roleIds)
UserHelpergetUsersInOusWithRoles in interface UserHelperouIds - Lista id jednostekroleIds - Lista id ról@Transactional public List<com.suncode.pwfl.administration.user.User> findSuperiors(String userName)
findSuperiors in interface UserHelperCopyright © 2015 Suncode. All rights reserved.