public class UserRHDataDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<UserRHDataEntity,String>
| Constructor and Description |
|---|
UserRHDataDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<UserRHDataEntity> |
getAllUsersRhData(int offset,
int limit) |
List<UserRHDataEntity> |
getFSubordonateByUserId(String userId) |
List<UserRHDataEntity> |
getHSubordonateByUserId(String userId) |
List<UserRHDataEntity> |
getSubordonateByUserId(String userId) |
UserRHDataEntity |
getUserRHDataDAOByUserId(String userId) |
List<UserRHDataEntity> |
getUsersRhDataByStatus(boolean active,
int offset,
int limit) |
public UserRHDataEntity getUserRHDataDAOByUserId(String userId) throws Exception
Exceptionpublic List<UserRHDataEntity> getAllUsersRhData(int offset, int limit)
public List<UserRHDataEntity> getUsersRhDataByStatus(boolean active, int offset, int limit)
public List<UserRHDataEntity> getSubordonateByUserId(String userId)
public List<UserRHDataEntity> getFSubordonateByUserId(String userId)
public List<UserRHDataEntity> getHSubordonateByUserId(String userId)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.