public class OfficialVacationDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<OfficialVacationEntity,String>
| Constructor and Description |
|---|
OfficialVacationDAO() |
| Modifier and Type | Method and Description |
|---|---|
OfficialVacationEntity |
getOfficialVacationById(long id) |
List<OfficialVacationEntity> |
getOfficialVacations(int offset,
int limit) |
long |
getOfficialVacationsCount() |
public List<OfficialVacationEntity> getOfficialVacations(int offset, int limit)
public long getOfficialVacationsCount()
public OfficialVacationEntity getOfficialVacationById(long id)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.