Class GroupSpaceBindingDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<GroupSpaceBindingEntity,Long>
org.exoplatform.social.core.jpa.storage.dao.jpa.GroupSpaceBindingDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<GroupSpaceBindingEntity,,Long> GroupSpaceBindingDAO
public class GroupSpaceBindingDAOImpl
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<GroupSpaceBindingEntity,Long>
implements GroupSpaceBindingDAO
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet groups binding for a specific groupfindGroupSpaceBindingsBySpace(Long spaceId) Get groups binding for a specific spaceMethods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Constructor Details
-
GroupSpaceBindingDAOImpl
public GroupSpaceBindingDAOImpl()
-
-
Method Details
-
findGroupSpaceBindingsBySpace
Description copied from interface:GroupSpaceBindingDAOGet groups binding for a specific space- Specified by:
findGroupSpaceBindingsBySpacein interfaceGroupSpaceBindingDAO- Parameters:
spaceId- Id of the space- Returns:
- A list of group bindings
-
findGroupSpaceBindingsByGroup
Description copied from interface:GroupSpaceBindingDAOGet groups binding for a specific group- Specified by:
findGroupSpaceBindingsByGroupin interfaceGroupSpaceBindingDAO- Parameters:
group- group- Returns:
- A list of group bindings
-