Uses of Class
com.bytedesk.core.group.GroupEntity
Packages that use GroupEntity
- 
Uses of GroupEntity in com.bytedesk.core.groupMethods in com.bytedesk.core.group that return GroupEntityModifier and TypeMethodDescriptionprotected GroupEntityGroupRestService.doSave(GroupEntity entity) GroupRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, GroupEntity entity) Methods in com.bytedesk.core.group that return types with arguments of type GroupEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<GroupEntity>GroupRestService.createSpecification(GroupRequest request) protected org.springframework.data.domain.Page<GroupEntity>GroupRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<GroupEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<GroupEntity>GroupSpecification.search(GroupRequest request, AuthService authService) Methods in com.bytedesk.core.group with parameters of type GroupEntityModifier and TypeMethodDescriptionGroupRestService.convertToExcel(GroupEntity group) 将群组实体转换为Excel导出对象GroupRestService.convertToResponse(GroupEntity entity) protected GroupEntityGroupRestService.doSave(GroupEntity entity) GroupRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, GroupEntity entity) voidGroupEntityListener.postPersist(GroupEntity group) voidGroupEntityListener.postUpdate(GroupEntity group) Method parameters in com.bytedesk.core.group with type arguments of type GroupEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<GroupEntity>GroupRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<GroupEntity> spec, org.springframework.data.domain.Pageable pageable) 
- 
Uses of GroupEntity in com.bytedesk.core.group.eventFields in com.bytedesk.core.group.event declared as GroupEntityModifier and TypeFieldDescriptionprivate GroupEntityGroupCreateEvent.groupprivate GroupEntityGroupUpdateEvent.groupConstructors in com.bytedesk.core.group.event with parameters of type GroupEntityModifierConstructorDescriptionGroupCreateEvent(Object source, GroupEntity group) GroupUpdateEvent(Object source, GroupEntity group)