Package org.exoplatform.rhmanagement.dao
Class ConventionalVacationDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ConventionalVacationEntity,String>
-
- org.exoplatform.rhmanagement.dao.ConventionalVacationDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ConventionalVacationEntity,String>
public class ConventionalVacationDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ConventionalVacationEntity,String>
Created by The eXo Platform SAS
-
-
Constructor Summary
Constructors Constructor Description ConventionalVacationDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConventionalVacationEntitygetConventionalVacationById(long id)List<ConventionalVacationEntity>getConventionalVacations(int offset, int limit)longgetConventionalVacationsCount()
-
-
-
Method Detail
-
getConventionalVacations
public List<ConventionalVacationEntity> getConventionalVacations(int offset, int limit)
-
getConventionalVacationsCount
public long getConventionalVacationsCount()
-
getConventionalVacationById
public ConventionalVacationEntity getConventionalVacationById(long id)
-
-