Interface GroupEntityManager
- All Superinterfaces:
EntityManager<PlatformGroupEntity>
- All Known Implementing Classes:
GroupEntityManagerImpl
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewGroup(String groupId) longfindGroupCountByNativeQuery(Map<String, Object> parameterMap) longfindGroupsByNativeQuery(Map<String, Object> parameterMap) findGroupsByPrivilegeId(String privilegeId) findGroupsByUser(String userId) booleanisNewGroup(Group group)
-
Method Details
-
createNewGroup
-
createNewGroupQuery
PlatformGroupQuery createNewGroupQuery() -
findGroupByQueryCriteria
-
findGroupCountByQueryCriteria
-
findGroupsByUser
-
findGroupsByNativeQuery
-
findGroupCountByNativeQuery
-
isNewGroup
-
findGroupsByPrivilegeId
-