Class UserDataService
- java.lang.Object
-
- org.exoplatform.rhmanagement.services.UserDataService
-
public class UserDataService extends Object
Created by The eXo Platform SAS
-
-
Constructor Summary
Constructors Constructor Description UserDataService(org.exoplatform.social.core.manager.IdentityManager identityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>createAllSubordonatesList(String userId, List<String> listUsers)List<UserRHDataDTO>createFSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers)List<UserRHDataDTO>createHSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers)List<UserRHDataDTO>getAllRhData(int offset, int limit)List<EmployeesDTO>getAllUsersRhData(int offset, int limit)List<UserRHDataDTO>getFSubordonateByUserId(String userId)List<UserRHDataDTO>getHSubordonateByUserId(String userId)List<UserRHDataDTO>getRhDataByStatus(boolean active, int offset, int limit)List<UserRHDataDTO>getSubordonateByUserId(String userId)UserRHDataDTOgetUserRHDataByUserId(String id)List<EmployeesDTO>getUsersRhDataByStatus(boolean active, int offset, int limit)voidremove(UserRHDataDTO entity)UserRHDataDTOsave(UserRHDataDTO entity)
-
-
-
Method Detail
-
save
public UserRHDataDTO save(UserRHDataDTO entity)
-
remove
public void remove(UserRHDataDTO entity)
-
getUserRHDataByUserId
public UserRHDataDTO getUserRHDataByUserId(String id)
-
getAllUsersRhData
public List<EmployeesDTO> getAllUsersRhData(int offset, int limit)
-
getUsersRhDataByStatus
public List<EmployeesDTO> getUsersRhDataByStatus(boolean active, int offset, int limit)
-
getAllRhData
public List<UserRHDataDTO> getAllRhData(int offset, int limit)
-
getRhDataByStatus
public List<UserRHDataDTO> getRhDataByStatus(boolean active, int offset, int limit)
-
getSubordonateByUserId
public List<UserRHDataDTO> getSubordonateByUserId(String userId)
-
getFSubordonateByUserId
public List<UserRHDataDTO> getFSubordonateByUserId(String userId)
-
getHSubordonateByUserId
public List<UserRHDataDTO> getHSubordonateByUserId(String userId)
-
createAllSubordonatesList
public List<String> createAllSubordonatesList(String userId, List<String> listUsers)
-
createFSubordonatesDetailedList
public List<UserRHDataDTO> createFSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers)
-
createHSubordonatesDetailedList
public List<UserRHDataDTO> createHSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers)
-
-