Interface GroupSpaceBindingDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<GroupSpaceBindingEntity,Long>
- All Known Implementing Classes:
GroupSpaceBindingDAOImpl
public interface GroupSpaceBindingDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<GroupSpaceBindingEntity,Long>
-
Method Summary
Modifier and TypeMethodDescriptionGet groups binding for a specific groupfindGroupSpaceBindingsBySpace(Long spaceId) Get groups binding for a specific spaceMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findGroupSpaceBindingsBySpace
Get groups binding for a specific space- Parameters:
spaceId- Id of the space- Returns:
- A list of group bindings
-
findGroupSpaceBindingsByGroup
Get groups binding for a specific group- Parameters:
group- group- Returns:
- A list of group bindings
-