Package org.exoplatform.rhmanagement.dao
Class UserRHDataDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<UserRHDataEntity,String>
-
- org.exoplatform.rhmanagement.dao.UserRHDataDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<UserRHDataEntity,String>
public class UserRHDataDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<UserRHDataEntity,String>
Created by The eXo Platform SAS
-
-
Constructor Summary
Constructors Constructor Description UserRHDataDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserRHDataEntity>getAllUsersRhData(int offset, int limit)List<UserRHDataEntity>getFSubordonateByUserId(String userId)List<UserRHDataEntity>getHSubordonateByUserId(String userId)List<UserRHDataEntity>getSubordonateByUserId(String userId)UserRHDataEntitygetUserRHDataDAOByUserId(String userId)List<UserRHDataEntity>getUsersRhDataByStatus(boolean active, int offset, int limit)
-
-
-
Method Detail
-
getUserRHDataDAOByUserId
public UserRHDataEntity getUserRHDataDAOByUserId(String userId) throws Exception
- Throws:
Exception
-
getAllUsersRhData
public List<UserRHDataEntity> getAllUsersRhData(int offset, int limit)
-
getUsersRhDataByStatus
public List<UserRHDataEntity> getUsersRhDataByStatus(boolean active, int offset, int limit)
-
getSubordonateByUserId
public List<UserRHDataEntity> getSubordonateByUserId(String userId)
-
getFSubordonateByUserId
public List<UserRHDataEntity> getFSubordonateByUserId(String userId)
-
getHSubordonateByUserId
public List<UserRHDataEntity> getHSubordonateByUserId(String userId)
-
-