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
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllUsersRhData(int offset, int limit) getFSubordonateByUserId(String userId) getHSubordonateByUserId(String userId) getSubordonateByUserId(String userId) getUserRHDataDAOByUserId(String userId) getUsersRhDataByStatus(boolean active, int offset, int limit) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
UserRHDataDAO
public UserRHDataDAO()
-
-
Method Details
-
getUserRHDataDAOByUserId
- Throws:
Exception
-
getAllUsersRhData
-
getUsersRhDataByStatus
-
getSubordonateByUserId
-
getFSubordonateByUserId
-
getHSubordonateByUserId
-