Uses of Class
com.foreach.across.modules.user.business.Group
Package
Description
-
Uses of Group in com.foreach.across.modules.user.business
Modifier and TypeMethodDescriptionvoid
int
boolean
GroupedPrincipal.isMemberOf
(Group group) void
GroupedPrincipal.removeGroup
(Group group) -
Uses of Group in com.foreach.across.modules.user.repositories
Modifier and TypeMethodDescription<S extends Group>
SGroupRepository.save
(S group) <S extends Group>
SGroupRepository.saveAndFlush
(S group) Modifier and TypeMethodDescriptionGroupRepository.findByNameAndUserDirectory
(String name, UserDirectory userDirectory) -
Uses of Group in com.foreach.across.modules.user.security
Modifier and TypeMethodDescriptionboolean
CurrentUserProxy.isMemberOf
(Group group) Deprecated.boolean
CurrentUserProxyImpl.isMemberOf
(Group group) Deprecated. -
Uses of Group in com.foreach.across.modules.user.services
Modifier and TypeMethodDescription<S extends Group,
R>
RGroupServiceImpl.findBy
(com.querydsl.core.types.Predicate predicate, Function<org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery<S>, R> queryFunction) Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionGroupService.findAll
(com.querydsl.core.types.Predicate predicate) GroupService.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) GroupServiceImpl.findAll
(com.querydsl.core.types.OrderSpecifier<?>... orders) GroupServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate) GroupServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) org.springframework.data.domain.Page<Group>
GroupServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) GroupServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Sort sort) GroupService.findOne
(com.querydsl.core.types.Predicate predicate) GroupServiceImpl.findOne
(com.querydsl.core.types.Predicate predicate) GroupService.getGroupById
(long id) GroupServiceImpl.getGroupById
(long id) GroupService.getGroupByName
(String name) Get the group with a given name in the default directory.GroupService.getGroupByName
(String name, UserDirectory userDirectory) Get the group with a given name in the specified directory.GroupServiceImpl.getGroupByName
(String name) GroupServiceImpl.getGroupByName
(String name, UserDirectory directory) GroupService.getGroups()
GroupServiceImpl.getGroups()
GroupService.getGroupsWithPropertyValue
(String propertyName, Object propertyValue) Returns all groups having a specific property value.GroupServiceImpl.getGroupsWithPropertyValue
(String propertyName, Object propertyValue) Modifier and TypeMethodDescriptionvoid
GroupService.deleteProperties
(Group group) void
GroupServiceImpl.deleteProperties
(Group group) GroupService.getProperties
(Group group) GroupServiceImpl.getProperties
(Group group) -
Uses of Group in com.foreach.across.modules.user.validators
Modifier and TypeMethodDescriptionprotected void
GroupValidator.postValidation
(Group entity, org.springframework.validation.Errors errors) protected void
GroupValidator.preValidation
(Group entity, org.springframework.validation.Errors errors)