Uses of Class
org.opencastproject.security.impl.jpa.JpaGroup
Packages that use JpaGroup
-
Uses of JpaGroup in org.opencastproject.userdirectory
Methods in org.opencastproject.userdirectory that return JpaGroupModifier and TypeMethodDescriptionGet group.Loads a group from persistenceMethods in org.opencastproject.userdirectory that return types with arguments of type JpaGroupModifier and TypeMethodDescriptionUserDirectoryPersistenceUtil.findGroupByRoleQuery(String role, String orgId) Returns the persisted group by the group role name and organization idUserDirectoryPersistenceUtil.findGroupQuery(String groupId, String orgId) Returns the persisted group by the group id and organization idUserDirectoryPersistenceUtil.findGroupsByUserQuery(String userName, String orgId) Returns all user groups from the persistence unit as a listUserDirectoryPersistenceUtil.findGroupsQuery(String organization, int limit, int offset) Returns all groups from the persistence unit as a listUserDirectoryPersistenceUtil.findGroupsQuery(String orgId, Optional<Integer> limit, Optional<Integer> offset, Optional<String> nameFilter, Optional<String> textFilter, ArrayList<SortCriterion> sortCriteria) Get group list by criteria.JpaGroupRoleProvider.getGroups(Optional<Integer> limit, Optional<Integer> offset, Optional<String> nameFilter, Optional<String> textFilter, ArrayList<SortCriterion> sortCriteria) Get groups by the defined filter and sorting criteria.Methods in org.opencastproject.userdirectory with parameters of type JpaGroup -
Uses of JpaGroup in org.opencastproject.userdirectory.api
Methods in org.opencastproject.userdirectory.api with parameters of type JpaGroup