Uses of Class
com.bytedesk.core.group.GroupEntity
Packages that use GroupEntity
-
Uses of GroupEntity in com.bytedesk.core.group
Methods in com.bytedesk.core.group that return GroupEntityModifier and TypeMethodDescriptionprotected GroupEntity
GroupRestService.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 GroupEntity
GroupRestService.doSave
(GroupEntity entity) GroupRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, GroupEntity entity) void
GroupEntityListener.postPersist
(GroupEntity group) void
GroupEntityListener.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.event
Fields in com.bytedesk.core.group.event declared as GroupEntityModifier and TypeFieldDescriptionprivate GroupEntity
GroupCreateEvent.group
private GroupEntity
GroupUpdateEvent.group
Constructors in com.bytedesk.core.group.event with parameters of type GroupEntityModifierConstructorDescriptionGroupCreateEvent
(Object source, GroupEntity group) GroupUpdateEvent
(Object source, GroupEntity group)