public class UserDataService extends Object
| Constructor and Description |
|---|
UserDataService(org.exoplatform.social.core.manager.IdentityManager identityManager) |
| Modifier and Type | Method and Description |
|---|---|
List<UserRHDataDTO> |
getAllRhData(int offset,
int limit) |
List<EmployeesDTO> |
getAllUsersRhData(int offset,
int limit) |
List<UserRHDataDTO> |
getRhDataByStatus(boolean active,
int offset,
int limit) |
UserRHDataDTO |
getUserRHDataByUserId(String id) |
List<EmployeesDTO> |
getUsersRhDataByStatus(boolean active,
int offset,
int limit) |
void |
remove(UserRHDataDTO entity) |
UserRHDataDTO |
save(UserRHDataDTO entity) |
public UserDataService(org.exoplatform.social.core.manager.IdentityManager identityManager)
public UserRHDataDTO save(UserRHDataDTO entity)
public void remove(UserRHDataDTO entity)
public UserRHDataDTO getUserRHDataByUserId(String id)
public List<EmployeesDTO> getAllUsersRhData(int offset, int limit)
public List<EmployeesDTO> getUsersRhDataByStatus(boolean active, int offset, int limit)
public List<UserRHDataDTO> getAllRhData(int offset, int limit)
public List<UserRHDataDTO> getRhDataByStatus(boolean active, int offset, int limit)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.