public class CalendarDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>
| Constructor and Description |
|---|
CalendarDAO(EventDAO eventDAO) |
| Modifier and Type | Method and Description |
|---|---|
int |
countCalendarsByOwnerIds(Long... ownerIds) |
CalendarEntity |
create(CalendarEntity entity) |
void |
createAll(List<CalendarEntity> entities) |
void |
delete(CalendarEntity entity) |
void |
deleteAll() |
void |
deleteAll(List<CalendarEntity> entities) |
List<Long> |
getCalendarIdsByOwnerIds(int offset,
int limit,
Long... ownerIds) |
CalendarEntity |
update(CalendarEntity entity) |
void |
updateAll(List<CalendarEntity> entities) |
public CalendarDAO(EventDAO eventDAO)
public void delete(CalendarEntity entity)
delete in interface org.exoplatform.commons.api.persistence.GenericDAO<CalendarEntity,Long>delete in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>public CalendarEntity create(CalendarEntity entity)
create in interface org.exoplatform.commons.api.persistence.GenericDAO<CalendarEntity,Long>create in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>public CalendarEntity update(CalendarEntity entity)
update in interface org.exoplatform.commons.api.persistence.GenericDAO<CalendarEntity,Long>update in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>public List<Long> getCalendarIdsByOwnerIds(int offset, int limit, Long... ownerIds)
public int countCalendarsByOwnerIds(Long... ownerIds)
public void deleteAll()
deleteAll in interface org.exoplatform.commons.api.persistence.GenericDAO<CalendarEntity,Long>deleteAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>public void deleteAll(List<CalendarEntity> entities)
deleteAll in interface org.exoplatform.commons.api.persistence.GenericDAO<CalendarEntity,Long>deleteAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>public void createAll(List<CalendarEntity> entities)
createAll in interface org.exoplatform.commons.api.persistence.GenericDAO<CalendarEntity,Long>createAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>public void updateAll(List<CalendarEntity> entities)
updateAll in interface org.exoplatform.commons.api.persistence.GenericDAO<CalendarEntity,Long>updateAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CalendarEntity,Long>Copyright © 2003–2021 eXo Platform SAS. All rights reserved.