public class SpaceDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<SpaceEntity,String>
| Constructor and Description |
|---|
SpaceDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<SpaceEntity> |
getActiveByEndSubscriptionDate(Calendar fromDate,
Calendar toDate) |
List<SpaceEntity> |
getActiveSpaces(int offset,
int limit) |
long |
getActiveSpacesCount() |
List<SpaceEntity> |
getDeactvatedSpaces(int offset,
int limit) |
long |
getDeactvatedSpacesCount() |
List<SpaceEntity> |
getSpaces(int offset,
int limit) |
List<SpaceEntity> |
getSpacesByType(boolean internal,
int offset,
int limit) |
long |
getSpacesCount() |
public List<SpaceEntity> getSpaces(int offset, int limit)
public List<SpaceEntity> getSpacesByType(boolean internal, int offset, int limit)
public long getSpacesCount()
public List<SpaceEntity> getActiveSpaces(int offset, int limit)
public long getActiveSpacesCount()
public List<SpaceEntity> getDeactvatedSpaces(int offset, int limit)
public List<SpaceEntity> getActiveByEndSubscriptionDate(Calendar fromDate, Calendar toDate)
public long getDeactvatedSpacesCount()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.