public interface GroupEntityManager extends EntityManager<PlatformGroupEntity>
Modifier and Type | Method and Description |
---|---|
PlatformGroupEntity |
createNewGroup(String groupId) |
PlatformGroupQuery |
createNewGroupQuery() |
List<PlatformGroup> |
findGroupByQueryCriteria(PlatformGroupQueryImpl query) |
long |
findGroupCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findGroupCountByQueryCriteria(PlatformGroupQueryImpl query) |
List<PlatformGroup> |
findGroupsByNativeQuery(Map<String,Object> parameterMap) |
List<PlatformGroup> |
findGroupsByPrivilegeId(String privilegeId) |
List<PlatformGroup> |
findGroupsByUser(String userId) |
boolean |
isNewGroup(Group group) |
PlatformGroupEntity createNewGroup(String groupId)
PlatformGroupQuery createNewGroupQuery()
List<PlatformGroup> findGroupByQueryCriteria(PlatformGroupQueryImpl query)
long findGroupCountByQueryCriteria(PlatformGroupQueryImpl query)
List<PlatformGroup> findGroupsByUser(String userId)
List<PlatformGroup> findGroupsByNativeQuery(Map<String,Object> parameterMap)
boolean isNewGroup(Group group)
List<PlatformGroup> findGroupsByPrivilegeId(String privilegeId)