Interface GroupEntityManager

All Superinterfaces:
EntityManager<GroupEntity>
All Known Implementing Classes:
GroupEntityManagerImpl

public interface GroupEntityManager extends EntityManager<GroupEntity>
Author:
Joram Barrez
  • Method Details

    • createNewGroup

      Group createNewGroup(String groupId)
    • createNewGroupQuery

      GroupQuery createNewGroupQuery()
    • findGroupByQueryCriteria

      List<Group> findGroupByQueryCriteria(GroupQueryImpl query)
    • findGroupCountByQueryCriteria

      long findGroupCountByQueryCriteria(GroupQueryImpl query)
    • findGroupsByUser

      List<Group> findGroupsByUser(String userId)
    • findGroupsByNativeQuery

      List<Group> findGroupsByNativeQuery(Map<String,Object> parameterMap)
    • findGroupCountByNativeQuery

      long findGroupCountByNativeQuery(Map<String,Object> parameterMap)
    • isNewGroup

      boolean isNewGroup(Group group)
    • findGroupsByPrivilegeId

      List<Group> findGroupsByPrivilegeId(String privilegeId)