Class OfficialVacationDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<OfficialVacationEntity,String>
org.exoplatform.rhmanagement.dao.OfficialVacationDAO
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<OfficialVacationEntity,String>

public class OfficialVacationDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<OfficialVacationEntity,String>
Created by The eXo Platform SAS
  • Constructor Details

    • OfficialVacationDAO

      public OfficialVacationDAO()
  • Method Details

    • getOfficialVacations

      public List<OfficialVacationEntity> getOfficialVacations(int offset, int limit)
    • getOfficialVacationsCount

      public long getOfficialVacationsCount()
    • getOfficialVacationById

      public OfficialVacationEntity getOfficialVacationById(long id)