| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<Group,QGroup> |
QGroupedPrincipal.groups |
com.querydsl.core.types.dsl.SetPath<Group,QGroup> |
QMachinePrincipal.groups |
com.querydsl.core.types.dsl.SetPath<Group,QGroup> |
QUser.groups |
| Modifier and Type | Method and Description |
|---|---|
Set<Group> |
GroupedPrincipal.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupedPrincipal.addGroup(Group group) |
int |
Group.compareTo(Group other) |
boolean |
GroupedPrincipal.isMemberOf(Group group) |
void |
GroupedPrincipal.removeGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupedPrincipal.setGroups(Collection<Group> groups) |
| Constructor and Description |
|---|
QGroup(Class<? extends Group> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QGroup(com.querydsl.core.types.Path<? extends Group> path) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Group> |
GroupRepository.save(S group) |
<S extends Group> |
GroupRepository.saveAndFlush(S group) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Group> |
GroupRepository.findById(Long id) |
Optional<Group> |
GroupRepository.findByNameAndUserDirectory(String name,
UserDirectory userDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRepository.delete(Group group) |
Collection<User> |
UserRepository.findAllByGroups(Group group) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRepository.deleteAll(Iterable<? extends Group> entities) |
void |
GroupRepository.deleteInBatch(Iterable<Group> entities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CurrentUserProxyImpl.isMemberOf(Group group)
Deprecated.
|
boolean |
CurrentUserProxy.isMemberOf(Group group)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupService.save(Group groupDto) |
Group |
GroupServiceImpl.save(Group groupDto) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Group> |
GroupServiceImpl.findAll(com.querydsl.core.types.OrderSpecifier<?>... orders) |
Collection<Group> |
GroupService.findAll(com.querydsl.core.types.Predicate predicate) |
Collection<Group> |
GroupServiceImpl.findAll(com.querydsl.core.types.Predicate predicate) |
Collection<Group> |
GroupService.findAll(com.querydsl.core.types.Predicate predicate,
com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) |
Collection<Group> |
GroupServiceImpl.findAll(com.querydsl.core.types.Predicate predicate,
com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) |
org.springframework.data.domain.Page<Group> |
GroupService.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<Group> |
GroupServiceImpl.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Pageable pageable) |
Iterable<Group> |
GroupServiceImpl.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Sort sort) |
Optional<Group> |
GroupService.findOne(com.querydsl.core.types.Predicate predicate) |
Optional<Group> |
GroupServiceImpl.findOne(com.querydsl.core.types.Predicate predicate) |
Optional<Group> |
GroupService.getGroupById(long id) |
Optional<Group> |
GroupServiceImpl.getGroupById(long id) |
Optional<Group> |
GroupService.getGroupByName(String name)
Get the group with a given name in the default directory.
|
Optional<Group> |
GroupServiceImpl.getGroupByName(String name) |
Optional<Group> |
GroupService.getGroupByName(String name,
UserDirectory userDirectory)
Get the group with a given name in the specified directory.
|
Optional<Group> |
GroupServiceImpl.getGroupByName(String name,
UserDirectory directory) |
Collection<Group> |
GroupService.getGroups() |
Collection<Group> |
GroupServiceImpl.getGroups() |
Collection<Group> |
GroupService.getGroupsWithPropertyValue(String propertyName,
Object propertyValue)
Returns all groups having a specific property value.
|
Collection<Group> |
GroupServiceImpl.getGroupsWithPropertyValue(String propertyName,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupAclInterceptor.afterCreate(Group entity) |
void |
GroupAclInterceptor.beforeDelete(Group entity) |
void |
GroupService.deleteProperties(Group group) |
void |
GroupServiceImpl.deleteProperties(Group group) |
GroupProperties |
GroupService.getProperties(Group group) |
GroupProperties |
GroupServiceImpl.getProperties(Group group) |
Group |
GroupService.save(Group groupDto) |
Group |
GroupServiceImpl.save(Group groupDto) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GroupValidator.postValidation(Group entity,
org.springframework.validation.Errors errors) |
protected void |
GroupValidator.preValidation(Group entity,
org.springframework.validation.Errors errors) |
Copyright © 2020. All rights reserved.